Merge remote-tracking branch 'origin/main'

This commit is contained in:
2025-09-12 19:56:35 +08:00
parent 2167126f4f
commit 133876a29e
2 changed files with 69 additions and 0 deletions

12
website/robots.txt Normal file
View File

@@ -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

57
website/sitemap.xml Normal file
View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.niumall.com/</loc>
<lastmod>2023-12-15</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.niumall.com/product.html</loc>
<lastmod>2023-12-15</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://www.niumall.com/solutions.html</loc>
<lastmod>2023-12-15</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://www.niumall.com/cases.html</loc>
<lastmod>2023-12-15</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://www.niumall.com/about.html</loc>
<lastmod>2023-12-15</lastmod>
<changefreq>yearly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://www.niumall.com/news.html</loc>
<lastmod>2023-12-15</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://www.niumall.com/contact.html</loc>
<lastmod>2023-12-15</lastmod>
<changefreq>yearly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://www.niumall.com/demo.html</loc>
<lastmod>2023-12-15</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://www.niumall.com/api.html</loc>
<lastmod>2023-12-15</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
</urlset>