Sitemap显示Html错误

时间:2015-09-16 05:45:32

标签: html xml .htaccess web

我为我的网站生成了站点地图,然后我上传到谷歌网站管理员,每次谷歌网站管理员显示以下信息,请帮我解决一下

Google网站管理员留言

站点地图是HTML 您的站点地图似乎是一个HTML页面。请改用支持的站点地图格式。

1 个答案:

答案 0 :(得分:0)

您正在上传HTML,Google网站管理员不支持该格式。通用格式为XML

来自链接:

  

如果您有许多站点地图,则可以使用站点地图索引文件作为一种方式   立即提交。站点地图索引文件的XML格式非常好   类似于站点地图文件的XML格式。站点地图索引文件   使用以下XML标记:

sitemapindex - the parent tag surrounds the file.
sitemap - the parent tag for each sitemap listed in the file (a child of sitemapindex)
loc - the location of the sitemap (a child of sitemap)
lastmod - the last modified date of the sitemap (optional)
     

有关语法的详细信息,请参阅“站点地图协议”页面。

     

以下示例显示了列出的XML格式的站点地图索引   两个站点地图:

更多信息请阅读: https://support.google.com/webmasters/answer/75712?hl=en