Update metadata in layout.tsx for improved SEO: revise title, description, add keywords, and configure OpenGraph and Twitter details.
This commit is contained in:
@@ -16,8 +16,34 @@ const geistMono = Geist_Mono({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Create Next App",
|
title: "Rechtsanwalt Max Mustermann – Zivilrecht & Vertragsrecht in Berlin",
|
||||||
description: "Generated by create next app",
|
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({
|
export default function RootLayout({
|
||||||
|
|||||||
Reference in New Issue
Block a user