JSON-LD Generator
Private by design — runs entirely in your browser
Build a schema.org JSON-LD block for the six most useful page types: Article, Product, FAQPage, Organization, WebSite, BreadcrumbList.
Which schema.org types are supported
Article, Product, FAQPage, Organization, WebSite and BreadcrumbList. These cover the rich results Google currently surfaces in search.
Does it validate against schema.org
Not yet — it emits valid JSON but does not enforce required fields. Run the output through Google’s Rich Results Test or schema.org validator before publishing.
How do I add multiple FAQs or breadcrumbs
Enter one item per line. FAQ uses "Q: question" and "A: answer" lines. Breadcrumbs use "Label | URL" per line, last line can omit the URL for the current page.
Frequently Asked Questions
- Which schema.org types are supported?
- Article, Product, FAQPage, Organization, WebSite and BreadcrumbList. These cover the rich results Google currently surfaces in search.
- Does it validate against schema.org?
- Not yet — it emits valid JSON but does not enforce required fields. Run the output through Google’s Rich Results Test or schema.org validator before publishing.
- How do I add multiple FAQs or breadcrumbs?
- Enter one item per line. FAQ uses "Q: question" and "A: answer" lines. Breadcrumbs use "Label | URL" per line, last line can omit the URL for the current page.
- Is anything uploaded?
- No. The JSON-LD is built by a small JavaScript function on this page; nothing leaves the browser.