Article schema is missing required author or datePublished fields on 27 pages.
By Seoxpert Editorial · Published
Missing author and datePublished fields prevents eligibility for Article rich results in Google, including Top Stories and News. These fields also support E-E-A-T by showing content transparency and trustworthiness to users and search engines.
Pages may not qualify for rich results and can appear less credible to users and search engines.
An automated SEO crawler checks Article or BlogPosting schema blocks for presence of author and datePublished fields.
Problem: Missing author and datePublished
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to Bake Bread"
}Fix: Add author and datePublished fields
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to Bake Bread",
"author": {
"@type": "Person",
"name": "Jane Doe",
"url": "https://example.com/authors/jane-doe"
},
"datePublished": "2024-03-15",
"dateModified": "2024-03-20"
}Yes, both are required for eligibility for Article rich results in Google.
Use ISO 8601 format, such as "2024-03-15".
For Article schema, author should be a Person object with name and url.
dateModified is recommended when the content has been updated, but not strictly required.
Run a scan to see if Article Schema Missing Author or Date Fields affects your pages.
Scan my website →