Update src/app/layout.tsx

This commit is contained in:
2026-02-12 14:32:31 +00:00
parent 2b32d8ed48
commit 5f4c1fdf7e

View File

@@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const interTight = Inter_Tight({
variable: "--font-inter-tight",
subsets: ["latin"],
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Paws Haven | Pet Adoption & Animal Shelter",
description: "Find your perfect pet companion at Paws Haven. Browse adoptable dogs, cats, and more. Discover loving homes for rescue animals with our compassionate adoption process.",
keywords: "pet adoption, animal shelter, rescue dogs, rescue cats, adopt a pet, animal rescue",
robots: {
title: "Paws Haven | Pet Adoption & Animal Shelter", description: "Find your perfect pet companion at Paws Haven. Browse adoptable dogs, cats, and more. Discover loving homes for rescue animals with our compassionate adoption process.", keywords: "pet adoption, animal shelter, rescue dogs, rescue cats, adopt a pet, animal rescue", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Paws Haven | Adopt Your Perfect Pet",
description: "Give a loving pet a second chance. Browse available animals and start your adoption journey with Paws Haven.",
type: "website",
siteName: "Paws Haven",
images: [
title: "Paws Haven | Adopt Your Perfect Pet", description: "Give a loving pet a second chance. Browse available animals and start your adoption journey with Paws Haven.", type: "website", siteName: "Paws Haven", images: [
{
url: "https://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg",
alt: "Happy family with adopted pet",
},
url: "https://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg", alt: "Happy family with adopted pet"},
],
},
twitter: {
card: "summary_large_image",
title: "Paws Haven | Adopt Your Perfect Pet",
description: "Give a loving pet a second chance. Browse available animals at Paws Haven.",
images: ["https://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg"],
card: "summary_large_image", title: "Paws Haven | Adopt Your Perfect Pet", description: "Give a loving pet a second chance. Browse available animals at Paws Haven.", images: ["https://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg"],
},
};