What Google News Eligibility Gets You
Appearing in Google News and the Top Stories carousel drives massive traffic spikes. News-eligible content gets crawled within minutes of publication, appears in Google News tabs and aggregation pages, and is eligible for the Top Stories carousel on standard search results. For publishers, this is a high-value traffic channel that can deliver thousands of sessions per article within hours.
Google no longer requires manual submission to Google News. Instead, eligibility is determined automatically based on your site's technical setup, content quality, and adherence to Google's news content policies.
Technical Requirements
Article Structured Data
Every news article must include NewsArticle or Article JSON-LD markup. This is the minimum required schema:
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"headline": "Your Article Headline (Max 110 Characters)",
"image": [
"https://example.com/photos/1x1/article-image.jpg",
"https://example.com/photos/4x3/article-image.jpg",
"https://example.com/photos/16x9/article-image.jpg"
],
"datePublished": "2026-03-04T08:00:00+00:00",
"dateModified": "2026-03-04T09:30:00+00:00",
"author": [{
"@type": "Person",
"name": "Author Name",
"url": "https://example.com/author/author-name"
}],
"publisher": {
"@type": "Organization",
"name": "Publication Name",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.png"
}
}
}
Provide images in multiple aspect ratios (1:1, 4:3, 16:9) with a minimum width of 1200 pixels. Include both datePublished and dateModified in ISO 8601 format. The author field must link to an actual author page on your site.
News Sitemap
While not strictly required, a dedicated news sitemap dramatically improves crawl speed for fresh content. The news sitemap only includes articles published within the last 48 hours:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
<url>
<loc>https://example.com/news/article-slug</loc>
<news:news>
<news:publication>
<news:name>Publication Name</news:name>
<news:language>en</news:language>
</news:publication>
<news:publication_date>2026-03-04T08:00:00+00:00</news:publication_date>
<news:title>Article Headline</news:title>
</news:news>
</url>
</urlset>
Submit this sitemap in Google Search Console and ensure it updates automatically as articles are published and age past 48 hours.
Content Requirements
Google evaluates news content on these criteria:
- Original reporting: Aggregation-only sites rarely qualify. Produce original analysis or reporting.
- Transparent authorship: Every article needs a visible byline linking to an author bio page with credentials.
- Clear datelines: Publish and modified dates must be visible on the page and match structured data.
- Editorial standards: Maintain an accessible corrections policy, clearly label opinion vs. news, and distinguish advertising from editorial content.
- Publication frequency: Publish timely content consistently. Sites that post sporadically do not maintain News eligibility.
Disqualifying Factors
Your site will not qualify if it contains primarily syndicated content without original additions, user-generated content without editorial oversight, content behind hard paywalls with no free access (flexible metered paywalls are acceptable), or content that violates Google's content policies around deception, harassment, or manipulation.
Monitoring Your News Performance
In Google Search Console, filter the Performance report by Search Appearance > "Discover" and "News" to isolate traffic from these surfaces. Track impressions, clicks, and CTR separately from standard web search. A healthy news presence shows consistent impressions within 2-4 hours of publication.