सैंपल सूची पर वापस जाएँ

स्ट्रक्चर्ड डेटा // TOOLPOOL.SAMPLES

Invalid JSON-LD Sample

A fixture page that intentionally emits malformed JSON-LD.

जाँच URL

https://toolpool.tools/hi/samples/schema/invalid-jsonld

यह पेज जाँच के लिए बनाया गया सैंपल है, इसलिए इसे search index में शामिल नहीं किया जाता। इसे category sample index से इस्तेमाल करें।

क्या जाँचना है

Use this to check parse-error handling.

आउटपुट

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