Update src/app/layout.tsx

This commit is contained in:
2026-03-04 11:25:09 +00:00
parent 77277a431c
commit 2638f4764c

View File

@@ -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 07. 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 07. 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({
</ServiceWrapper>
</html>
);
}
}