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:
@@ -1,6 +1,34 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /activate
|
||||
Disallow: /admin/
|
||||
Disallow: /friends
|
||||
Disallow: /personal/
|
||||
Disallow: /settings/
|
||||
Disallow: /socialnetwork/diary
|
||||
Disallow: /socialnetwork/forum/
|
||||
Disallow: /socialnetwork/forumtopic/
|
||||
Disallow: /socialnetwork/gallery
|
||||
Disallow: /socialnetwork/guestbook
|
||||
Disallow: /socialnetwork/search
|
||||
Disallow: /socialnetwork/vocab/
|
||||
Disallow: /falukant/home
|
||||
Disallow: /falukant/create
|
||||
Disallow: /falukant/branch/
|
||||
Disallow: /falukant/moneyhistory
|
||||
Disallow: /falukant/family
|
||||
Disallow: /falukant/house
|
||||
Disallow: /falukant/nobility
|
||||
Disallow: /falukant/reputation
|
||||
Disallow: /falukant/church
|
||||
Disallow: /falukant/education
|
||||
Disallow: /falukant/bank
|
||||
Disallow: /falukant/directors
|
||||
Disallow: /falukant/health
|
||||
Disallow: /falukant/politics
|
||||
Disallow: /falukant/darknet
|
||||
Disallow: /minigames/match3
|
||||
Disallow: /minigames/taxi
|
||||
|
||||
Sitemap: https://www.your-part.de/sitemap.xml
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user