Update src/app/layout.tsx
This commit is contained in:
@@ -3,32 +3,19 @@ import { Figtree } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-figtree", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Paw Haven - Give a Loving Home to a Rescued Animal",
|
||||
description: "Find your new best friend at Paw Haven. Adopt a dog, cat, or other pet and support our mission to rescue and rehome animals in need.",
|
||||
keywords: ["pet adoption", "animal shelter", "rescue animals", "adopt a dog", "adopt a cat", "pet charity", "volunteer", "animal welfare"],
|
||||
title: "Paw Haven - Give a Loving Home to a Rescued Animal", description: "Find your new best friend at Paw Haven. Adopt a dog, cat, or other pet and support our mission to rescue and rehome animals in need.", keywords: ["pet adoption", "animal shelter", "rescue animals", "adopt a dog", "adopt a cat", "pet charity", "volunteer", "animal welfare"],
|
||||
openGraph: {
|
||||
title: "Paw Haven - Give a Loving Home to a Rescued Animal",
|
||||
description: "Find your new best friend at Paw Haven. Adopt a dog, cat, or other pet and support our mission to rescue and rehome animals in need.",
|
||||
url: "/",
|
||||
siteName: "Paw Haven",
|
||||
images: [
|
||||
title: "Paw Haven - Give a Loving Home to a Rescued Animal", description: "Find your new best friend at Paw Haven. Adopt a dog, cat, or other pet and support our mission to rescue and rehome animals in need.", url: "/", siteName: "Paw Haven", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/pretty-girl-embarcing-cat-dog_8353-5281.jpg",
|
||||
alt: "Happy dog and cat together",
|
||||
},
|
||||
url: "https://img.b2bpic.net/free-photo/pretty-girl-embarcing-cat-dog_8353-5281.jpg", alt: "Happy dog and cat together"},
|
||||
],
|
||||
type: "website",
|
||||
},
|
||||
type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Paw Haven - Give a Loving Home to a Rescued Animal",
|
||||
description: "Find your new best friend at Paw Haven. Adopt a dog, cat, or other pet and support our mission to rescue and rehome animals in need.",
|
||||
images: ["https://img.b2bpic.net/free-photo/pretty-girl-embarcing-cat-dog_8353-5281.jpg"],
|
||||
card: "summary_large_image", title: "Paw Haven - Give a Loving Home to a Rescued Animal", description: "Find your new best friend at Paw Haven. Adopt a dog, cat, or other pet and support our mission to rescue and rehome animals in need.", images: ["https://img.b2bpic.net/free-photo/pretty-girl-embarcing-cat-dog_8353-5281.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user