{% extends "wagtailadmin/base.html" %} {% load i18n static wagtailadmin_tags %} {% block titletag %}{% trans "SEO Dashboard" %}{% endblock %} {% block bodyclass %}seo-dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% trans "SEO Dashboard" as title_str %} {% include "wagtailadmin/shared/header.html" with title=title_str icon="chart-bar" %} {% csrf_token %}
{% trans "Run your first SEO audit to see the health score and issues for your site." %}
{% trans "To run an audit, use the following management command:" %}
python manage.py seoaudit