vendor/dedi/sylius-seo-plugin/src/Resources/views/Shop/Header/_richSnippets.html.twig line 1

Open in your IDE?
  1. {% set richSnippets = dedi_sylius_seo_get_rich_snippets() %}
  2. {% for richSnippet in richSnippets %}
  3.     <script type="application/ld+json">{{ richSnippet.data|json_encode(constant('JSON_UNESCAPED_SLASHES'))|raw }}</script>
  4. {% endfor %}