From f3ad060076e75bb78e2b195582a2b03f03bb8e39 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 14:34:55 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b0003d3..3184e7d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,37 +5,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const cormorantGaramond = Cormorant_Garamond({ - variable: "--font-cormorant-garamond", - subsets: ["latin"], + variable: "--font-cormorant-garamond", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); export const metadata: Metadata = { - title: "PawsHaven - Adopt Your Perfect Pet | Animal Rescue", - description: "Find your perfect companion at PawsHaven. Browse adoptable dogs, cats, rabbits and more. Simple adoption process, loving homes guaranteed.", - keywords: "pet adoption, animal rescue, adoptable dogs, cats for adoption, pet shelter, forever homes", - metadataBase: new URL("https://pawshaven.org"), + title: "PawsHaven - Adopt Your Perfect Pet | Animal Rescue", description: "Find your perfect companion at PawsHaven. Browse adoptable dogs, cats, rabbits and more. Simple adoption process, loving homes guaranteed.", keywords: "pet adoption, animal rescue, adoptable dogs, cats for adoption, pet shelter, forever homes", metadataBase: new URL("https://pawshaven.org"), alternates: { canonical: "https://pawshaven.org" }, openGraph: { - title: "PawsHaven - Adopt Your Perfect Pet", - description: "Give a rescue pet a forever home. Browse available animals and start the adoption process today.", - url: "https://pawshaven.org", - siteName: "PawsHaven", - images: [ + title: "PawsHaven - Adopt Your Perfect Pet", description: "Give a rescue pet a forever home. Browse available animals and start the adoption process today.", url: "https://pawshaven.org", siteName: "PawsHaven", images: [ { - url: "https://img.b2bpic.net/free-photo/direct-look-into-face-duck-tolling-retriever-dog_493961-1048.jpg", - alt: "Happy puppy available for adoption" + url: "https://img.b2bpic.net/free-photo/direct-look-into-face-duck-tolling-retriever-dog_493961-1048.jpg", alt: "Happy puppy available for adoption" } ], type: "website" }, twitter: { - card: "summary_large_image", - title: "PawsHaven - Adopt Your Perfect Pet", - description: "Find your perfect companion through our animal rescue organization.", - images: ["https://img.b2bpic.net/free-photo/direct-look-into-face-duck-tolling-retriever-dog_493961-1048.jpg"] + card: "summary_large_image", title: "PawsHaven - Adopt Your Perfect Pet", description: "Find your perfect companion through our animal rescue organization.", images: ["https://img.b2bpic.net/free-photo/direct-look-into-face-duck-tolling-retriever-dog_493961-1048.jpg"] }, robots: { index: true,