【发布时间】:2010-10-21 10:53:51
【问题描述】:
我在我的网站上用 cakephp 开发了站点地图索引和其他站点地图。
目前,站点地图索引是使用 URL http://mysitename/sitemap 而不是 http://mysitename/sitemap.xml 调用的
搜索引擎是否有可能了解站点地图索引位置?
【问题讨论】:
我在我的网站上用 cakephp 开发了站点地图索引和其他站点地图。
目前,站点地图索引是使用 URL http://mysitename/sitemap 而不是 http://mysitename/sitemap.xml 调用的
搜索引擎是否有可能了解站点地图索引位置?
【问题讨论】:
您应该定义sitemap file in your robots.txt 文件的位置。只需在您的 robots.txt 文件中包含这样的一行:
Sitemap: http://www.example.com/sitemap
如果你这样做,你可以随意调用它,主要搜索引擎将能够找到它。
【讨论】: