Skip to content
SEWWA

Schema guides Schema type

Article schema: complete guide

When to use: Blog posts, guides, and editorial content pages.

Required properties

Optional properties

Example JSON-LD

{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to Add JSON-LD to Your Site",
"author": {
"@type": "Person",
"name": "Sam Writer"
},
"datePublished": "2026-04-01",
"image": "https://www.example.com/hero.jpg",
"publisher": {
"@type": "Organization",
"name": "Example Times",
"logo": {
"@type": "ImageObject",
"url": "https://www.example.com/logo.png"
}
}
}

Validation tips

Overview

Article helps search engines connect headline, author, and dates to your page. BlogPosting is a subtype—use it when it reflects the content.

Match dateModified to visible "updated" text when you maintain it.

Try the free Schema Generator →