google 搜索控制台发现站点地图索引的网址太少
google search console discovered urls is too few for sitemap index
我的站点地图索引文件在 google 搜索控制台上没有显示任何错误,但它只显示了 397 个发现的 url,而它应该超过一百万个。
基本上我的站点地图索引文件如下所示:
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap><loc>https://www.somesite.com/sitemap1</loc><lastmod>2020-09-14T04:38:25Z</lastmod></sitemap>
<sitemap><loc>https://www.somesite.com/sitemap2</loc></sitemap>
<sitemap><loc>https://www.somesite.com/sitemap3</loc></sitemap>
<sitemap><loc>https://www.somesite.com/sitemap4</loc></sitemap>
<sitemap><loc>https://www.somesite.com/sitemap5</loc></sitemap>
... (614 sitemap entries in total)
</sitemapindex>
有什么问题吗?我有太多 <sitemap>
个条目吗?
这与站点地图文件过多和一些超时错误有关。 Search Console 不擅长用大量站点地图报告这些错误。将站点地图数量减少到 200 并使其加载时间低于 30 秒后,该问题已得到解决。
我的站点地图索引文件在 google 搜索控制台上没有显示任何错误,但它只显示了 397 个发现的 url,而它应该超过一百万个。
基本上我的站点地图索引文件如下所示:
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap><loc>https://www.somesite.com/sitemap1</loc><lastmod>2020-09-14T04:38:25Z</lastmod></sitemap>
<sitemap><loc>https://www.somesite.com/sitemap2</loc></sitemap>
<sitemap><loc>https://www.somesite.com/sitemap3</loc></sitemap>
<sitemap><loc>https://www.somesite.com/sitemap4</loc></sitemap>
<sitemap><loc>https://www.somesite.com/sitemap5</loc></sitemap>
... (614 sitemap entries in total)
</sitemapindex>
有什么问题吗?我有太多 <sitemap>
个条目吗?
这与站点地图文件过多和一些超时错误有关。 Search Console 不擅长用大量站点地图报告这些错误。将站点地图数量减少到 200 并使其加载时间低于 30 秒后,该问题已得到解决。