fix(seo): correct canonical tags and localized blog post hreflang

This commit is contained in:
2026-03-16 23:15:04 +01:00
parent 8ba1c7ea38
commit 8ffb5967d3
3 changed files with 78 additions and 21 deletions

View File

@@ -35,13 +35,6 @@ export async function generateMetadata(props: {
},
metadataBase: new URL(baseUrl),
manifest: '/manifest.webmanifest',
alternates: {
canonical: `${baseUrl}/${locale}`,
languages: {
de: `${baseUrl}/de`,
en: `${baseUrl}/en`,
},
},
icons: {
icon: [
{ url: '/favicon.ico', sizes: 'any' },