Add meaningful text for SEO meta tags

This commit is contained in:
thiloho
2025-04-27 04:31:59 +02:00
parent f88fe15fe0
commit 67fe3181ba
9 changed files with 31 additions and 19 deletions

View File

@@ -11,6 +11,9 @@ if (!legalContent) {
const { Content } = await render(legalContent);
---
<PageLayout title="Legal Disclosure" description="Legal Disclosure">
<PageLayout
title="Legal Disclosure"
description="Legal notice and contact details in accordance with German law."
>
<Content />
</PageLayout>