Update src/app/layout.tsx
This commit is contained in:
@@ -20,17 +20,17 @@ const openSans = Open_Sans({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Big Horn Restaurant | Breakfast & BBQ in Estes Park", description: "Family-run restaurant in Estes Park serving famous breakfast, authentic BBQ, and American comfort food. 4.3★ rating with 3,185+ reviews. Open daily. Call +1 970-586-2792.", keywords: "restaurant Estes Park, breakfast, BBQ, comfort food, pancakes, omelettes, pulled pork, family dining", metadataBase: new URL("https://bighornrestaurant.com"),
|
||||
title: "مخبز اليفي | الحلويات والمعجنات الطازجة في المدينة المنورة", description: "مخبز اليفي بالمدينة المنورة يقدم أشهى المخبوزات والحلويات الطازجة يومياً مع أجود المكونات. تذوق طعماً لا يُنسى وأجواء مريحة. اتصل بنا الآن.", keywords: "مخبز، حلويات، معجنات، كرواسون، دانش، حلويات، المدينة المنورة", metadataBase: new URL("https://al-yafeebakery.com"),
|
||||
alternates: {
|
||||
canonical: "https://bighornrestaurant.com"},
|
||||
canonical: "https://al-yafeebakery.com"},
|
||||
openGraph: {
|
||||
title: "Big Horn Restaurant | Breakfast & BBQ in Estes Park", description: "Famous breakfast, authentic BBQ, and comfort food. Family-run since opening, loved by locals and visitors.", type: "website", url: "https://bighornrestaurant.com", siteName: "Big Horn Restaurant", images: [
|
||||
title: "مخبز اليفي | الحلويات والمعجنات الطازجة", description: "أشهى المخبوزات والحلويات الطازجة يومياً مع أجود المكونات وأفضل طرق التحضير.", type: "website", url: "https://al-yafeebakery.com", siteName: "مخبز اليفي", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-eating-restaurant_613910-18747.jpg", alt: "Big Horn Restaurant"},
|
||||
url: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-eating-restaurant_613910-18747.jpg", alt: "مخبز اليفي"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Big Horn Restaurant | Breakfast & BBQ in Estes Park", description: "Famous breakfast, authentic BBQ, comfort food. 4.3★ rated. Open daily in Estes Park.", images: ["http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-eating-restaurant_613910-18747.jpg"],
|
||||
card: "summary_large_image", title: "مخبز اليفي | الحلويات والمعجنات الطازجة", description: "أشهى المخبوزات والحلويات الطازجة يومياً. مخبز متميز في المدينة المنورة.", images: ["http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-eating-restaurant_613910-18747.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -44,7 +44,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<html lang="ar" dir="rtl" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
|
||||
Reference in New Issue
Block a user