Deny all robots.txt respecting robots #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "edsu/babble:deny-robots"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the robots.txt is set up to allow complete access by robots. This means that well meaning bots that actually respect a site's wishes with regards to crawling will be invited into the maze.
I think it makes more sense to tell all robots to go away, and if the robot just blindly ignores this it will get lost in the babble tarpit.
This means that over time, given enough babble instances, it will be in the interests of bot creators to ensure their bots respect robots.txt so that they don't incur the cost to their compute, bandwidth, and ultimately the quality of their model/index/whatever.
Let the babble instances multiply!!!
via https://www.robotstxt.org/robotstxt.html
Deny all robotsto Deny all robots.txt respecting robotsThanks so much!