Update src/app/layout.tsx

This commit is contained in:
2026-03-02 21:30:44 +00:00
parent c3e69f74b1
commit e108dd0d61

View File

@@ -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,