added sitemap & robots.txt for SEO

This commit is contained in:
2025-01-25 11:43:48 +01:00
parent 43c1349e12
commit 13233794eb
2 changed files with 46 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
Sitemap: https://bytedice.net/sitemap.xml
User-agent: Googlebot
Allow: /
User-agent: googlebot-image
Allow: /
User-agent: googlebot-mobile
Allow: /
User-agent: MSNBot
Allow: /
User-agent: Nutch
Disallow: /
User-agent: baiduspider
Disallow: /
User-agent: naverbot
Disallow: /
User-agent: yeti
Disallow: /
User-agent: ia_archiver
Disallow: /
User-agent: *
Disallow: /
Disallow: /cgi-bin/
Disallow: /ssi/
Disallow: /data/
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.bytedice.net</loc>
<priority>1.00</priority>
<lastmod>2025-01-25</lastmod>
</url>
<url>
<loc>https://www.bytedice.net/toys</loc>
<priority>0.67</priority>
<lastmod>2025-01-23</lastmod>
</url>
<url>
<loc>https://www.bytedice.net/toys/license</loc>
<priority>0.33</priority>
<lastmod>2025-01-24</lastmod>
</url>
</urlset>