【发布时间】:2022-11-19 20:20:18
【问题描述】:
我将站点地图索引上传到谷歌搜索控制台,但出现以下错误: 您的站点地图或站点地图索引文件没有为我的站点地图索引的第 2 行正确声明命名空间。
第 2 行是<sitemapindex xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
它有什么问题?
作为参考,我的整个代码块类似于:
<sitemapindex xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>URL.xml</loc>
<lastmod>2022-11-09T16:40:38.677Z</lastmod>
</sitemap>
<sitemap>
<loc>URL.xml</loc>
<lastmod>2022-11-01T00:00:00.420Z</lastmod>
</sitemap>
...
...
</sitemapindex>
谢谢您的帮助
【问题讨论】:
标签: sitemap google-search-console xml-sitemap sitemap.xml