From 6a98afecf2afcc1d7fc0c7f245cbe2fa78c884e4 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Tue, 5 Dec 2017 14:20:46 +0100 Subject: [PATCH] Disallow root --- robots.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/robots.txt b/robots.txt index c9cf39d625..20f1b752c0 100755 --- a/robots.txt +++ b/robots.txt @@ -16,15 +16,17 @@ User-Agent: * # Directories -Disallow: /app/cache/ -Disallow: /app/logs/ -Disallow: /app/upload/ -Disallow: /app/courses/ +# ofaj + +Disallow: / +Disallow: /app/ +Disallow: /bin/ Disallow: /documentation/ Disallow: /home/ Disallow: /main/ Disallow: /plugin/ Disallow: /tests/ +Disallow: /vendor/ # Files Disallow: /license.txt