
Key takeaways
- Google's Article structured data documentation states there are no required properties for Article, NewsArticle or BlogPosting, only recommended ones.
- The documented recommended properties are headline, image, datePublished, dateModified, author, author.name and author.url, and publisher is not among them.
- Google recommends supplying the image property in three separate aspect ratios, 16x9, 4x3 and 1x1, at a minimum of 50,000 pixels when width is multiplied by height.
- Google's own stated reason for the recommended properties is that they help Google understand the page and show better title, image and date information in search results.
“Required” gets applied to Article schema constantly in technical-SEO checklists and audits: no headline, fails; no image, fails; no author, fails. Google’s own Article structured data documentation does not say that, and has not said it for the version of the page live today. It names recommended properties and states directly that none of them are required.
Google’s own statement: no required properties
Google’s Article, NewsArticle, BlogPosting structured data documentation, last confirmed updated 2026-09-08, states it plainly: there are no required properties, and the instruction is to add the properties that apply to the content, not to satisfy a minimum checklist. That single sentence undoes a lot of audit language built around Article schema having a pass or fail gate the way Product or Recipe genuinely do, where Google’s own documentation for those types does list hard requirements.
This is not a loophole in the schema.org spec that Google happens to tolerate. It is Google’s
stated position for this specific type, distinct from how it documents other types on the same
page family. A JSON-LD block that carries only @context, @type and nothing else is not
malformed under this rule; it is simply a block that supplies none of the properties Google
recommends, which is a different problem with a different fix.
The recommended properties, and the image aspect-ratio detail
The documented recommended properties are author, author.name, author.url, dateModified,
datePublished, headline and image. Author can be a Person or an Organization, and Google
recommends the url sub-property specifically so the author can be identified as a distinct
entity rather than left as a bare string. Publisher, despite circulating in some secondhand
summaries of this schema, is not among the properties Google’s current page actually recommends
for Article.
The easiest one to under-supply is image. Google does not ask for one representative image; it
asks for images in three separate aspect ratios, 16x9, 4x3 and 1x1, each at a minimum resolution of
50,000 pixels when width is multiplied by height. A page that ships a single square thumbnail, or a
single wide hero image, has satisfied the property in name but not in the shape Google’s
documentation actually describes, since none of the other two crops exist for Google to select
depending on the surface it is rendering the result on.
Why we care
The site’s own JSON-LD validator already reflects this distinction correctly: it states outright that Google marks no properties as strictly required for Article, and flags a missing recommended property as a warning rather than a failure, which matches what this review verified directly on Google’s page. The structured data generator is honest about a different thing, that it applies an asterisk to properties “Google treats as required” across several schema types at once, Product and BreadcrumbList among them, which do carry genuine requirements; it does not currently call out that Article itself has none, so a team using it should not read an unstarred Article field as unimportant, only as not gating.
The practical shift this piece argues for is in prioritization, not in whether to bother with
Article schema at all. Google’s own reasoning for these properties is that they help it understand
the page and show better title, image and date information in results, which is an eligibility and
display-quality claim, not an indexing gate. A team should treat a missing datePublished or a
single-aspect-ratio image as a specific, named cost to how the article can display, not as a
build-breaking error to fix before anything else ships, and should stop describing Article schema
audits in the pass-or-fail language that Google’s own documentation reserves for types like Product
and Recipe instead.
The evidence
- Sample
- N/A, this is a documentation review, not a data study
Hypothesis: The common technical-SEO assumption that Article schema has required fields is wrong by Google's own documentation, which names only recommended properties. Understanding that distinction changes how a team should prioritize schema work, away from treating a missing property as a blocking error and toward treating it as a specific, named tradeoff.
Method: Reading Google's own current, official Article structured data documentation directly, fetched from the live page rather than trusted as a secondhand summary or recalled from training data. Every claim below traces to the wording on that page as fetched, not to a third party's paraphrase of it.
Findings
- Google's Article structured data page states, in its own words, that there are no required properties for Article, NewsArticle or BlogPosting, and that the only obligation is to add the properties that apply to the content.
- The documented recommended properties are author (as a Person or Organization), author.name, author.url, dateModified, datePublished, headline and image. Publisher is not listed among them, despite circulating separately in SEO discussion of this schema.
- Google documents the image property as needing multiple high-resolution images in three separate aspect ratios, 16x9, 4x3 and 1x1, each at a minimum of 50,000 pixels when width is multiplied by height, a detail easy to miss when a page ships only one square thumbnail.
- Google's stated reason for the recommended properties is that they help Google understand more about the page and show better title text, images and date information for the article in search results, which is a display-quality and eligibility claim, not a basic-indexing requirement.
Limitations: Recommended, not required, does not mean optional to ignore. Google ties these specific properties to how the article is allowed to display in search results, not to whether the page gets crawled or indexed at all, and this piece does not have data on how much impression or click volume a team loses by skipping them, only Google's own documented reasoning that they affect display quality. This is a documentation review, not an audit of real pages or a rich-result eligibility study, so it cannot quantify the practical cost of missing a recommended property, only state what Google itself says that property is for.
Sources
- 1.Article, NewsArticle, BlogPosting structured data - Google Search CentralPrimary
Frequently asked questions
Does Article structured data have any required properties?
No. Google's own Article structured data documentation states there are no required properties for Article, NewsArticle or BlogPosting, only recommended ones, and that the only obligation is to add whichever properties apply to the content.
Which properties does Google recommend for Article schema?
Author (as a Person or Organization, with author.name and author.url), dateModified, datePublished, headline and image. Publisher is not among Google's documented recommended properties for this type, despite appearing in some secondhand summaries.
Why does the image property need three aspect ratios?
Google's documentation asks for multiple high-resolution images in 16x9, 4x3 and 1x1 aspect ratios, each at a minimum of 50,000 pixels when width is multiplied by height, so different search surfaces can each use a crop that fits.
If a property is only recommended, does skipping it cost anything?
By Google's own stated reasoning, yes, in display quality rather than indexing. Google says these properties help it show better title text, images and date information for the article in search results, which is a rich-result and presentation concern, not a basic-crawling one.
About the author

Founder
Founder, UpgradIQ, Inc.
Adam Hafez works on technical SEO and search measurement: how pages get crawled, indexed, ranked and now quoted by answer engines. He founded UpgradIQ, which reads Google Search Console and GA4 to tie ranking movement back to the changes that caused it. He publishes what the data supports and states the limits of it.
- Technical SEO
- Search Console and GA4 measurement
- Answer engine optimization
- Structured data
Related reading
Review and AggregateRating schema: Google's real required fields
Google's own review-snippet documentation names exact required properties and exact abuse rules. Most markup fails one of those, not from being absent.
VideoObject schema: the required properties Google actually documents
Google documents three required VideoObject properties, not the four often claimed, plus exact date and duration formats and a rich-result caveat.
WebSite leads schema.org type adoption at 12.73% of mobile pages
The 2024 Web Almanac breaks JSON-LD down by schema.org type: WebSite tops out at 12.73% of mobile pages, Organization at 7.16%, Product at just 0.77%.
Marshfield Clinic: 454% CTR gain from schema markup
Schema App's customer story on Marshfield Clinic reports a 454% CTR increase when a Review Snippet was awarded, plus 32% from entity linking.



