Dados estruturados // TOOLPOOL.SAMPLES
Invalid JSON-LD Sample
A fixture page that intentionally emits malformed JSON-LD.
URL de verificação
https://toolpool.tools/pt-BR/samples/schema/invalid-jsonld
Esta página de teste está marcada como noindex. Use-a a partir do índice de exemplos da categoria.
O que verificar
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
Saída
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Broken JSON-LD Sample",
}
</script>