From 9a9e3a12e093bfa6bfe59725ad9470fb5a39f301 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Sat, 5 Dec 2015 18:43:40 +0100 Subject: [PATCH] Add robots.txt --- source/robots.txt.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 source/robots.txt.erb diff --git a/source/robots.txt.erb b/source/robots.txt.erb new file mode 100644 index 0000000..d04ede9 --- /dev/null +++ b/source/robots.txt.erb @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: <%= url_for 'sitemap.xml' %>