diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6c42fe5..59e94ee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-manrope", subsets: ["latin"], }); const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "East York Cardiology | Patient Education & Resources", - description: "Evidence-based cardiac care resources. Download patient questionnaires, learn about blood pressure management, explore medication side effects, and access clinical tools for healthcare providers.", - keywords: "cardiology, hypertension, blood pressure, cardiac care, patient education, East York", - metadataBase: new URL("https://eastyorkcardiology.ca"), + title: "East York Cardiology | Patient Education & Resources", description: "Evidence-based cardiac care resources. Download patient questionnaires, learn about blood pressure management, explore medication side effects, and access clinical tools for healthcare providers.", keywords: "cardiology, hypertension, blood pressure, cardiac care, patient education, East York", metadataBase: new URL("https://eastyorkcardiology.ca"), alternates: { - canonical: "https://eastyorkcardiology.ca", - }, + canonical: "https://eastyorkcardiology.ca"}, openGraph: { - title: "East York Cardiology", - description: "Comprehensive cardiac care and patient education resources for better health outcomes.", - url: "https://eastyorkcardiology.ca", - siteName: "East York Cardiology", - type: "website", - images: [ + title: "East York Cardiology", description: "Comprehensive cardiac care and patient education resources for better health outcomes.", url: "https://eastyorkcardiology.ca", siteName: "East York Cardiology", type: "website", images: [ { - url: "https://eastyorkcardiology.ca/og-image.jpg", - alt: "East York Cardiology", - }, + url: "https://eastyorkcardiology.ca/og-image.jpg", alt: "East York Cardiology"}, ], }, twitter: { - card: "summary", - title: "East York Cardiology", - description: "Patient education and clinical resources for cardiac health.", - }, + card: "summary", title: "East York Cardiology", description: "Patient education and clinical resources for cardiac health."}, robots: { index: true, follow: true,