स्ट्रक्चर्ड डेटा // 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.
- The JSON-LD block itself is detected
- The malformed JSON is reported as an error
- The error UI state can be checked
आउटपुट
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Broken JSON-LD Sample",
}
</script>