{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% set icon %} {{ include('@DediSyliusSEOPlugin/DataCollector/rich_snippets_icon.svg') }} {{ collector.richSnippets|length }} Rich Snippets {% endset %} {% set text %} {% if collector.richSnippets is empty %}
No RichSnippet available on this page
{% endif %} {% for richSnippet in collector.richSnippets %}
{{ richSnippet.type|replace({'_': ' ', '-': ' ', '.': ' '})|title }}
{% 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 %}

Rich Snippets

Test these rich snippets using Google RichSnippets tester utility

Recap

{% for richSnippet in collector.richSnippets %} {% endfor %}
Type Value
{{ richSnippet.type|replace({'_': ' ', '-': ' ', '.': ' '})|title }} {{ dump(richSnippet.data) }}
{% endblock %}