regluit/frontend/templates/robots.txt

11 lines
218 B
Plaintext

# Hi Robot, welcome to UnglueIt :-)
{% ifequal request.META.HTTP_HOST "unglue.it" %}
User-agent: *
Disallow: /accounts/
Disallow: /feedback/
Disallow: /socialauth/
{% else %}
User-agent: *
Disallow: /
{% endifequal %}