diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8c27ea7..13be89b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const archivo = Archivo({ - variable: "--font-archivo", - subsets: ["latin"], + variable: "--font-archivo", subsets: ["latin"], }); export const metadata: Metadata = { - title: "SpeechBridge - Home Speech & Language Support for UK Families", - description: "Evidence-backed speech and language activities for children aged 0–7. Support your child's communication development at home during NHS waiting periods. Trusted by parents and speech therapists.", - keywords: "speech development, language support, children 0-7, NHS waiting list, speech therapy at home, UK parents, communication skills, early intervention", - metadataBase: new URL("https://speechbridge.uk"), + title: "SpeechBridge - Home Speech & Language Support for UK Families", description: "Evidence-backed speech and language activities for children aged 0–7. Support your child's communication development at home during NHS waiting periods. Trusted by parents and speech therapists.", keywords: "speech development, language support, children 0-7, NHS waiting list, speech therapy at home, UK parents, communication skills, early intervention", metadataBase: new URL("https://speechbridge.uk"), alternates: { - canonical: "https://speechbridge.uk", - }, + canonical: "https://speechbridge.uk"}, openGraph: { - title: "SpeechBridge - Support Your Child's Speech Journey", - description: "Home-based speech and language activities during NHS waiting periods. Evidence-backed, parent-designed, therapist-endorsed.", - url: "https://speechbridge.uk", - siteName: "SpeechBridge", - type: "website", - images: [ + title: "SpeechBridge - Support Your Child's Speech Journey", description: "Home-based speech and language activities during NHS waiting periods. Evidence-backed, parent-designed, therapist-endorsed.", url: "https://speechbridge.uk", siteName: "SpeechBridge", type: "website", images: [ { - url: "https://speechbridge.uk/og-image.jpg", - alt: "SpeechBridge - Speech and language support for UK families", - }, + url: "https://speechbridge.uk/og-image.jpg", alt: "SpeechBridge - Speech and language support for UK families"}, ], }, twitter: { - card: "summary_large_image", - title: "SpeechBridge - Support Your Child's Speech Development", - description: "Evidence-backed activities and guidance for parents during NHS waiting periods.", - images: ["https://speechbridge.uk/twitter-image.jpg"], + card: "summary_large_image", title: "SpeechBridge - Support Your Child's Speech Development", description: "Evidence-backed activities and guidance for parents during NHS waiting periods.", images: ["https://speechbridge.uk/twitter-image.jpg"], }, robots: { index: true, @@ -1426,4 +1411,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}