Article Schema Generator
For blog posts, news articles and long-form guides.
output.json
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to win local rich results in 2026",
"description": "A practical guide to LocalBusiness schema that ranks.",
"image": "https://example.com/cover.jpg",
"author": {
"@type": "Person",
"name": "Jane Doe",
"url": "https://example.com/about"
},
"publisher": {
"@type": "Organization",
"name": "SchemaTitan",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.png"
}
},
"datePublished": "2026-06-01",
"dateModified": "2026-06-20",
"mainEntityOfPage": "https://example.com/post"
}