Skip to main content

Structured Data Generator

New

Generate JSON-LD structured data markup for articles, products, FAQs, and more.

json-ldschemaseostructured-data
Read the guide
Shortcuts:⌘ KSearch

Frequently Asked Questions

Does this actually validate rich-result eligibility?

Not fully. The tool only checks whether its own required fields are filled in for the selected schema type. It does not run Google's Rich Results Test or verify that your page content and schema match.

Which schema types can I generate here?

This generator supports 12 presets: Article, Product, FAQ, BreadcrumbList, Organization, Person, Event, Recipe, Review, LocalBusiness, WebSite, and WebPage. It won't generate arbitrary schema.org types outside that list.

How am I supposed to enter FAQ or breadcrumb items?

Use one item per line with a pipe separator. FAQ expects 'Question | Answer' lines, and BreadcrumbList expects 'Name | URL' lines, which the tool converts into Question/Answer and ListItem arrays.

What kind of nested JSON-LD does it build for me?

A few structures are hard-coded: Article wraps author as a Person, Product creates an Offer with price and currency, Review builds itemReviewed plus reviewRating, and WebSite can add a SearchAction when you provide a search URL. Other fields such as LocalBusiness address are output as plain strings, not full nested PostalAddress objects.

What does the Copy button give me?

It copies the full <script type="application/ld+json"> block, not just the raw JSON. The tool also shows the formatted JSON separately so you can inspect or edit it before pasting it into your page.

Related Tools