diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f499e27..abb3c48 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +}