How to build Article JSON-LD
To use the Article Schema Builder, choose whether you are marking up an Article or a BlogPosting, then fill in the core fields such as headline, author, publisher, and publish date. The tool assembles a single valid JSON-LD block from those inputs as you go.
When the fields are complete, copy the generated markup and paste it into the head of your page or your CMS schema field. Everything is generated locally in your browser, so the content you enter never leaves your device.
- Pick Article or BlogPosting
- Fill headline, author, publisher, and dates
- Copy the generated JSON-LD block
Why a builder beats a validator alone
Sometimes the problem is not validating schema you already have, it is generating a clean block in the first place. The Article Schema Builder handles that directly, giving you correct structure without hand-writing JSON-LD or copying from a half-matching example.
This pairs well with a markup preview or validator: use the builder to create the block, then validate it before publishing. The builder focuses on producing correct, copy-ready output rather than auditing existing markup.