← All types
JSON-LD Output
{
"@context": "https://schema.org/",
"@graph": [
{
"@type": "Article",
"headline": "Understanding JSON-LD and Structured Data",
"author": [
{
"@type": "Person",
"name": "Sarah Chen",
"url": "https://example.com/authors/sarah-chen"
}
],
"datePublished": "2026-02-20",
"dateModified": "2026-02-25",
"image": [
"https://example.com/images/jsonld-guide.jpg",
"https://example.com/images/jsonld-guide-wide.jpg"
],
"publisher": {
"@type": "Organization",
"name": "TechBlog Inc",
"logo": "https://example.com/logo.png"
}
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://example.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Blog",
"item": "https://example.com/blog/"
},
{
"@type": "ListItem",
"position": 3,
"name": "Understanding JSON-LD",
"item": "https://example.com/blog/jsonld-guide"
}
]
},
{
"@type": "Organization",
"name": "TechBlog Inc",
"url": "https://example.com",
"logo": "https://example.com/logo.png"
}
]
}