GlossarySEO
What is Article schema?
Also called: Article structured data, BlogPosting schema, NewsArticle
Definition
Article schema is structured data for news, blog and editorial pages, using Article, NewsArticle or BlogPosting, that tells Google the headline, author, images and publish and update dates.
Article schema, explained
Google's Article documentation says adding the markup helps Google understand the page and show better title text, images and date information in Search and other Google surfaces. It supports three types: Article, NewsArticle and BlogPosting. There are no required properties; you add the ones that apply.
The recommended properties are headline, image (Google suggests providing several aspect ratios: 16×9, 4×3 and 1×1), datePublished and dateModified in ISO 8601 format, and author with name and a url that identifies the author, such as an author page or profile. Google's author guidance is specific: list every author shown on the page as a separate author, use Person or Organization, and put only the name in author.name, not job titles or the publisher's name.
Dates deserve care. dateModified should change when the content meaningfully changes, and it should match the updated date shown on the page and the lastmod in your sitemap. Bumping it without real changes to look fresh undermines trust in all three.
Article markup won't make a post rank by itself. What it does is remove ambiguity about who wrote the page, when, and which image represents it, which is exactly the kind of information Google and other systems use when deciding how to present and attribute content.
Why it matters for founders
If you publish a blog, Article markup makes dates and authorship explicit, which helps your results show accurate dates and names.
Example
Each blog post outputs BlogPosting JSON-LD with its headline, hero images in three ratios, datePublished, dateModified from frontmatter, and an author with a link to their profile.
Common mistakes
- Updating
dateModifiedwithout changing the content. - Putting job titles or the company name in
author.name. - Dates in markup that differ from those on the page.
- No author URL, leaving authorship ambiguous.
Sources
Checked
Related terms
- JSON-LDJSON-LD is a way of writing structured data as a JSON object inside a
<script type="application/ld+json">tag. It's the format Google recommends for Schema.org markup. - Structured data (JSON-LD)Structured data is machine-readable information about a page, usually written as JSON-LD using the schema.org vocabulary. It helps search engines understand what a page is about and can make it eligible for rich results.
- lastmod
lastmodis the optional sitemap field that states when a URL's content last changed. Google uses it to schedule recrawls, but only if the dates are consistently accurate. - E-E-A-TE-E-A-T stands for experience, expertise, authoritativeness and trustworthiness. It's the framework Google's quality raters use to judge content. It isn't a single ranking factor, but Google's systems look for signals of it.