templates/default/components/atoms/schema-org/schema-org.html.twig line 1

Open in your IDE?
  1. {% set schemaOrgJsonObject = schemaOrg | json_encode(constant('JSON_UNESCAPED_SLASHES') b-or constant('JSON_UNESCAPED_UNICODE')) %}
  2. <script type="application/ld+json">
  3. {{ schemaOrgJsonObject | raw }}
  4. </script>