robots.txt 中应该禁止使用站点地图吗?和 robots.txt 本身?

发布于 2024-11-18 03:21:26 字数 1459 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玩套路吗 2024-11-25 03:21:26

您不会阻止爬虫对 robots.txt 进行索引,因为这是先有鸡还是先有蛋的情况,但是,如果您没有指定 google 和其他搜索引擎直接查看站点地图,则可能会因拒绝您的内容而损失一些索引权重。站点地图.xml。
您不希望用户看到站点地图是否有特殊原因?
我实际上这样做是专门针对谷歌爬虫的:

 Allow: /
 # Sitemap
 Sitemap: http://www.mysite.com/sitemap.xml

you won't stop the crawler from indexing robots.txt because its a chicken and the egg situation, however, if you aren't specifying google and other search engines to look directly at the sitemap, you could lose some indexing weight from denying your sitemap.xml.
Is there a particular reason why you would want to not have users be able to see the sitemap?
I actually do this which is specific just for the google crawler:

 Allow: /
 # Sitemap
 Sitemap: http://www.mysite.com/sitemap.xml
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文