From 3810db4a613b9f969d0db24abd1134c085ceea65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Tue, 2 Aug 2016 22:06:25 +0200 Subject: [PATCH] extends robots.txt with ognoring edit, exports and stats --- resources/public/robots.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/public/robots.txt b/resources/public/robots.txt index 9f0773f..86a5112 100644 --- a/resources/public/robots.txt +++ b/resources/public/robots.txt @@ -1,2 +1,5 @@ User-agent: * Disallow: /new +Disallow: /*edit +Disallow: /*export +Disallow: /*stats \ No newline at end of file