diff --git a/website/robots.txt b/website/robots.txt new file mode 100644 index 0000000..d1cd03f --- /dev/null +++ b/website/robots.txt @@ -0,0 +1,12 @@ +User-agent: * +Allow: / +Disallow: /api/ +Disallow: /private/ + +Sitemap: https://www.niumall.com/sitemap.xml + +# Host +Host: https://www.niumall.com + +# Crawl-delay +Crawl-delay: 10 \ No newline at end of file diff --git a/website/sitemap.xml b/website/sitemap.xml new file mode 100644 index 0000000..9bf6089 --- /dev/null +++ b/website/sitemap.xml @@ -0,0 +1,57 @@ + + + + https://www.niumall.com/ + 2023-12-15 + weekly + 1.0 + + + https://www.niumall.com/product.html + 2023-12-15 + monthly + 0.9 + + + https://www.niumall.com/solutions.html + 2023-12-15 + monthly + 0.8 + + + https://www.niumall.com/cases.html + 2023-12-15 + monthly + 0.8 + + + https://www.niumall.com/about.html + 2023-12-15 + yearly + 0.7 + + + https://www.niumall.com/news.html + 2023-12-15 + weekly + 0.8 + + + https://www.niumall.com/contact.html + 2023-12-15 + yearly + 0.7 + + + https://www.niumall.com/demo.html + 2023-12-15 + monthly + 0.6 + + + https://www.niumall.com/api.html + 2023-12-15 + monthly + 0.5 + + \ No newline at end of file