diff --git a/templates/revervation/base.twig b/templates/revervation/base.twig index 32cdd05..7b77f35 100644 --- a/templates/revervation/base.twig +++ b/templates/revervation/base.twig @@ -1,40 +1,41 @@ - + - {# Correction : Suppression de maximum-scale=1.0 et user-scalable=no pour l'accessibilité #} {# --- SEO Fondamental --- #} - {% block title %}Location Structure Gonflable & Châteaux pour vos Événements | Ludikevent{% endblock %} + {% block title %}{{ 'Location Structure Gonflable & Châteaux pour vos Événements | Ludikevent'|trans }}{% endblock %} - {% if block('description') is defined %} - + {% if block('description') is defined %} + {% endif %} - {# URL Canonique dynamique #} + {% block canonical %} - {# Génère l'URL propre automatiquement pour 99% des pages #} {% endblock %} - - {# --- Open Graph (Facebook / WhatsApp) --- #} + + + + {# --- Open Graph --- #} {% if block('description') is defined %} - + {% endif %} {# --- Twitter Card --- #} - + - {% block extra_header %} - {% endblock %} + + {% block extra_header %}{% endblock %} + {# --- Données Structurées (JSON-LD) --- #}