Merge version_2 into main #1
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user