Is there a blacklist of misbehaving web robots?
October 2, 2004 7:36 AM
Subscribe
Is there a blacklist of misbehaving web robots? [MI]
Site I'm responsible for has been visited recently by robots that are either obviously badly written (requesting files from my server that are obviously a list of files from someone else's) or ignoring my robots.txt file. So far, only minor annoyances, but I'm hoping there's a way to ban known misbehavers pre-emptively before something more major happens.
posted by gimonca to computers & internet (4 comments total)
add a script to your robots.txt. Call it "/dont/load/this/up/or/be/banned/forever.php". Maybe put it at the top of your robots.txt. Have it insert a line to your firewall blocking the IP address calling it. Problem solved, crisis averted. :-)
In fact, I might just do that for my servers. Hmmm...
posted by shepd at 8:06 AM on October 2, 2004