How to preview schema markup
To preview schema markup, paste your JSON-LD into the tool. It validates that the JSON parses, pretty-prints the result so it is easy to read, and shows a compact summary of the entities and key properties it found.
All of this runs in your browser, so your markup is never uploaded to a server. That makes it a fast, private way to review structured data while you are writing or auditing a page.
- Paste your JSON-LD
- Confirm it parses without errors
- Read the pretty-printed output
- Review the entity summary
What it supports and what it does not
This version supports JSON-LD only, which is the cleanest practical entry for a browser-first schema tool. Keeping the first version focused avoids the edge-case sprawl of parsing microdata and RDFa, so the output stays reliable.
It is an inspection and preview tool, not a rich-results eligibility checker. It will not tell you whether you qualify for a specific rich result; instead it helps you confirm the markup is valid JSON-LD and understand the entities it describes.