SEO for News Websites

News & Discover SEO — Google News, Google Discover, news sitemaps, paywalled content (flexible sampling), and handling syndicated content without self-cannibalizing. The hub for news publishers.

First published: Jun 28, 2026 · Last updated: Jul 18, 2026 · Advanced
demand #1 in News & Discover SEO#48 in Technical SEO#67 on the site

News and publisher SEO has its own surfaces and rules on top of normal SEO: Google News and the Top Stories carousel, the Discover feed (which is not search at all — it's pushed, not pulled), news sitemaps for fast discovery of fresh articles, paywall handling that lets Google see gated content without it being cloaking, and noindex controls for syndicated copies that should not compete with the original. Eligibility on one surface never carries over to another, and each is measured separately in Search Console. This hub maps those publisher-specific concerns and links to a dedicated deep dive on each one.

TL;DR — News SEO layers publisher-specific surfaces on top of normal SEO, and two of them changed recently. Google News and Top Stories are now fully automatic — there’s no application. Paywalled content stays indexable without cloaking only if you mark it up with isAccessibleForFree. When a syndicated copy should not compete in Google Search, require the partner to use noindex; Google does not recommend canonical as the control for syndicated copies. Speakable is still a limited beta.

Evidence for this claim News visibility requires compliance with Google Search and Google News content policies; no application guarantees inclusion or ranking. Scope: Current Google News policy and inclusion framework. Confidence: high · Verified: Google News content policies Evidence for this claim Google recommends noindex when a syndicated partner copy should not appear in Search and does not recommend canonical as the syndication control. Scope: Google's current syndicated-content guidance, distinct from general duplicate canonicalization. Confidence: high · Verified: Google Search Central Blog: Syndicated content guidance

Google News and Top Stories are automatic now

There is no Google News application anymore. As of April 2024, Google stopped accepting new publications in Publisher Center and moved to algorithmically surfacing any site that follows its news content policies. Eligibility for the News tabGoogle News SEO is the practice of getting eligible for and ranking well in Google's news-specific surfaces — the News tab of Search and the Top Stories carousel. As of the 2024–2025 Publisher Center transition there's no application to file: content that complies with Google's news content policies is automatically eligible, and ranking within that pool is driven by relevance, prominence, authoritativeness, freshness, usability, and location/language. and Top Stories is now driven by producing policy-compliant, high-quality news — being in Publisher Center neither guarantees inclusion nor is required for it. What still drives ranking within that pool is relevance, prominence, authoritativeness, freshness, and location.

Full walkthrough — policies, ranking factors, and the Publisher Center transition timeline — in Google News SEOGoogle News SEO is the practice of getting eligible for and ranking well in Google's news-specific surfaces — the News tab of Search and the Top Stories carousel. As of the 2024–2025 Publisher Center transition there's no application to file: content that complies with Google's news content policies is automatically eligible, and ranking within that pool is driven by relevance, prominence, authoritativeness, freshness, usability, and location/language..

Google Discover: a feed you can’t target with keywords

Discover isn’t search. Google pushes it to users based on interests, so there’s no query to rank for and no keyword to target. Eligibility is driven by content quality, content freshnessSearch works in three stages — crawling, indexing, and serving (ranking). A page has to clear each one to appear in results: getting crawled doesn't mean you're indexed, and getting indexed doesn't mean you rank., strong unique imagery (large, high-quality images that Google is licensed to display large), Core Web Vitals, and mobile experience. Discover traffic is famously spiky and non-recurring, so it’s a supplement to search demand, not a substitute for it.

Full walkthrough — eligibility levers, image specs, and the Discover-specific core update — in Google Discover SEOGoogle Discover is a personalized, mobile-first content feed built into the Google app, Chrome's mobile New Tab page, and google.com that surfaces articles and videos based on a user's interests and activity — not a response to a search query. There's nothing to 'rank' for in the traditional sense; eligibility is governed by Discover's content policies plus the same helpful-content, image, and page-experience signals Google Search already uses..

Paywalled content: flexible sampling without cloaking

Showing GooglebotGooglebot is Google's web crawler — the software that fetches pages so Google can index and rank them. It comes in two variants, Googlebot Smartphone (primary, under mobile-first indexing) and Googlebot Desktop, and runs an evergreen Chromium renderer. the full text of an article that readers must pay for would normally be cloaking. Google carves out an exception called flexible samplingA paywall restricts some or all of a page behind payment, subscription, or registration. Google's supported way to keep that content indexable is flexible sampling: mark the gated part with structured data (isAccessibleForFree, cssSelector) so Googlebot can still read it — which is why it doesn't count as cloaking., but only if you declare the paywall in structured dataStructured data is a standardized way of labeling page content (using the schema.org vocabulary in JSON-LD, Microdata, or RDFa) so search engines can understand its meaning. It's not a direct ranking factor — its value is rich results and entity understanding. so it can tell a legitimate subscription wall from a spam one. Set isAccessibleForFree to false on the article and point a cssSelector at the wrapper class around the gated section:

{
  "@context": "https://schema.org",
  "@type": "NewsArticle",
  "isAccessibleForFree": false,
  "hasPart": {
    "@type": "WebPageElement",
    "isAccessibleForFree": false,
    "cssSelector": ".paywall"
  }
}

The cssSelector must be a class selector (.paywall) — IDs and other selector types aren’t accepted — and the class has to wrap exactly the paywalled markup. Done right, the gated article is indexedStoring a crawled page in the search index so it can appear in results. Crawled is not the same as indexed — Google selects what to keep, and indexing isn't guaranteed. on its full content without being treated as cloaking.

Full walkthrough — the JavaScript-paywall trap and metering strategy — in Paywalls and SEOA paywall restricts some or all of a page behind payment, subscription, or registration. Google's supported way to keep that content indexable is flexible sampling: mark the gated part with structured data (isAccessibleForFree, cssSelector) so Googlebot can still read it — which is why it doesn't count as cloaking..

Syndication: control competing copies with noindex, not canonical alone

When the same article runs on partner sites, Google may choose either version for search — canonical is a signal it can override, not a directive, so it’s not a reliable way to force one copy out of contention. If a partner copy must not compete, require noindex on that copy; Google’s current guidance recommends noindex over canonical for syndicated contentSyndicated content is the deliberate, usually licensed republishing of the same article on other sites — wire pickups, partner reprints, or cross-posting. Because both parties know it's a copy, the SEO job is deciding which URL search engines should show, not eliminating a duplicate. specifically, because syndicated pages often differ enough from the original that Google won’t honor the canonical anyway. That means syndication needs a governance step as much as a technical one: agree the indexingStoring a crawled page in the search index so it can appear in results. Crawled is not the same as indexed — Google selects what to keep, and indexing isn't guaranteed. treatment (canonical, noindex, or neither) with each partner in the syndication agreement before the piece runs, not after a partner copy has already started outranking you.

Full walkthrough — all three options, Bing’s different preference, and the canonicalizationHow search engines pick one canonical URL among duplicates and consolidate signals onto it. mechanics — in Syndicated content and SEOSyndicated content is the deliberate, usually licensed republishing of the same article on other sites — wire pickups, partner reprints, or cross-posting. Because both parties know it's a copy, the SEO job is deciding which URL search engines should show, not eliminating a duplicate..

News sitemaps and the freshness window

A news sitemapA news sitemap is a sitemap (a standalone file or a section of an existing sitemap) that uses Google's news: XML namespace to tell Google about your recent articles — only those published in the last two days. It speeds discovery of breaking content; it isn't a ranking factor and isn't required for Google News eligibility. is not a smaller XML sitemapAn XML sitemap is a UTF-8 file listing the canonical URLs on your site (with optional lastmod) so search engines can discover and prioritize them. It's a discovery and diagnostic aid, not a guarantee of indexing — and Google ignores its priority and changefreq tags.. It’s a separate news:-namespaced file that should contain only articles from roughly the last two days, with articles removed from it once they age out. Its job is fast discovery of breaking content, so stale URLs in it work against you. Standard XML sitemapsAn XML sitemap is a UTF-8 file listing the canonical URLs on your site (with optional lastmod) so search engines can discover and prioritize them. It's a discovery and diagnostic aid, not a guarantee of indexing — and Google ignores its priority and changefreq tags. still cover the rest of the site.

Full walkthrough — the exact news: tags, the 1,000-URL cap, and dead tags to stop copying — in News sitemapsA news sitemap is a sitemap (a standalone file or a section of an existing sitemap) that uses Google's news: XML namespace to tell Google about your recent articles — only those published in the last two days. It speeds discovery of breaking content; it isn't a ranking factor and isn't required for Google News eligibility..

Measure each surface separately

Don’t roll Search, News and Discover numbers into one traffic figure — they’re different reports measuring different things, and blending them hides which surface actually moved. Search ConsoleGoogle's free tool for monitoring crawling, indexing, and search performance.’s Performance reportThe Google Search Console report that shows how your site actually performed in Google Search, built from real impressions and clicks. It reports four metrics — clicks, impressions, average CTR, and average position — and keeps the most recent 16 months of data. covers standard Search results; Discover gets its own filter inside that same report, which only appears once a site has recorded enough Discover impressions. There’s no comparable per-query performance report for the News tab or Top Stories itself, so News visibility is mostly judged by referral traffic and Search Console’s general indexing/coverage data rather than a dedicated dashboard. Third-party keyword-volume estimates are useful for prioritizing which surfaces and topics to invest in, but they’re not a substitute for these first-party reports, and a spike or drop in one surface’s report doesn’t imply anything about the others.

Speakable schema is still a limited beta

Speakable structured data marks the sections of an article best suited to text-to-speech playback. It remains a beta limited to news content and to Google Assistant / Google Home devices in US English. It’s worth adding if you publish English-language US news and want that surface, but not something to over-invest in given the narrow, still-changing support.

Add an expert note

Pin an expert quote

New person? Create their unclaimed profile at /admin/experts/ → Pin a quote first.