feat(SEO): implement SEO configuration and meta tag management

- Added SEO defaults and route-specific configurations for improved search engine visibility.
- Introduced functions to normalize paths and retrieve SEO settings based on the current route.
- Enhanced server-side rendering to dynamically update meta tags for title, description, and robots directives.
- Created a utility for managing SEO-related meta and link tags in the frontend, ensuring consistent application of SEO practices across routes.
- Updated sitemap with new last modification dates and removed outdated entries for better search engine indexing.
This commit is contained in:
Torsten Schulz (local)
2026-03-18 18:15:01 +01:00
parent 0bb636b91d
commit f94914703a
5 changed files with 280 additions and 56 deletions

View File

@@ -5,32 +5,8 @@
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://tt-tagebuch.de/</loc>
<lastmod>2025-01-11</lastmod>
<lastmod>2026-03-18</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://tt-tagebuch.de/register</loc>
<lastmod>2025-01-11</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://tt-tagebuch.de/login</loc>
<lastmod>2025-01-11</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://tt-tagebuch.de/impressum</loc>
<lastmod>2025-01-11</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://tt-tagebuch.de/datenschutz</loc>
<lastmod>2025-01-11</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
</urlset>