From 434882709a269b3c4ebbb895cb22212327216fa6 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 7 Jun 2016 20:30:05 +0200 Subject: add restrictive robots.txt --- static/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 static/robots.txt diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / -- cgit v1.3.1