{% extends 'ndr_core/admin_views/base.html' %} {% load static %} {% load ndr_utils %} {% load crispy_forms_tags %} {% block content %}
You can connect your site with ndrcore.org to help us keep track of your site and to help us keep your site up to date with the latest security patches. Also, if you are a member of the ndrcore.org network, you will be found by other members of the network and people looking for data you have published.
{% elif "/configure/seo/robots" in request.path %}The robots.txt file is used by search engines to determine what pages they should index and what pages they should ignore. You can use this file to prevent search engines from indexing pages that you do not want to be indexed.
{% elif "/configure/seo/sitemap" in request.path %}The sitemap.xml file is used by search engines to determine what pages they should index and what pages they should ignore. You can use this file to prevent search engines from indexing pages that you do not want to be indexed.
{% endif %}
{{ robots_txt|safe }}
{{ sitemap_xml|safe }}