From 4b921f7fda634c5f57584a31003360cb3153145b Mon Sep 17 00:00:00 2001 From: Anand Suthar Date: Sun, 4 Aug 2024 18:54:31 +0530 Subject: [PATCH] Update metadata for SEO optimization - Enhanced title and description for better search visibility - Included relevant keywords and application name - Updated author and publisher information --- app/layout.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index a9ea2eab..fb057a80 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -9,6 +9,20 @@ export const metadata: Metadata = { title: "Patient Fitness Tracker", description: "The Patient Fitness Tracker is a modern healthcare platform designed to streamline patient management and monitoring across multiple hospitals.", + keywords: [ + "Patient Fitness Tracker", + "Healthcare", + "Patient Management", + "Fitness Monitoring", + "Health Tech", + ], + authors: [{ name: "Anand Suthar", url: "https://github.com/ad956" }], + creator: "Anand Suthar", + applicationName: "Patient Fitness Tracker", + referrer: "origin-when-cross-origin", + generator: "Next.js", + publisher: "Anand Suthar", + robots: "index, follow", }; export default function RootLayout({