feat: Update robots.txt and sitemap.xml to enhance SEO and site visibility
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /admin/
|
Disallow: /admin/
|
||||||
|
Disallow: /my/
|
||||||
|
Disallow: /login
|
||||||
|
Disallow: /register
|
||||||
|
Disallow: /chat
|
||||||
|
Disallow: /tickets
|
||||||
|
Disallow: /appointments
|
||||||
Disallow: /static/uploads/
|
Disallow: /static/uploads/
|
||||||
Allow: /
|
Allow: /
|
||||||
Sitemap: /sitemap.xml
|
Sitemap: /sitemap.xml
|
||||||
|
|||||||
@@ -5,4 +5,49 @@
|
|||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>{{ SITE_ROOT }}/dienstleistungen</loc>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>{{ SITE_ROOT }}/projekte</loc>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.7</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>{{ SITE_ROOT }}/inventarsystem</loc>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>{{ SITE_ROOT }}/team</loc>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.6</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>{{ SITE_ROOT }}/kontakt</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.6</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>{{ SITE_ROOT }}/blog</loc>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>0.7</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>{{ SITE_ROOT }}/datenschutz</loc>
|
||||||
|
<changefreq>yearly</changefreq>
|
||||||
|
<priority>0.2</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>{{ SITE_ROOT }}/impressum</loc>
|
||||||
|
<changefreq>yearly</changefreq>
|
||||||
|
<priority>0.2</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>{{ SITE_ROOT }}/nutzungsbedingungen</loc>
|
||||||
|
<changefreq>yearly</changefreq>
|
||||||
|
<priority>0.2</priority>
|
||||||
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|||||||
Reference in New Issue
Block a user