From 59c92bdfb3bd1dc4822ea4aff5b56aa34631e03a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 22 Apr 2013 13:18:09 +0300 Subject: [PATCH] robots.txt: don't allow robots to go into the infinite loop of root --- robots.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/robots.txt b/robots.txt index e69de29..e528150 100644 --- a/robots.txt +++ b/robots.txt @@ -0,0 +1,6 @@ +# Robots, don't be stupid! +User-agent: * +Disallow /root +Disallow /root/* +Disallow */root/ +Disallow */root/*