Update src/app/layout.tsx

This commit is contained in:
2026-02-13 15:32:48 +00:00
parent 3b102ffb75
commit 9518e6dc10

View File

@@ -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"
};