What is Article Schema?
An **Article Schema** (typically represented by Article, BlogPosting, or NewsArticle structured data) is a standardized microdata format that you place in your webpage's header to describe editorial details. By providing explicit details about authorship, publishing dates, headlines, and company branding, search engines can format page snippets into interactive rich listings on mobile and desktop results.
Differences Between Article, BlogPosting, and NewsArticle
It is important to select the correct Schema.org vocabulary classification to match your page type:
| Schema Type | Best Use Cases | Discover Eligibility |
|---|---|---|
| Article | Technical documentations, standalone reports, academic publications, general editorial essays. | Standard |
| BlogPosting | Corporate blog posts, news roundups, personal opinion pieces, tutorials, lists, guides. | High |
| NewsArticle | Breaking news, investigative columns, broadcast transcripts, press releases. | Maximum (News Hubs) |
Why Structured Data Matters for E-E-A-T
Google evaluates content authoritativeness through the **E-E-A-T** framework (Experience, Expertise, Authoritativeness, and Trustworthiness). Nested author Person objects linking to verifiable bio links, social handles, and credential histories directly assist search algorithms in evaluating authorship validity and indexing matching authority tags to your content.
Google Discover & Google News Asset Guidelines
Discover and News streams represent high-traffic avenues for publications. To maximize eligibility:
- High-Resolution Images: Provide images at least 1,200px wide. Total pixel area must exceed 800,000 pixels.
- Matching Dates: Ensure publishing and modified dates declared in JSON-LD align with visible page dates.
- Author Names: Identify distinct individual names rather than generic organization credits (e.g. 'Staff Writer' or 'Admin').
Common Implementation Mistakes to Avoid
- Mismatched Headlines: Using different headlines in your page title and the structured headline tag. They should match closely.
- Stale dates: Setting publishing date later than modified date, which is logically impossible and raises validation flags.
- Broken Logo Ratios: Uploading square icons for publisher logos instead of rectangular dimensions.