Structured Data // TOOLPOOL.SAMPLES
Invalid JSON-LD Sample
A fixture page that intentionally emits malformed JSON-LD.
Target URL
https://toolpool.tools/en/samples/schema/invalid-jsonld
This fixture page is marked noindex. Use it from the category sample index.
What to check
Use this to check parse-error handling.
- The JSON-LD block itself is detected
- The malformed JSON is reported as an error
- The error UI state can be checked
Output
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Broken JSON-LD Sample",
}
</script>