aboutsummaryrefslogtreecommitdiffstats
path: root/web/alert.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'web/alert.cgi')
-rwxr-xr-xweb/alert.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/alert.cgi b/web/alert.cgi
index b6d23b9f8..71249759e 100755
--- a/web/alert.cgi
+++ b/web/alert.cgi
@@ -64,7 +64,7 @@ EOF
$out = alert_front_page($q);
}
- print Page::header($q, title => $title);
+ print Page::header($q, title => $title, robots => 'noindex,nofollow');
print $out;
print Page::footer($q);
}