diff options
author | Matthew Somerville <matthew@mysociety.org> | 2010-12-21 22:41:00 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2010-12-21 22:41:00 +0000 |
commit | 23b2c921c9cd88ed0c01bbeba537958381a66ed0 (patch) | |
tree | b58575271a8b7f4c4969c7c8d22a01e3f1161cd9 /web/index.cgi | |
parent | 38efd321de6cfc74a5fe3b45c3260f967a7f3c91 (diff) |
Some more robots.
Diffstat (limited to 'web/index.cgi')
-rwxr-xr-x | web/index.cgi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi index 32b7de916..62ade26b5 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -760,7 +760,7 @@ EOF url_home => Cobrand::url($cobrand, '/', $q), submit_button => _('Submit') ); - return (Page::template_include('report-form', $q, Page::template_root($q), %vars)); + return (Page::template_include('report-form', $q, Page::template_root($q), %vars), robots => 'noindex,nofollow'); } sub display_location { @@ -889,7 +889,8 @@ sub display_location { ); my %params = ( - rss => [ _('Recent local problems, FixMyStreet'), "/rss/n/$easting,$northing" ] + rss => [ _('Recent local problems, FixMyStreet'), "/rss/n/$easting,$northing" ], + robots => 'index,nofollow', ); return (Page::template_include('map', $q, Page::template_root($q), %vars), %params); |