free seo tools
SEO.to / 39

JSON-LD validator

Paste a JSON-LD block. The tool checks the JSON parses, the context and type are present, and the required fields for Article, FAQPage, Product and BreadcrumbList are there.

What gets checked

  • The JSON parses: one trailing comma kills the whole block.
  • @context and @type are present.
  • Required fields per type: an Article needs a headline, a Product needs offers, a BreadcrumbList needs itemListElement.

This is a lint pass, not Google’s validator. It catches the mistakes that make markup silently invalid before it ever reaches a crawler.

Next