diff options
Diffstat (limited to 'web/index.cgi')
-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); |