{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% set icon %} {{ include('@DediSyliusSEOPlugin/DataCollector/rich_snippets_icon.svg') }} {% endset %} {% set text %} {% if collector.richSnippets is empty %}
{% endif %} {% for richSnippet in collector.richSnippets %} {% endfor %} {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, name: 'dedi_sylius_seo_plugin.rich_snippets' }) }} {% endblock %} {% block menu %} {{ include('@DediSyliusSEOPlugin/DataCollector/rich_snippets_icon.svg') }} Rich Snippets {{ collector.richSnippets|length }} {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block panel %}Test these rich snippets using Google RichSnippets tester utility
| Type | Value |
|---|---|
| {{ richSnippet.type|replace({'_': ' ', '-': ' ', '.': ' '})|title }} | {{ dump(richSnippet.data) }} |