diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2ec5055..c6ca299 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,38 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Paws Haven - Pet Adoption & Animal Rescue", - description: "Find your perfect companion at Paws Haven. We rescue, rehabilitate, and rehome animals. Browse available pets and start your adoption journey today.", - keywords: "pet adoption, animal shelter, rescue animals, adopt dogs, adopt cats, pet rescue", - metadataBase: new URL("https://pawshaven.com"), + title: "Paws Haven - Pet Adoption & Animal Rescue", description: "Find your perfect companion at Paws Haven. We rescue, rehabilitate, and rehome animals. Browse available pets and start your adoption journey today.", keywords: "pet adoption, animal shelter, rescue animals, adopt dogs, adopt cats, pet rescue", metadataBase: new URL("https://pawshaven.com"), alternates: { canonical: "https://pawshaven.com" }, openGraph: { - title: "Paws Haven - Pet Adoption", - description: "Find your perfect companion. Browse available pets and adopt today.", - siteName: "Paws Haven", - type: "website", - images: [{ - url: "https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg", - alt: "Happy family with adopted pets" + title: "Paws Haven - Pet Adoption", description: "Find your perfect companion. Browse available pets and adopt today.", siteName: "Paws Haven", type: "website", images: [{ + url: "https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg", alt: "Happy family with adopted pets" }] }, twitter: { - card: "summary_large_image", - title: "Paws Haven - Pet Adoption", - description: "Find your perfect companion and start your adoption journey.", - images: ["https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg"] + card: "summary_large_image", title: "Paws Haven - Pet Adoption", description: "Find your perfect companion and start your adoption journey.", images: ["https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg"] }, robots: "index, follow" };