diff --git a/lawfirm-demos/demo-2/app/layout.tsx b/lawfirm-demos/demo-2/app/layout.tsx index 8c80fc1..52365e2 100644 --- a/lawfirm-demos/demo-2/app/layout.tsx +++ b/lawfirm-demos/demo-2/app/layout.tsx @@ -16,8 +16,34 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Rechtsanwalt Max Mustermann – Zivilrecht & Vertragsrecht in Berlin", + description: + "Individuelle Rechtsberatung vom erfahrenen Anwalt für Zivilrecht, Vertragsrecht, Arbeitsrecht & Mietrecht. Jetzt Kontakt aufnehmen.", + keywords: [ + "Rechtsanwalt Berlin", + "Zivilrecht", + "Vertragsrecht", + "Arbeitsrecht", + "Mietrecht", + "Max Mustermann", + "Anwaltskanzlei", + "Rechtsberatung", + ], + robots: "index, follow", + openGraph: { + title: "Rechtsanwalt Max Mustermann", + description: + "Kompetente Rechtsberatung in Berlin für Privatpersonen & Unternehmen.", + url: "https://kanzlei-mustermann.de", + siteName: "Kanzlei Max Mustermann", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Rechtsanwalt Max Mustermann", + description: + "Kompetente Rechtsberatung in Berlin für Zivilrecht, Vertragsrecht & mehr.", + }, }; export default function RootLayout({