Update src/app/layout.tsx

This commit is contained in:
2026-03-03 10:50:13 +00:00
parent 3b18d5e3cb
commit 2c45acb6a5

View File

@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const interTight = Inter_Tight({ const interTight = Inter_Tight({
variable: "--font-inter-tight", variable: "--font-inter-tight", subsets: ["latin"],
subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Pyatt MSK Rehabilitation | Expert Physiotherapy & Sports Medicine", title: "Pyatt MSK Rehabilitation | Expert Physiotherapy & Sports Medicine", description: "Professional musculoskeletal rehabilitation and physiotherapy. Expert treatment for injuries, pain management, and sports medicine with proven recovery results.", keywords: "physiotherapy, MSK rehabilitation, sports medicine, injury treatment, physical therapy, pain management, sports injury recovery", metadataBase: new URL("https://pyattmsk.com"),
description: "Professional musculoskeletal rehabilitation and physiotherapy. Expert treatment for injuries, pain management, and sports medicine with proven recovery results.",
keywords: "physiotherapy, MSK rehabilitation, sports medicine, injury treatment, physical therapy, pain management, sports injury recovery",
metadataBase: new URL("https://pyattmsk.com"),
alternates: { alternates: {
canonical: "https://pyattmsk.com", canonical: "https://pyattmsk.com"},
},
openGraph: { openGraph: {
title: "Pyatt MSK Rehabilitation | Expert Physiotherapy", title: "Pyatt MSK Rehabilitation | Expert Physiotherapy", description: "Get expert MSK care and rehabilitation. Personalized treatment plans for injury recovery and pain management.", url: "https://pyattmsk.com", siteName: "Pyatt MSK", type: "website", images: [
description: "Get expert MSK care and rehabilitation. Personalized treatment plans for injury recovery and pain management.",
url: "https://pyattmsk.com",
siteName: "Pyatt MSK",
type: "website",
images: [
{ {
url: "http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg", url: "http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg", alt: "Pyatt MSK Rehabilitation Center"},
alt: "Pyatt MSK Rehabilitation Center",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Pyatt MSK Rehabilitation", description: "Expert physiotherapy and MSK rehabilitation services", images: ["http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg"],
title: "Pyatt MSK Rehabilitation",
description: "Expert physiotherapy and MSK rehabilitation services",
images: ["http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg"],
}, },
robots: { robots: {
index: true, index: true,