From c5240da81f3d4bbb190150cd62a730800e5ec02e Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 10 Mar 2015 14:31:00 -0600 Subject: [PATCH] perf(robots): add robots.txt, see #4746 --- website/public/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 website/public/robots.txt diff --git a/website/public/robots.txt b/website/public/robots.txt new file mode 100644 index 0000000000..d896e347ab --- /dev/null +++ b/website/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: * +Allow: /static/ \ No newline at end of file