Merge remote-tracking branch 'origin/main'
This commit is contained in:
12
website/robots.txt
Normal file
12
website/robots.txt
Normal 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
57
website/sitemap.xml
Normal 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>
|
||||
Reference in New Issue
Block a user