JSON-LD Schema Generator
Build schema.org JSON-LD in the browser. Pick a type the site already knows how to emit, fill the fields, and copy the result.
Use cases
- Draft Article, Organization, BreadcrumbList, or LocalBusiness markup before you paste it into a page.
- Watch the JSON-LD update as you type, then copy it in one step.
- Open the schema.org validator when you want a second check.
Questions
- Which schema types can this generate?
- Article, Organization, BreadcrumbList, and LocalBusiness. Those are the types the site's JSON-LD helpers already build, and this generator calls those helpers.
- Does this send what I type to a server?
- No. The form runs in your browser. Nothing is stored and nothing is sent.
- How do I check the result?
- Copy the JSON-LD into your page, or open the schema.org validator and paste it there.
Playground
Generated JSON-LD
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "",
"url": ""
}