Update src/app/layout.tsx
This commit is contained in:
@@ -3,29 +3,18 @@ import { Lato } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-lato", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Paws & Hearts Pet Shelter - Find Your Forever Friend",
|
||||
description: "Paws & Hearts is a dedicated pet shelter helping animals find loving forever homes. Adopt, volunteer, or donate today and make a difference in a pet's life.",
|
||||
keywords: ["pet shelter", "animal adoption", "adopt a pet", "dog adoption", "cat adoption", "volunteer", "donate", "pet rescue"],
|
||||
title: "Paws & Hearts Pet Shelter - Find Your Forever Friend", description: "Paws & Hearts is a dedicated pet shelter helping animals find loving forever homes. Adopt, volunteer, or donate today and make a difference in a pet's life.", keywords: ["pet shelter", "animal adoption", "adopt a pet", "dog adoption", "cat adoption", "volunteer", "donate", "pet rescue"],
|
||||
metadataBase: new URL('https://pawsandhearts.org'),
|
||||
openGraph: {
|
||||
title: "Paws & Hearts Pet Shelter",
|
||||
description: "Paws & Hearts is a dedicated pet shelter helping animals find loving forever homes.",
|
||||
url: "https://pawsandhearts.org",
|
||||
siteName: "Paws & Hearts Shelter",
|
||||
images: [{ url: "https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg", alt: "happy dog friendly cat pet shelter animal love" }],
|
||||
type: "website",
|
||||
},
|
||||
title: "Paws & Hearts Pet Shelter", description: "Paws & Hearts is a dedicated pet shelter helping animals find loving forever homes.", url: "https://pawsandhearts.org", siteName: "Paws & Hearts Shelter", images: [{ url: "https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg", alt: "happy dog friendly cat pet shelter animal love" }],
|
||||
type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Paws & Hearts Pet Shelter",
|
||||
description: "Paws & Hearts is a dedicated pet shelter helping animals find loving forever homes.",
|
||||
images: ["https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg"],
|
||||
card: "summary_large_image", title: "Paws & Hearts Pet Shelter", description: "Paws & Hearts is a dedicated pet shelter helping animals find loving forever homes.", images: ["https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user