Skip to content
Snippets Groups Projects
Verified Commit 06a0e682 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Remove jsonld entirely, because sg-seo is rendering it to the head already

parent c8ffdc3e
No related branches found
No related tags found
No related merge requests found
<script type="application/ld+json">
<f:if condition="{newsMetaData.customSchemaJson}">
<f:then>
<f:format.raw>{newsMetaData.customSchemaJson}</f:format.raw>
</f:then>
<f:else>
<f:if condition="{newsMetaData.customSchemaJson}">
<f:else>
<script type="application/ld+json">
<f:render section="default" arguments="{_all}"/>
</f:else>
</f:if>
</script>
</script>
</f:else>
</f:if>
<f:section name="default">
<f:alias map="{leftBrace: '{', rightBrace: '}'}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment