This bot doesn't respect nofollow noindex
in robots.txt.
I have this in robots.txt:
User-agent: Msnbot
Disallow: /
User-Agent: Msnbot/2.0b
Disallow: /
Till now it was pretty slow, but now, it is a monster that won't leave my site at all. Crawls all WordPress and MyBB 24/7.
To block IP ranges or what can I do to stop all of this content stealers?
Based on Block by useragent or empty referer you could something like this in your .htaccess
Here's what you need to do instead:
Code:
The above code allows all robots except MSNbot.
You can read more about the robots exclusion protocol here.
for example, for bing.
for google
if you want block all bots. use this.