标签: seo search-engine robots.txt
如何阻止搜索引擎在其路径中索引包含3个或更多个forwarslashes的网页? 例如:
www.example.com/about.html ->ok www.example.com/1/2/3/4/5/test.html -> no index!!!
我应该如何编写robots.txt?谢谢!
答案 0 :(得分:0)
尝试
User-Agent: * Disallow: /*/*/*/*
虽然我不确定所有机器人都支持*。
*