aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2010-12-21 22:47:17 +0000
committerMatthew Somerville <matthew@mysociety.org>2010-12-21 22:47:17 +0000
commit01ef2083512c6ba0b5525f2b0687e28d694c5eaa (patch)
tree79ef8ee755d07b594f68e3004d8a91994f509d00
parent23b2c921c9cd88ed0c01bbeba537958381a66ed0 (diff)
Might as well say don't index these either.
-rwxr-xr-xweb/index.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 62ade26b5..1864eba6f 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -890,7 +890,7 @@ sub display_location {
my %params = (
rss => [ _('Recent local problems, FixMyStreet'), "/rss/n/$easting,$northing" ],
- robots => 'index,nofollow',
+ robots => 'noindex,nofollow',
);
return (Page::template_include('map', $q, Page::template_root($q), %vars), %params);