diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e95d1a1..01ccaa5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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,