From d26cd44cdc596c0af332cde2f42531efcc067be2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:19:22 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 68d016b..4fed7c5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,11 +11,13 @@ const nunito = Nunito({ export const metadata: Metadata = { title: "Wedding Films & Photography in Bengaluru | Overthemoonstory", description: "Premium wedding cinematography and photography in Bengaluru. Cinematic wedding films capturing timeless moments with emotion and elegance. Check availability today.", keywords: "wedding filmmaker Bengaluru, wedding videographer Bengaluru, wedding cinematography BTM Layout, wedding photography Karnataka, cinematic wedding films", metadataBase: new URL("https://overthemoonstory.com"), alternates: { - canonical: "https://overthemoonstory.com"}, + canonical: "https://overthemoonstory.com" + }, openGraph: { title: "Overthemoonstory - Wedding Films & Photography Bengaluru", description: "Cinematic wedding films capturing your love story with elegance and emotion in Bengaluru and Karnataka.", url: "https://overthemoonstory.com", siteName: "Overthemoonstory", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg", alt: "Overthemoonstory wedding cinematography showcase"}, + url: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg", alt: "Overthemoonstory wedding cinematography showcase" + }, ], }, twitter: { @@ -1409,4 +1411,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}