{% extends 'ndr_core/admin_views/base.html' %} {% load static %} {% load ndr_utils %} {% load crispy_forms_tags %} {% block content %}

Search Engine Optimization

NDRCore.org Google Robots Sitemap
Help
{% if "/configure/seo/ndrcore-org" in request.path %}
Connect with ndrcore.org

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/google-verification" in request.path %}
Google Indexing and Verification

If you want your site to be indexed by Google, you need to verify your site with them. This will allow you to see how your site is performing in Google search results and to see what keywords people are using to find your site. Go to Google Search Console and select "URL-Prefix" as a verification method. Copy your site's URL and paste it in the provided field. Click "Continue" and Google will provide you with an HTML file which needs to be uploaded to your site. Upload the file here and then click "Verify" in the Google Search Console.

{% elif "/configure/seo/robots" in request.path %}
Your robots.txt File

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 %}
Your sitemap.xml File

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 %}
{% if "/configure/seo/ndrcore-org" in request.path %}
Connect with ndrcore.org
{% crispy form %} {% elif "/configure/seo/google-verification" in request.path %}
Google Indexing and Verification
TODO {% elif "/configure/seo/robots" in request.path %}
Your robots.txt File
{{ robots_txt|safe }}
{% elif "/configure/seo/sitemap" in request.path %}
Your sitemap.xml File
{{ sitemap_xml|safe }}
{% endif %}
{% endblock %}