diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f33f94f..3426fc4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,13 +15,13 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Haveli Cafe is your favorite late-night hangout in Veraval, open until 2:30 AM. Enjoy great food, fast service, and warm vibes at budget-friendly prices. 4.2★ rating.", keywords: "cafe, restaurant, Veraval, late night, hangout, food, affordable", alternates: { + title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Haveli Cafe is your favorite late-night hangout in Veraval, open until 2:30 AM. Enjoy great food, fast service, and warm vibes at budget-friendly prices. Located opposite Crystal School on Junagadh-Somnath Highway. 4.2★ rating.", keywords: "cafe, restaurant, Veraval, late night, hangout, food, affordable, Junagadh-Somnath Highway, Crystal School", alternates: { canonical: "https://havelichafe.com"}, metadataBase: new URL("https://havelichafe.com"), openGraph: { - title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Great Food, Fast Service, and Warm Vibes. Open until 2:30 AM. Budget-friendly dining for friends and family.", url: "https://havelichafe.com", siteName: "Haveli Cafe", type: "website"}, + title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Great Food, Fast Service, and Warm Vibes. Open until 2:30 AM. Located opposite Crystal School on Junagadh-Somnath Highway. Budget-friendly dining for friends and family.", url: "https://havelichafe.com", siteName: "Haveli Cafe", type: "website"}, twitter: { - card: "summary_large_image", title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Your favorite cafe for late-night hangouts. Open until 2:30 AM with great food and warm vibes."}, + card: "summary_large_image", title: "Haveli Cafe - Late Night Hangout in Veraval", description: "Your favorite cafe for late-night hangouts located opposite Crystal School on Junagadh-Somnath Highway. Open until 2:30 AM with great food and warm vibes."}, robots: { index: true, follow: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 6709164..b2f8298 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,7 +139,7 @@ export default function LandingPage() {