{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "admin/base_site.html" %} {% block title %}Validate Meta Tags{% endblock %} {% block content %}
Checked {{ result.total_pages }} page{{ result.total_pages|pluralize }}, found {{ result.total_errors }} error{{ result.total_errors|pluralize }}. Skipped {{ result.skipped }} draft page{{ result.skipped|pluralize }}.
{% if result.total_errors == 0 %}All pages passed meta tag validation.
{% else %}| URL | Tag | Status |
|---|---|---|
{{ url }}
|
{% endif %}
{{ error.tag }}
|
{{ error.status }} |