Update SEO and meta tags in index.html, enhance robots.txt for better crawling control, and improve sitemap.xml priorities. Refactor blog routes to include SEO metadata and adjust blog view for canonical URLs. Implement blog URL generation in BlogListView and apply SEO dynamically in BlogView.

This commit is contained in:
Torsten Schulz (local)
2026-03-18 22:02:44 +01:00
parent 971e09a72a
commit 59869e077e
14 changed files with 759 additions and 81 deletions

View File

@@ -8,6 +8,11 @@
<url>
<loc>https://www.your-part.de/blogs</loc>
<changefreq>daily</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://www.your-part.de/vokabeltrainer</loc>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
@@ -16,25 +21,8 @@
<priority>0.8</priority>
</url>
<url>
<loc>https://www.your-part.de/socialnetwork/vocab</loc>
<loc>https://www.your-part.de/minigames</loc>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://www.your-part.de/minigames</loc>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://www.your-part.de/minigames/match3</loc>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://www.your-part.de/minigames/taxi</loc>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
</urlset>