From 7a8fe086cdbd6fddf2d842827bd7c2bb4ad439f6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 20 Apr 2010 22:40:32 +0100 Subject: [PATCH] Don't allow robots to fetch user edit lists --- public/robots.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index 496aa201e..c0e70dfd8 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -22,7 +22,7 @@ Disallow: /*relation= User-agent: Slurp Disallow: /user/*/traces/ -Disallow: /user/*/edits/ +Disallow: /user/*/edits Disallow: /user/*/diary/ Allow: /user/ Disallow: /traces/tag/ @@ -48,7 +48,7 @@ Disallow: /*relation= User-agent: Googlebot Disallow: /user/*/traces/ -Disallow: /user/*/edits/ +Disallow: /user/*/edits Disallow: /user/*/diary/ Allow: /user/ Disallow: /traces/tag/ -- 2.43.2