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";
const interTight = Inter_Tight({
variable: "--font-inter-tight",
subsets: ["latin"],
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
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"),
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"),
alternates: {
canonical: "https://pyattmsk.com",
},
canonical: "https://pyattmsk.com"},
openGraph: {
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: [
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: [
{
url: "http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg",
alt: "Pyatt MSK Rehabilitation Center",
},
url: "http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg", alt: "Pyatt MSK Rehabilitation Center"},
],
},
twitter: {
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"],
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"],
},
robots: {
index: true,