Article Schema Generator

Generate Article JSON-LD structured data for blog posts and news pages. Free tool covering headline, author, publisher, dates, and image.

Independently verified for accuracy

Calculator by Toolsloft ↗

Fill in the headline, author, dates, and image for a blog post or news story and get ready-to-paste Article structured data. Search engines read this JSON-LD to understand who wrote a page and when, which can support rich results. Only the headline is required, so you can start small and add fields as you have them.

How this is calculated

The output follows the schema.org Article vocabulary, with author as a Person and publisher as an Organization, and it is printed as JSON-LD with two-space indentation. Empty fields are omitted so the markup stays valid, and dates are passed through in the ISO 8601 form you enter.

How to use

  1. Enter the article headline, which is the only required field.
  2. Add the author, publisher, publish and modified dates, image, and page URL if you have them.
  3. Copy the JSON-LD into a <script type="application/ld+json"> tag in the page.

Examples

  • Full article: headline + author + dates + image
  • Headline only: valid JSON-LD with just the headline

FAQ

What date format should I use?
Use ISO 8601, such as 2026-01-15 for a date or 2026-01-15T09:00:00-05:00 with a time. The tool passes the value through exactly as you type it.
Is the headline really the only required field?
For this tool, yes. Article markup is more useful with an author, dates, and image, but a valid object only needs the type, context, and headline.
Where do I put the output?
Inside a <script type="application/ld+json"> tag, usually in the head or at the end of the body of the article page.

Embed this calculator

Add this free calculator to your own site. Copy the code and paste it where you want it to appear.