Datos estructurados // TOOLPOOL.SAMPLES
Invalid JSON-LD Sample
A fixture page that intentionally emits malformed JSON-LD.
URL de comprobación
https://toolpool.tools/es/samples/schema/invalid-jsonld
Esta página de prueba está marcada como noindex. Úsala desde el índice de ejemplos de la categoría.
Qué comprobar
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
Salida
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Broken JSON-LD Sample",
}
</script>