结构化数据 // TOOLPOOL.SAMPLES
Invalid JSON-LD Sample
A fixture page that intentionally emits malformed JSON-LD.
检查用 URL
https://toolpool.tools/zh-CN/samples/schema/invalid-jsonld
此页面是用于验证的示例页面,已设置为不进入搜索索引。请从分类列表使用。
可确认的内容
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>