Robots.txt 禁止某些文件夹名称

发布于 2024-09-14 08:13:24 字数 341 浏览 6 评论 0原文

我想禁止机器人抓取名称为 this-folder 的 url 中任何位置的任何文件夹。

不允许的示例:

http://mysite.com/this-folder/
http://mysite.com/houses/this-folder/
http://mysite.com/some-other/this-folder/
http://mysite.com/no-robots/this-folder/

这是我的尝试:

Disallow: /.*this-folder/

这会起作用吗?

I want to disallow robots from crawling any folder, at any position in the url with the name: this-folder.

Examples to disallow:

http://mysite.com/this-folder/
http://mysite.com/houses/this-folder/
http://mysite.com/some-other/this-folder/
http://mysite.com/no-robots/this-folder/

This is my attempt:

Disallow: /.*this-folder/

Will this work?

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

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

发布评论

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

评论(1

私藏温柔 2024-09-21 08:13:24

官方不支持通配符和正则表达式:

http://www.robotstxt.org/robotstxt.html

但显然有些搜索引擎支持这一点。

Officially globbing and regular expressions are not supported:

http://www.robotstxt.org/robotstxt.html

but apparently some search engines support this.

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