Back to samples

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.

Output

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Broken JSON-LD Sample",
}
</script>