From 5a24d0c19ebc1fc81e0eeebc5a15367bb7096734 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 04:13:47 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 66 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 59 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2a7bb13..d00b03a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,19 +8,71 @@ import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: 'Opulent Dental Studio | Luxury Dental Care', - description: 'Experience unparalleled luxury and advanced dental care at Opulent Dental Studio. We offer bespoke treatments in a serene environment for your radiant, healthy smile.', + title: 'Family Dental Center Sharjah | Best Dental Clinic in Sharjah UAE', + description: 'Your trusted family dental clinic in Sharjah, UAE, offering comprehensive, compassionate dental care for all ages with expert specialists and state-of-the-art equipment. Providing the best dental services for a healthy, radiant smile.', + alternates: { + canonical: '/', + }, + openGraph: { + title: 'Family Dental Center Sharjah | Best Dental Clinic in Sharjah UAE', + description: 'Your trusted family dental clinic in Sharjah, UAE, offering comprehensive, compassionate dental care for all ages with expert specialists and state-of-the-art equipment. Providing the best dental services for a healthy, radiant smile.', + url: new URL('https://yourwebsite.com'), // Placeholder + siteName: 'Family Dental Center Sharjah', + images: [ + { + url: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif', + width: 1200, + height: 630, + alt: 'Family Dental Center Sharjah Clinic', + }, + ], + locale: 'en_US', + type: 'website', + }, + twitter: { + card: 'summary_large_image', + title: 'Family Dental Center Sharjah | Best Dental Clinic in Sharjah UAE', + description: 'Your trusted family dental clinic in Sharjah, UAE, offering comprehensive, compassionate dental care for all ages with expert specialists and state-of-the-art equipment. Providing the best dental services for a healthy, radiant smile.', + images: ['https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif'], + }, + robots: { + index: true, + follow: true, + googleBot: { + index: true, + follow: true, + 'max-video-preview': -1, + 'max-image-preview': 'large', + 'max-snippet': -1, + }, + }, + jsonLd: { + "@context": "https://schema.org", "@type": "DentalClinic", "name": "Family Dental Center Sharjah", "image": "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif", "address": { + "@type": "PostalAddress", "streetAddress": "Sharjah, UAE", "addressLocality": "Sharjah", "addressCountry": "UAE" + }, + "url": "https://yourwebsite.com", "telephone": "+971501234567", "priceRange": "$$", "openingHoursSpecification": [ + { + "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"], + "opens": "09:00", "closes": "18:00" + }, + { + "@type": "OpeningHoursSpecification", "dayOfWeek": "Saturday", "opens": "10:00", "closes": "14:00" + } + ], + "aggregateRating": { + "@type": "AggregateRating", "ratingValue": "4.9", "reviewCount": "677" + }, + "description": "Your trusted family dental clinic in Sharjah, UAE, offering comprehensive, compassionate dental care for all ages with expert specialists and state-of-the-art equipment. Providing the best dental services for a healthy, radiant smile." + } }; export default function RootLayout({ @@ -45,4 +97,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file