Update src/app/layout.tsx
This commit is contained in:
@@ -8,19 +8,71 @@ import Tag from "@/tag/Tag";
|
|||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Opulent Dental Studio | Luxury Dental Care',
|
title: 'Family Dental Center Sharjah | Best Dental Clinic in Sharjah UAE',
|
||||||
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.',
|
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({
|
export default function RootLayout({
|
||||||
|
|||||||
Reference in New Issue
Block a user