aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = "."