diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d104ec7..9336d6b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,11 +16,13 @@ const inter = Inter({ export const metadata: Metadata = { title: "Smart Healthcare Medical & Clinic | Trusted Local Healthcare", description: "Advanced medical care with compassionate doctors. Affordable health checkups, treatment, and wellness services for you and your family.", keywords: "healthcare clinic, doctor, medical services, health checkup, trusted healthcare, local clinic", metadataBase: new URL("https://smarthealthcareclinic.com"), alternates: { - canonical: "https://smarthealthcareclinic.com"}, + canonical: "https://smarthealthcareclinic.com" + }, openGraph: { title: "Smart Healthcare Medical & Clinic", description: "Where Modern Medicine Meets Compassion. Trusted healthcare for your family.", url: "https://smarthealthcareclinic.com", siteName: "Smart Healthcare Medical & Clinic", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/happy-black-female-doctor-talking-couple-showing-them-medical-test-results-touchpad-consultations-clinic_637285-1755.jpg", alt: "Smart Healthcare - Advanced Care, Trusted Doctors"}, + url: "http://img.b2bpic.net/free-photo/happy-black-female-doctor-talking-couple-showing-them-medical-test-results-touchpad-consultations-clinic_637285-1755.jpg", alt: "Smart Healthcare - Advanced Care, Trusted Doctors" + }, ], }, twitter: { diff --git a/src/app/page.tsx b/src/app/page.tsx index 33ff502..9233c3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,21 +61,21 @@ export default function LandingPage() {