Find and validate JSON-LD structured data on any page
Schema.org is a shared vocabulary that search engines use to better understand page content and build rich snippets โ star ratings, FAQs, breadcrumbs, product prices โ directly in search results. The most common format is JSON-LD: a <script type="application/ld+json"> block independent of the page's HTML markup.
@graphFetches the page, extracts all JSON-LD blocks, detects type, and checks Google's required/recommended fields for common Schema.org types.
Google's official tool checks eligibility for specific rich result features and may have rate limits. This is a fast independent structural check with no restrictions.
It means the page doesn't use JSON-LD structured data. Not an indexing error, but adding markup can improve the search snippet.