Structured Data Generator
Generate Schema.org JSON-LD for Article, FAQ, Breadcrumb and more.
Structured data is standard markup that helps search engines understand your page precisely. This generator builds valid JSON-LD for three Schema.org types — Article, FAQPage, and BreadcrumbList — straight from a form, so you never have to balance braces or escape quotes by hand.
Correct structured data improves your chances of earning rich results in Google, such as star ratings, expandable FAQs, and breadcrumb trails. Everything you type is processed in your browser only and is never sent to any server, so you can safely paste draft content or private URLs.
When to use each type
- Article — for content pages with a body, such as news articles, blog posts, or columns. Captures headline, author, publish date, and a cover image.
- FAQPage — for a page that lists questions and answers. Questions may appear as expandable items in search results.
- BreadcrumbList — describes a page's position in your site (Home > Category > Current), shown above the URL in results.
How to insert it
The generated code is wrapped in a <script type="application/ld+json">tag. It works anywhere in your page's <head> or <body>. You can include several types on one page — a blog post commonly carries both Article and BreadcrumbList, for example.
Validation workflow
- Pick a type below and fill in the values you need. Empty fields are dropped from the output automatically.
- Copy the generated snippet and paste it into your page's HTML.
- Run it through Google's Rich Results Test or the Schema Markup Validator to confirm there are no errors.
After inserting it, use the SEO meta tag checker to confirm the structured data actually made it into your HTML and sits correctly alongside your other meta tags.
Use ISO 8601 dates like 2026-06-09 (YYYY-MM-DD), and provide absolute (full) URLs for images and items.