{% extends skin.layout %} {% block title %}{{page_title}}{% endblock %} {% block head_include %} {% endblock %} {% block content %}
{% if page_title %}

{{page_title}}

{% endif %} {% if message %}

{{message}}

{% endif %}

Show Help"

The robots.txt file is used to instruct web search engines to index or not to index your site. This form allows you to allow or disallow based on the host that is used to visit your site. If you have one URL you want to treat more private (not showing in seach results) then you use that hosts name and enter a "Disallow" clause.

If you want to allow indexing then use:
User-agent: *
Allow: /
If you want to disallow indexing use:
User-agent: *
Disallow: /

 

{{form|safe}}

 |  Cancel
{% endblock %}