Update index.html and sitemap.xml for improved SEO and content visibility

- Updated the title and description in index.html to include new features like Vokabeltrainer and additional minigames.
- Added keywords meta tag to enhance search engine optimization.
- Modified sitemap.xml to reflect changes in URLs and update change frequencies for better indexing, including new entries for Vokabeltrainer and minigames.
This commit is contained in:
Torsten Schulz (local)
2026-01-19 10:35:59 +01:00
parent 59c05b3628
commit 9553cc811a
2 changed files with 57 additions and 10 deletions

View File

@@ -6,18 +6,33 @@
<priority>1.0</priority>
</url>
<url>
<loc>https://www.your-part.de/blog</loc>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
<loc>https://www.your-part.de/blogs</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://www.your-part.de/falukant</loc>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://www.your-part.de/socialnetwork/vocab</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>