diff options
Diffstat (limited to 'web/index.cgi')
-rwxr-xr-x | web/index.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.cgi b/web/index.cgi index 9666c2458..32b7de916 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -1010,6 +1010,7 @@ EOF my %params = ( rss => [ _('Updates to this problem, FixMyStreet'), "/rss/$input_h{id}" ], + robots => 'index, nofollow', title => $problem->{title} ); |