From 66ae5387e645f759ea5f9d682ba984de585455dc Mon Sep 17 00:00:00 2001 From: Ajay Negi <97536703+ajaynegi45@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:50:22 +0530 Subject: [PATCH] Update SEO Tag --- src/app/layout.tsx | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e048a68..b3268ab 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,25 +12,31 @@ const customFont = localFont({ }); export const metadata: Metadata = { - title: "Uttarakhand Culture", - description: "Our aim is to ensure that this invaluable heritage is passed down to future generations.", - keywords: "Uttarakhand, culture, heritage, festivals, traditions, digital preservation", + title: "Uttarakhand Culture - Explore Devbhoomi's Heritage, Traditions, and Natural Beauty", + description: "Explore the rich cultural heritage of Uttarakhand, Devbhoomi's vibrant festivals, traditions, folklore, and breathtaking landscapes. Join our mission to preserve and celebrate the heritage of Manaskhand and Kedarkhand for future generations.", + keywords: "Uttarakhand, culture, Devbhoomi, Uttarakhand culture, Pahadi culture, Uttarakhand heritage, Manaskhand, Kedarkhand, traditions, festivals, folk music, folk dances, digital preservation, Pahad, Pahadi, Pahadi traditions, Garhwali, Kumaoni, Himalayan culture, Uttarakhand tourism, cultural preservation, spiritual Uttarakhand, pilgrimage, Uttarakhand cuisine, Uttarakhand art, Uttarakhand history, Nanda Devi, Chhota Kailash, Ganga, Yamuna, Himalayan rivers, Uttarakhand flora fauna, mountain culture", openGraph: { - title: "Uttarakhand Culture", - description: "Explore the rich cultural heritage of Uttarakhand.", - url: "https://uttarakhand-culture.vercel.app", + title: "Uttarakhand Culture - Explore Devbhoomi's Heritage, Traditions, and Natural Beauty", + description: "Discover Uttarakhand's cultural heritage, festivals, traditions, folklore, and stunning natural beauty. Join our mission to digitally preserve and celebrate the vibrant legacy of Devbhoomi for future generations.", + url: "https://uttarakhand-culture.vercel.app", siteName: "Uttarakhand Culture", images: [ { - url: "https://uttarakhand-culture.vercel.app/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FheroMapImage.fc8fad10.webp&w=828&q=75", - width: 800, - height: 600, - alt: "Cultural Heritage of Uttarakhand", + url: "/SEOIMAGE.webp", + alt: "Cultural Heritage of Uttarakhand - Traditions, Festivals, and Natural Beauty", }, ], locale: "en_US", type: "website", }, + twitter:{ + card: "summary_large_image", + site: "https://uttarakhand-culture.vercel.app", + creator: "@UttarakhandCulture", + title: "Uttarakhand Culture - Explore Devbhoomi's Heritage, Traditions, and Natural Beauty", + description:"Discover Uttarakhand's cultural legacy, rich history, festivals, and natural beauty. Help us preserve the traditions of Devbhoomi for future generations.", + images: "/SEOIMAGE.webp" + }, robots: { index: true, follow: true,