【发布时间】:2019-04-22 05:54:00
【问题描述】:
案例如下:
User-agent: *
Disallow: /
User-agent: Googlebot
Disallow: /test
在这种情况下,Googlebot 是否能够完成其工作?
我猜可能是因为该文件仅指定禁止 Googlebot 的 /test,所以 Googlebot 可以在除 /test 之外的其他目录上执行其工作的变化?
【问题讨论】:
-
您期望发生什么?据我所知,所有机器人都将被阻止访问所有 URL,
Googlebot将被双重阻止访问/testURL。 -
我不确定。我猜可能是因为该文件仅指定禁止 Googlebot 的 /test,所以 Googlebot 可以在除 /test 之外的其他目录上执行其工作的变化?
-
Googlebot 专门支持
Allow指令,它可以满足您的需要
标签: search seo frontend backend search-engine