brotkrueml / schema

TYPO3 extension providing an API and view helpers for schema.org markup
https://extensions.typo3.org/extension/schema
GNU General Public License v2.0
32 stars 9 forks source link

Code snippet called from Admin Panel for Rich Results Test not sufficient #71

Closed brotkrueml closed 3 years ago

brotkrueml commented 3 years ago

When validating the structured data with Google's Rich Result Test called from the Admin Panel no results are displayed.

The delivered JSON must be surrounded by

<script type="application/ld+json">
{...}
</script>

to work.

Affected branches: 1.x, master