Update src/app/layout.tsx

This commit is contained in:
2026-02-13 12:23:20 +00:00
parent ad2dc3d1ba
commit ba5e5ebcb7

View File

@@ -10,8 +10,12 @@ const roboto = Roboto({
});
export const metadata: Metadata = {
title: "Golden Paws Shelter | Rescue & Adoption", description: "Find your new best friend at Golden Paws Shelter. We rescue, rehabilitate, and rehome pets in need. Browse available dogs and cats for adoption today.", openGraph: {
title: "Golden Paws Animal Shelter", description: "Giving animals a second chance at a forever home.", siteName: "Golden Paws", type: "website"
title: "Golden Paws Shelter | Rescue & Adoption", description: "Find your new best friend at Golden Paws Shelter. We rescue, rehabilitate, and rehome pets in need. Browse available dogs and cats for adoption today.",
openGraph: {
title: "Golden Paws Animal Shelter",
description: "Giving animals a second chance at a forever home.",
siteName: "Golden Paws",
type: "website"
},
};
@@ -1248,4 +1252,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}