Article
ContentRich Result Eligible
Article
News, sports, or blog article. Enables rich results with thumbnail image, date, and publication name in Google Search.
Rich Result: Article
Required Properties
headline
image
author
publisher
datePublished
Recommended Properties
dateModified
description
url
inLanguage
JSON-LD Example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to Implement Core Web Vitals",
"image": "https://example.com/image.jpg",
"author": {
"@type": "Person",
"name": "Jane Smith"
},
"publisher": {
"@type": "Organization",
"name": "SEOCheckPilot",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.png"
}
},
"datePublished": "2026-01-15",
"dateModified": "2026-06-01"
}
</script>Test your Article markup
Validate and generate Article JSON-LD for your site