arrow_backBack to Toolbox

Toolbox

Schema Viewer

Paste JSON-LD schema data, format it locally in the browser, and inspect a structured summary without sending it to the server.

Paste JSON-LD schema data to inspect the formatted JSON, structured summary, and node tree locally in your browser.

Local JSON-LD Parsing

The first release keeps parsing entirely in the browser. Paste JSON-LD text and inspect it locally without sending the content to this site's server.

Structured Summary

The viewer extracts the most useful high-signal fields such as `@context`, `@type`, `name`, `headline`, `description`, `url`, `image`, and `datePublished` for quick review.

Node Tree

If the input contains an array or `@graph`, the result is broken into separate schema nodes so you can inspect multiple entities without manually scanning raw JSON.

FAQ

Is the pasted schema data uploaded to the server?

No. The first release parses and formats JSON-LD locally in your browser and does not send the content to this site's server.

Which schema formats are supported right now?

This version focuses on JSON-LD. It supports a single object, an array of objects, and an object that contains `@graph`.

Does it validate every schema.org property?

Not yet. The tool is meant for inspection and quick structural review, not full schema.org rules validation.