Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const nunito = Nunito({
|
const nunito = Nunito({
|
||||||
variable: "--font-nunito",
|
variable: "--font-nunito", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Wedding Films & Photography in Bengaluru | Overthemoonstory",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://overthemoonstory.com",
|
canonical: "https://overthemoonstory.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Overthemoonstory - Wedding Films & Photography Bengaluru",
|
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: [
|
||||||
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",
|
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"},
|
||||||
alt: "Overthemoonstory wedding cinematography showcase",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Overthemoonstory - Wedding Films Bengaluru", description: "Premium cinematic wedding films capturing timeless moments in Bengaluru and Karnataka.", images: ["http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg"],
|
||||||
title: "Overthemoonstory - Wedding Films Bengaluru",
|
|
||||||
description: "Premium cinematic wedding films capturing timeless moments in Bengaluru and Karnataka.",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg"],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user