防止搜索引擎索引路径中包含 3 个或更多正斜杠的页面
如何防止搜索引擎索引路径中包含 3 个或更多正斜杠的页面? 例如:
www.example.com/about.html ->ok
www.example.com/1/2/3/4/5/test.html -> no index!!!
我应该如何编写robots.txt?谢谢!
How can I prevent search engines indexing pages with 3 or more forwarslashes in their paths?
for example:
www.example.com/about.html ->ok
www.example.com/1/2/3/4/5/test.html -> no index!!!
How should I write the robots.txt? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用
虽然我不确定所有机器人都支持
*
。Try with
Although I'm not sure all bots support the
*
.