diff options
author | Matthew Somerville <matthew@mysociety.org> | 2010-12-21 22:47:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2010-12-21 22:47:17 +0000 |
commit | 01ef2083512c6ba0b5525f2b0687e28d694c5eaa (patch) | |
tree | 79ef8ee755d07b594f68e3004d8a91994f509d00 | |
parent | 23b2c921c9cd88ed0c01bbeba537958381a66ed0 (diff) |
Might as well say don't index these either.
-rwxr-xr-x | web/index.cgi | 2 |
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); |