TECHNICAL
Google News SEO: How to Get Your Content Into Google News and Discover
Technical requirements for Google News inclusion, how the Google News Publisher Center works, what article structured data is required, how AMP affects News eligibility, and the editorial standards Google News applies.
Published July 14, 2026 · 8 min read
Google News is a news aggregation service that surfaces timely, authoritative news content from publisher sources that Google has approved for inclusion. Unlike general Google Search (where any page can rank if it meets quality criteria), Google News requires explicit publisher inclusion and has stricter editorial and technical requirements. Understanding the path to Google News inclusion — and how it intersects with Google Discover — is essential for news publishers, blogs publishing timely content, and any site that covers breaking topics in their industry.
How Google News inclusion works
Google News inclusion is not automatic. Publishers must be eligible and recognised by Google's news ranking systems. There is no longer a separate "Google News Publisher Center submission" for the general Google News feed — Google has moved to a model where sites with appropriate technical and editorial signals are automatically eligible, while the Publisher Center (publishercenter.google.com) is used primarily for managing branded presence (logo, publication name) and opting into specific Google News monetisation products (News Showcase, Subscribe with Google).
What makes a site eligible for Google News inclusion:
- News-specific article structured data (
NewsArticleorArticlewithdatePublished) on articles - Regular publication of original, timely news content (not evergreen guides or product pages)
- Author attribution on articles
- Clear publication name, contact information, and about page (E-E-A-T editorial signals)
- No significant policy violations (Google News has an explicit publisher policy covering deceptive practices, harassment, hateful content, and dangerous content)
- Mobile-friendly pages (News is heavily consumed on mobile via Google Discover and the Google News app)
Article structured data for Google News
The single most important technical requirement for Google News eligibility is correct NewsArticle or Article structured data with a specific set of required properties.
Minimum required properties:
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"headline": "Exact title of the article — max 110 characters",
"image": [
"https://example.com/image.jpg"
],
"datePublished": "2026-07-14T08:00:00+00:00",
"dateModified": "2026-07-14T09:30:00+00:00",
"author": [
{
"@type": "Person",
"name": "Author Name",
"url": "https://example.com/author/author-name"
}
]
}
Common structured data errors that prevent Google News rich results:
- Missing
datePublished: the most common error; Google News systems require publication date to determine recency - Invalid ISO 8601 date format: dates must be in ISO 8601 format with time and timezone (e.g.,
2026-07-14T08:00:00+00:00), not just2026-07-14 - Headline longer than 110 characters: Google's NewsArticle spec limits headlines to 110 characters
- Missing image: the
imageproperty is required; images must be at least 1,200px wide for maximum eligibility (including Google Discover) - JavaScript-rendered structured data:
NewsArticleschema must be in the initial server-rendered HTML, not injected by client-side JavaScript — Google News crawlers may not execute JS
Image requirements for Google News and Discover
Images are critical for Google News and Google Discover eligibility. The requirements:
- Minimum 1,200px wide — recommended for Google Discover eligibility (Google explicitly states images over 1,200px wide are more likely to appear in Discover)
- Inline in the article — the image must appear in the article content, not just in structured data
- Crawlable and indexable — the image URL must be accessible to Googlebot-Image and not blocked by robots.txt
- Google's
max-image-preview:largepermission — set via<meta name="robots" content="max-image-preview:large">, an HTTP header, or in robots.txt (X-Robots-Tag: max-image-preview:large). Without this, Google may only display thumbnail images in Discover, significantly reducing click-through.
<!-- Allow Google to use large image previews in Discover and News -->
<meta name="robots" content="max-image-preview:large">
AMP and Google News
Accelerated Mobile Pages (AMP) was historically required for Google News carousel inclusion. This requirement was removed in 2021 — Google News now accepts standard mobile-optimised HTML pages. AMP is no longer required for Google News eligibility.
However, AMP pages (and Signed Exchanges / SXG) can still benefit from Google's AMP cache pre-loading, which can improve page load speed for Discover traffic. The trade-off (AMP's development overhead and feature restrictions vs marginal speed benefits) makes AMP optional for news publishers who prioritise editorial flexibility and standard web platform features.
Publication date and freshness signals
Google News exclusively serves timely, recent content. The datePublished and dateModified properties in structured data are how Google determines article recency. Critical rules:
Never update datePublished to artificially reset freshness: if an article was originally published in 2024 and receives minor content updates in 2026, the datePublished should remain as 2024. Updating datePublished to the current date to re-enter news carousels is a policy violation (manipulating publication date).
Use dateModified for updates: if you make substantive updates to an article (new information, correction, significant expansion), update dateModified to the current date. This signals to Google that the content has been freshened.
Separate breaking news from evergreen content: News discovery systems surface recent articles. Evergreen content ("what is inflation?", "how to bake bread") doesn't belong in the news feed and should not carry NewsArticle schema. Use Article schema for evergreen blog content and NewsArticle only for genuinely timely news articles.
Google Discover vs Google News
Google Discover (the personalised content feed in the Google app and Chrome on mobile) and Google News (news.google.com and the Google News app) have overlapping but distinct ranking systems.
Google News: primarily text-based news articles, current events, breaking news; editorial standards emphasise originality, journalistic quality, source credibility; strongly prefers recognised news publishers.
Google Discover: broader content types including long-form evergreen articles, visual content, personal interest topics; based on user interests rather than query intent; more accessible to non-news blogs covering topics users have shown interest in; image prominence (large images, 1,200px+) is more influential than in Google News.
For Discover eligibility specifically, any page meeting Google's helpful content standards can appear — there is no publisher approval process. Key Discover optimisation signals:
- Large, high-quality images (1,200px+ wide,
max-image-preview:largeset) - Content that matches topics the user has shown interest in (entity matching to user interest graph)
- Strong engagement metrics from the site's existing Discover traffic (users who tap click-through and read the content rather than immediately bouncing back)
- Fresh content from established sites that have previously appeared in Discover
Google News Publisher Center
The Publisher Center (publishercenter.google.com) is used for:
- Claiming and verifying ownership of your publication
- Setting publication name, logo, and branding in Google News
- Adding publication sections/categories for structured news feed organisation
- Managing Google News Showcase participation (a monetised content licensing program in eligible countries)
- Subscribing to Subscribe with Google for subscriptions integration
Publisher Center verification requires verifying ownership of the domain (via DNS record, Google Search Console connection, or a site-level verification tag). Publisher Center doesn't directly control whether articles appear in Google News search results — that is determined by the algorithmic signals above — but it establishes the branded publisher identity that appears in News results.
Monitoring Google News performance in GSC
Google Search Console's Performance report includes a "Discover" filter (for Discover impressions and clicks) and a "Google News" filter (for News-specific impressions). These are distinct from Web search impressions.
News impressions in GSC count when your articles appear in the Google News feed, news carousels, and the Google News app. Discover impressions count when your pages appear in the Discover feed. Monitor both:
- Impressions: how often your content appears in News or Discover
- Clicks: how often users tap through to your site
- CTR: click-through rate (influenced by headline quality and image quality)
News-specific issues (no News impressions despite eligible content) are best debugged via the URL Inspection tool in GSC — check whether the article's structured data is correctly parsed and whether any errors are flagged.
FAQ
How do I submit my site to Google News?
There's no direct submission process for Google News inclusion. Sites are included algorithmically based on editorial and technical quality signals. To improve eligibility: implement NewsArticle structured data with all required properties; publish original, timely news content regularly with clear author attribution; ensure articles have 1,200px+ images with max-image-preview:large set; build an About page, contact information, and clear editorial attribution; and verify your site in Google Search Console. The Publisher Center can be used for branded presence management once your site is publishing news content.
Does having a paywalled site prevent Google News inclusion?
No — Google News includes paywalled publishers and has explicit guidance for flexible sampling. The recommended approach for paywalled news content: use NewsArticle structured data with isAccessibleForFree: "False" and hasPart for the paywalled sections. Google allows paywalled content in News under the "First Click Free" / flexible sampling model where Googlebot can access full content (via a special user-agent exemption or a flexible sampling arrangement), even if end users hit the paywall after viewing a sample. Publishers that block Googlebot from accessing paywalled content entirely risk reduced News indexing.
How quickly does new content appear in Google News?
For established News publishers, new articles can appear in Google News within minutes to hours of publication when structured data is correctly set and the Googlebot News crawler has previously indexed the site frequently. For new sites or sites without prior Google News presence, indexing can take significantly longer. Google's News crawlers prioritise sites that regularly publish original news content — the more consistent and frequent the publication cadence, the faster new articles are picked up.
What's the difference between Google News SEO and regular Google SEO?
Regular Google Search SEO focuses on long-term rankings for evergreen queries — building authority, topical coverage, and technical SEO that accumulates value over months and years. Google News SEO is fundamentally about speed and recency: articles need to be crawled, indexed, and surfaced within minutes to hours of publication to capture news query traffic, which is front-loaded to the first hours after an event. The technical requirements overlap (structured data, mobile-friendliness, fast page speed) but the content strategy is different: news SEO requires a newsroom publishing model, while regular SEO rewards content depth and editorial longevity.
MORE FROM THE BLOG
Related articles
11 min read
YouTube SEO: How to Rank Videos on YouTube and Google Search
YouTube SEO covers title optimisation, description keyword placement, chapters, thumbnails, closed captions, and the watch signals that drive YouTube and Google ranking.
Read →7 min read
Voice Search SEO: How to Optimise for Voice Queries and AI Assistants
How voice search queries differ from typed queries, what technical signals (FAQ schema, speakable schema, featured snippet eligibility) matter for voice results, and why optimising for voice search overlaps heavily with AI visibility.
Read →10 min read
TikTok SEO: How to Rank in TikTok Search and Get Discovered in Google
TikTok SEO covers how to optimise videos for TikTok's internal search algorithm, how TikTok content ranks in Google Search, and how TikTok presence feeds into AI answer systems.
Read →Run DeepSEOAnalysis on your own site.
Free, no signup. Technical SEO, Core Web Vitals, structured data, and AI visibility in one report.
Run a free audit →