【发布时间】:2015-01-27 02:31:56
【问题描述】:
我现在希望完全阻止 bing 抓取我的网站(它以惊人的速度攻击我的网站(每月 500GB 数据)。
我已将 1000 个子域添加到 bing 网站管理员工具中,因此我无法设置每个子域的抓取速度。 我尝试使用 robots.txt 阻止它,但它不起作用 这是我的 robots.txt
# robots.txt
User-agent: *
Disallow:
Disallow: *.axd
Disallow: /cgi-bin/
Disallow: /member
Disallow: bingbot
User-agent: ia_archiver
Disallow: /
【问题讨论】:
-
我还发现 bingbot 在很多我管理的网站上都这样做了。完全忽略一般的“*”规则和任何抓取延迟。
标签: asp.net-mvc .htaccess bots robots.txt bing