diff --git a/src/kasu/templates/robots.txt b/src/kasu/templates/robots.txt index d1a6f5f..e8f0c82 100644 --- a/src/kasu/templates/robots.txt +++ b/src/kasu/templates/robots.txt @@ -1,4 +1,5 @@ User-agent: * -Disallow: /cgi-bin/ Disallow: /admin/ -Disallow: /users/ \ No newline at end of file +Disallow: /cgi-bin/ +Disallow: /users/ +host: example.com \ No newline at end of file