Update src/app/layout.tsx

This commit is contained in:
2026-02-12 14:34:55 +00:00
parent c1bd98df29
commit f3ad060076

View File

@@ -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,