{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags %} {% block titletag %}Gerenciar Meta Tags{% endblock %} {% block content %}

🏷️ Gerenciar Meta Tags

Adicione ou atualize meta tags (SEO title e description) em suas páginas automaticamente.

📊 Estatísticas

{{ total_pages }} Total de Páginas
{{ pages_without_seo }} Sem SEO Title
{{ pages_without_description }} Sem Meta Description
{{ pages_with_meta }} Com Meta Tags Completas

⚙️ Configurar Aplicação

{% csrf_token %}
🔍 Visualizar Mudanças
{% if showing_preview %}

🔍 Preview das Mudanças ({{ total_to_update }} páginas serão atualizadas)

{% if preview_data %}
{% csrf_token %}
{% csrf_token %} {% for item in preview_data %}
{{ item.page_type }} • ID: {{ item.id }}
SEO Title:
Atual: {{ item.current_seo }}
Novo: {{ item.new_seo }}
Meta Description:
Atual: {{ item.current_description }}
Novo: {{ item.new_description }}
{% endfor %}
{% else %}

✅ Não há páginas para atualizar com os filtros selecionados.

{% endif %}
{% endif %}

📝 Dicas e Informações

🎯 Como funciona:

⚠️ Cuidados:

🔍 Filtros disponíveis:

{% endblock %}