我已经安装了用于SilverStripe 3.0的google sitemaps模块
https://github.com/silverstripe-labs/silverstripe-googlesitemaps
我可以看到这个模块生成的网站地图...我读到这个模块会通知Google任何修改或新的页面
但是,对于第一次,我们是否必须将XML提交给Google进行索引,或者甚至这是由模块完成的?
发布于 2013-03-26 07:40:04
我建议将sitemap.xml提交给谷歌进行索引。该模块不会自动提交,尽管google会在下一次爬行网站时检测到它。
以下是有关该模块的更多信息:
https://github.com/silverstripe-labs/silverstripe-googlesitemaps/blob/master/docs/en/index.md
https://stackoverflow.com/questions/15587825
复制相似问题