add some more disallows to robots.txt view

This commit is contained in:
Thomas Waldmann 2013-10-19 18:20:40 -07:00
parent 98e2035187
commit 85b2932a7c

View File

@ -222,8 +222,11 @@ def RobotsTxtView(request):
content = """\
User-agent: *
Crawl-delay: 10
Disallow: /account/
Disallow: /accounts/
Disallow: /admin/
Disallow: /myip/
Disallow: /nic/update/
Disallow: /overview/
"""
return HttpResponse(content, content_type="text/plain")