Incorrect
Article Schema
Google doesn't know if this page is news, a blog post, or an opinion piece.
What It Is
Article schema tells Google the content type, authorship, publication date, and editorial context of written content — distinguishing between a NewsArticle (breaking news from a publisher), a BlogPosting (opinion or editorial from an individual), and a standard Article (informational content). When article schema is missing, uses the wrong subtype, or lacks critical fields like author and datePublished, Google is left to infer content type from signals it finds far less reliable. This weakens E-E-A-T signals, reduces eligibility for Top Stories and Discover placements, and removes the authorship signal that AI citation systems use to evaluate trustworthiness.
Why It Matters
Correct Article schema is one of the most direct implementations of E-E-A-T signals available. It tells Google explicitly who wrote the content, when it was published, when it was last updated, and what type of content it is. For content-driven clients — blogs, news sites, agencies with resource sections — Article schema with complete author markup is a key AI citation signal. AI systems use author entity markup to determine whether content comes from a verifiable, trustworthy source. Missing or incorrect article schema removes that signal entirely.
Common Causes
Understanding why this failure occurs is the first step to fixing it permanently.
No Article Schema at All
Blog posts and articles on the site have no schema markup. This is common on older WordPress installs, custom-built sites, and sites where SEO plugins were installed but schema wasn't configured.
Wrong Article Subtype
The site uses the generic Article type for all content. News publishers should use NewsArticle. Blogs should use BlogPosting. Using the wrong subtype sends Google imprecise content-type signals that affect placement eligibility.
Missing Author Entity Markup
Article schema exists but the author property is a plain text string (author: 'Jane Smith') rather than a Person entity with a URL pointing to an author page with Person schema. This prevents Google from verifying the author as a real entity.
Missing datePublished and dateModified
Article schema exists but lacks datePublished and/or dateModified in ISO 8601 format. Google uses these for freshness signals and for determining whether content is eligible for time-sensitive rich result placements.
The Fix Blueprint (Interactive SOP)
Check off each step to monitor your implementation progress live!
Tools
-
Google's Rich Results Test
Free (search.google.com/test/rich-results) | Tests Article schema completeness and shows which fields are missing or incorrectly formatted -
Google Search Console Rich Results Report
Free | Monitors Article schema status across all indexed articles and surfaces errors as they appear -
Yoast SEO or Rank Math (WordPress)
Free/Paid | Both plugins handle Article schema output — configure author entity settings to enable full Person markup with URL references
Time to Fix
Pro Tip
Author schema is the most important field for AI citation eligibility — prioritize it.
Of all the Article schema fields, the author Person entity with a URL to an author page is the single most important for AI search visibility. AI systems use this to verify that content comes from a real, identifiable entity. A plain-text author name ('author: Jane Smith') provides no verifiable identity. A Person entity with a URL to an author bio page that itself has Person schema and sameAs links creates a verifiable authorship chain that AI systems actively use for citation decisions.