feat(seo): Zweisprachige Meta-Tags und hreflang für DE/EN

SEO-Texte in i18n, dynamische Meta-Updates beim Sprachwechsel, hreflang-Links und ?lng-Parameter; PWA-Manifest zweisprachig.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-30 20:52:39 +02:00
co-authored by Cursor
parent 5271ed90c1
commit df53420f3b
6 changed files with 96 additions and 3 deletions
+3 -1
View File
@@ -49,7 +49,9 @@ export default defineConfig({
manifest: {
name: 'Kapteins Daagbok',
short_name: 'Daagbok',
description: 'Free, ad-free maritime logbook with E2E encryption and Passkeys',
lang: 'de',
description:
'Digitales Yacht-Logbuch — E2E-verschlüsselt, offline-fähig. Digital yacht logbook — E2E encrypted, offline-capable PWA.',
theme_color: '#1e293b',
background_color: '#0f172a',
display: 'standalone',