Update src/app/layout.tsx

This commit is contained in:
2026-02-11 12:41:22 +00:00
parent e127e2dd32
commit 692ce43a1b

View File

@@ -5,34 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
variable: "--font-montserrat", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "PawShelter - Adopt Your Perfect Pet Today",
description: "Find your perfect companion at PawShelter. Browse available dogs, cats, and rabbits ready for adoption. Rescue saves lives—give a pet a forever home.",
keywords: "pet adoption, dog adoption, cat adoption, animal shelter, rescue pets, adopt a dog, adopt a cat",
metadataBase: new URL("https://pawshelter.com"),
title: "PawShelter - Adopt Your Perfect Pet Today", description: "Find your perfect companion at PawShelter. Browse available dogs, cats, and rabbits ready for adoption. Rescue saves lives—give a pet a forever home.", keywords: "pet adoption, dog adoption, cat adoption, animal shelter, rescue pets, adopt a dog, adopt a cat", metadataBase: new URL("https://pawshelter.com"),
alternates: {
canonical: "https://pawshelter.com"
},
openGraph: {
title: "PawShelter - Adopt Your Perfect Pet",
description: "Find and adopt your perfect companion. Every adoption saves a life.",
url: "https://pawshelter.com",
siteName: "PawShelter",
type: "website",
images: [{
url: "https://img.b2bpic.net/free-photo/funny-happy-beagle-dog-walking-playing-park_176420-6453.jpg",
alt: "Happy puppies ready for adoption"
title: "PawShelter - Adopt Your Perfect Pet", description: "Find and adopt your perfect companion. Every adoption saves a life.", url: "https://pawshelter.com", siteName: "PawShelter", type: "website", images: [{
url: "https://img.b2bpic.net/free-photo/funny-happy-beagle-dog-walking-playing-park_176420-6453.jpg", alt: "Happy puppies ready for adoption"
}]
},
twitter: {
card: "summary_large_image",
title: "PawShelter - Adopt Your Perfect Pet",
description: "Find and adopt your perfect companion. Every adoption saves a life.",
images: ["https://img.b2bpic.net/free-photo/funny-happy-beagle-dog-walking-playing-park_176420-6453.jpg"]
card: "summary_large_image", title: "PawShelter - Adopt Your Perfect Pet", description: "Find and adopt your perfect companion. Every adoption saves a life.", images: ["https://img.b2bpic.net/free-photo/funny-happy-beagle-dog-walking-playing-park_176420-6453.jpg"]
},
robots: {
index: true,