https://www.sitemaps.org/protocol.html
<?xml version='1.0' encoding='UTF-8'?>
<sitemapindex>
<sitemap>
<loc>https://www.xxx.com/1.xml</loc>
<lastmod>2019-12-05</lastmod>
</sitemap>
<sitemap>
<loc>https://www.xxx.com/2.xml</loc>
<lastmod>2019-12-05</lastmod>
</sitemap>
</sitemapindex>
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>
sitemap删除实际上是把url删除
1、不可以把sitemap从服务器里删除,这样搜索引擎会判断为404
最好是减少sitemap内容(剩1条)