SEO.to / 10
Schema markup checker
Put in a URL. The tool finds every JSON-LD block on the page, checks the JSON is valid, lists the schema types it declares, and points out missing fields.
Fetched live, exactly as a crawler receives it.
Which schema types matter
Google reads JSON-LD anywhere in the page, but only some types change how the result looks: Article, Product, FAQPage, HowTo, Organization, BreadcrumbList, Event, Recipe and JobPosting. The rest is still useful because it helps machines, including AI assistants, understand the page.
Common mistakes
- Invalid JSON. One trailing comma silently kills the whole block.
- Missing
@context, or required type fields (a Product without offers, an Article without headline). - Markup that describes content which is not actually visible on the page. Google can penalise this.