aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-07-29 23:12:24 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-07-29 23:12:24 +0200
commitaa826379cd91afdbb8934d7eb9c432b215261a12 (patch)
tree2f2f19dc49781d5bb19436c828d10d1d32407a6c
parent924af5187192f0178094d2b78b80206212896aa1 (diff)
do not allow robots to index polls
-rw-r--r--dudle.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/dudle.rb b/dudle.rb
index 53edbae..b186a10 100644
--- a/dudle.rb
+++ b/dudle.rb
@@ -135,6 +135,7 @@ class Dudle
@wizzardindex = configfiles.index(@tab) if @is_config
@html = HTML.new("dudle - #{@title} - #{@tabtitle}",params[:relative_dir])
+ @html.add_html_head('<meta name="robots" content="noindex, nofollow" />')
@html.header["Cache-Control"] = "no-cache"
else
@basedir = "."