我想禁止机器人抓取任何文件夹,在网址的任何位置使用名称:this-folder
.
禁止的例子:
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/
Run Code Online (Sandbox Code Playgroud)
这是我的尝试:
Disallow: /.*this-folder/
Run Code Online (Sandbox Code Playgroud)
这会有用吗?