Skip to content

Commit

Permalink
Update metadata for SEO optimization
Browse files Browse the repository at this point in the history
- Enhanced title and description for better search visibility
- Included relevant keywords and application name
- Updated author and publisher information
  • Loading branch information
ad956 committed Aug 4, 2024
1 parent 6e4354a commit 4b921f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 4b921f7

Please sign in to comment.