如何通过 robots.txt 排除特定文件夹
我想从搜索引擎的索引中排除任何文件夹中名为“ajax”的所有子文件夹。
示例:
.com/a/ajax
.com/b/ajax
.com/c/ajax
这可以通过 robots.txt 实现吗?
I want to exclude all subfolders named "ajax" in any folder from indexing by search engines.
Examples:
.com/a/ajax
.com/b/ajax
.com/c/ajax
Is this possible via robots.txt ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只有明确列出每个文件夹才有可能。没有通配符支持来完成您想要的事情类型。 robots.txt 排除标准在这方面有点缺乏。
It's only possible if you list out each folder explicitly. There is no wildcard support to accomplish the type of thing you want. The robots.txt exclusion standard is a little lacking in this respect.