Developer Tool
Schema.org JSON-LD Validator & Visualizer
Test, validate, and visually render Schema.org JSON-LD structured data from any URL or raw JSON snippet.
Schema.org Validation Audit
@context
PASS
Valid Schema.org context declared.
https://schema.org
@type
PASS
Entity @type specified: WebSite
WebSite
@id
INFO
No @id URI provided for this entity.
Structured Data Visualizer Card
@type: WebSite
Chirp
Connect, share markdown posts, follow friends, and view rich link cards on Chirp — the 100% algorithm-free chronological microblogging platform.
https://chirp.edu.scotExtracted JSON-LD Structured Data Payload
JSON API Format{
"success": true,
"data": {
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Chirp",
"url": "https://chirp.edu.scot",
"description": "Connect, share markdown posts, follow friends, and view rich link cards on Chirp — the 100% algorithm-free chronological microblogging platform.",
"publisher": {
"@type": "Organization",
"name": "Chirp Inc.",
"url": "https://chirp.edu.scot",
"logo": {
"@type": "ImageObject",
"url": "https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?w=1200"
}
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://chirp.edu.scot/?tag={search_term_string}",
"query-input": "required name=search_term_string"
}
},
"validation": [
{
"property": "@context",
"status": "pass",
"label": "Schema.org Context",
"value": "https://schema.org",
"message": "Valid Schema.org context declared."
},
{
"property": "@type",
"status": "pass",
"label": "Entity Type",
"value": "WebSite",
"message": "Entity @type specified: WebSite"
},
{
"property": "@id",
"status": "info",
"label": "Canonical Identifier (@id)",
"value": "",
"message": "No @id URI provided for this entity."
}
]
}