{% trans_default_domain 'front_default' %} {% set seoActive = configuration.seoStatus %} {% if seoActive or is_granted('ROLE_SEO') %} {% if not seoActive %}[{{ 'SEO Désactivé'|trans }}] {% endif %} {% if seo.fullTitle %}{{ seo.fullTitle|striptags }}{% endif %} {% if seo.description %} {% endif %} {% if seo.author %} {% endif %} {% set googleI18ns = website.api.google|googleI18n(website, app.request.locale) %} {% if googleI18ns.searchConsoleKey is defined and googleI18ns.searchConsoleKey %} {% endif %} {% if seo.localesAlternate|length > 1 %} {% for localeAlternate, alternate in seo.localesAlternate %} {% endfor %} {% endif %} {% set ogImage = seo.ogImage ? seo.ogImage : null %} {% set ogImage = not ogImage and logos.share is defined and logos.share ? logos.share : ogImage %} {% set ogImage = ogImage and app.request.getSchemeAndHttpHost() not in ogImage ? app.request.getSchemeAndHttpHost() ~ ogImage : ogImage %} {% if ogImage %} {% endif %} {% else %} [{{ 'SEO Désactivé'|trans|striptags ~ '] ' ~ companyName }} {% endif %}