added sitemap & robots.txt for SEO
This commit is contained in:
+28
@@ -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
@@ -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>
|
||||||
Reference in New Issue
Block a user