diff --git a/robots.txt b/robots.txt index 1d41d40ad..cb22b6b28 100644 --- a/robots.txt +++ b/robots.txt @@ -1,16 +1,21 @@ User-agent: * +Disallow: /.github/ +Disallow: /.phan/ +Disallow: /assets/ Disallow: /backup/ Disallow: /bin/ Disallow: /cache/ -Disallow: /grav/ Disallow: /logs/ Disallow: /system/ -Disallow: /vendor/ +Disallow: /tests/ +Disallow: /tmp/ Disallow: /user/ +Disallow: /vendor/ +Disallow: /webserver-configs/ Allow: /user/pages/ Allow: /user/themes/ Allow: /user/images/ Allow: / Allow: *.css$ Allow: *.js$ -Allow: /system/*.js$ \ No newline at end of file +Allow: /system/*.js$