SEO

Googlebot-News

Also known as: Googlebot News, Google News crawler, News bot, Google News Bot

Googlebot-News is Google's specialised user agent for news content. Technically it shares infrastructure and rendering engine with the standard Googlebot, but it is activated specifically for pages considered newsworthy. Its index feeds news.google.com, the news carousels on smartphones, the "Top Stories" module in classic Google Search and the news tabs in the Google app. Anyone wanting to rank for news traffic has to permit Googlebot-News technically and meet editorial standards — newsworthy content, clear authorship, reliable date information and valid NewsArticle schema.

Difference from the standard Googlebot

The classic Googlebot crawls every reachable page for the general web index. Googlebot-News is a second user-agent name that Google uses when newsworthy URLs are considered for the news index. Both share renderer, resource budget and IP range — the difference lies in the target index and in the frequency: news URLs are often rechecked every few minutes so that current reports reach "Top Stories" without delay.

Robots.txt and meta robots tags allow separate control. A site can permit Googlebot but block Googlebot-News — or the other way round. Anyone who deliberately wants only long-form content in the classic index and seeks no news exposure blocks Googlebot-News with a targeted Disallow.

How a website is admitted to Google News

Since December 2019 there has been no separate application review. Google replaced the former "News Producer" application procedure with an automatic assessment: in principle every public website can appear in Google News, provided it meets the editorial standards and does not block Googlebot-News.

Anyone wishing to steer visibility deliberately also registers in the Publisher Center (publishercenter.google.com). The Publisher Center supplies publication branding (logo, colour), allows curated sections, activates rich results in the news carousel and makes performance reports per publication accessible. It is not a requirement for inclusion, but it is a must for professional publishers.

The basic requirements remain: transparent authorship with full name and short profile, a clear imprint, editorial standards and correction notices, consistent publication frequency, as well as editorial separation between journalism and advertising.

News sitemap (sitemap-news.xml) — mandatory for current reports

A news sitemap is the fastest way for Googlebot-News to discover new articles within a few minutes. It follows its own XML namespace and is strictly limited: a maximum of 1,000 URLs, exclusively articles younger than 48 hours. Older reports are removed and kept accessible via the regular sitemap.xml.

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
  <url>
    <loc>https://beispiel-magazin.de/news/2026-07-01-titel</loc>
    <news:news>
      <news:publication>
        <news:name>Beispiel-Magazin</news:name>
        <news:language>de</news:language>
      </news:publication>
      <news:publication_date>2026-07-01T09:15:00+02:00</news:publication_date>
      <news:title>Titel der Meldung</news:title>
    </news:news>
  </url>
</urlset>

The news sitemap should additionally be submitted in Search Console as a separate sitemap and entered in the robots.txt under Sitemap: — where possible with a dedicated file name such as sitemap-news.xml, to separate it clearly from the main index.

NewsArticle schema as a rich-result requirement

Without NewsArticle schema, reports do appear in the news index, but not in rich results (carousel with image, publisher logo, byline). For the rich-result markup Google requires at least the following fields in JSON-LD:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "NewsArticle",
  "headline": "Titel der Meldung",
  "image": ["https://beispiel-magazin.de/images/artikel.jpg"],
  "datePublished": "2026-07-01T09:15:00+02:00",
  "dateModified": "2026-07-01T11:30:00+02:00",
  "author": [{
    "@type": "Person",
    "name": "Anna Schmitt",
    "url": "https://beispiel-magazin.de/autoren/anna-schmitt"
  }],
  "publisher": {
    "@type": "Organization",
    "name": "Beispiel-Magazin",
    "logo": {
      "@type": "ImageObject",
      "url": "https://beispiel-magazin.de/logo.png"
    }
  }
}
</script>

The headline must match the visible <h1>, the image must be at least 1,200 pixels wide and the author must have their own verifiable author page. If one of these fields is missing, the report loses its rich-result status — and with it, usually, the carousel placement.

robots.txt: controlling Googlebot-News specifically

Googlebot-News can be controlled independently of the standard Googlebot via robots.txt. Four practical patterns:

# Muster 1: alles erlauben (Standard)
User-agent: *
Allow: /

# Muster 2: klassisches Web crawlen, News-Sektion aus News-Index ausschliessen
User-agent: Googlebot-News
Disallow: /archiv/
Disallow: /kolumne/

# Muster 3: nur News-Sektion an News-Crawler freigeben
User-agent: Googlebot-News
Allow: /nachrichten/
Disallow: /

# Muster 4: komplett aus Google News raus, klassisches Ranking bleibt
User-agent: Googlebot-News
Disallow: /

A frequent mistake: User-agent: Googlebot with Disallow: / also blocks Googlebot-News, because the news crawler inherits the standard directives. Anyone who wants only news traffic without appearing in the classic index has to treat both user agents separately — and as a rule needs professional advice, because this is an atypical special case.

Content signals that Googlebot-News rewards

Google distinguishes news content from evergreen content through several signals at once:

Why sites drop out of Google News again

Appearing in the news index is no guarantee of a permanent place. Common reasons for removal:

The news exclusion is visible in the Publisher Center and can be addressed there via a reconsideration request — once the cause has demonstrably been resolved.

Example from practice

Example: A regional publisher has run a news portal with stable news-carousel traffic for years. At the end of 2025 the team switches to a new CMS. Within a week the Google News referral traffic drops by 78 %. Diagnosis in Search Console: the new news sitemap contains 3,200 URLs instead of the permitted 1,000, no URL carries the <news:publication_date> tag correctly, and the NewsArticle schema blocks have an empty author field. After splitting the sitemap into daily chunks of under 1,000 URLs, a clean publication date in ISO 8601 and a person with an author URL in the schema, traffic recovers within 11 days to 92 % of the previous level. A textbook case: Googlebot-News is strict about format requirements and ignores sitemaps with standard errors.

Frequently asked questions

What is the difference between Googlebot and Googlebot-News?
Googlebot-News is a second user-agent name for news content. Both share the rendering engine and infrastructure, but they differ in the target index (web vs. Google News) and in crawl frequency. News URLs are often checked minute by minute so that current reports reach "Top Stories" without delay.
Do I have to register in the Publisher Center to appear in Google News?
Since the end of 2019 it is no longer mandatory. Google assesses news content automatically. The Publisher Center nevertheless remains important for professional publishers: it supplies publication branding in the carousel, curated sections, performance reports and the contact channel for reconsideration requests in the event of a news exclusion.
How often does Googlebot-News crawl a website?
Very frequently — often minute by minute. News crawling follows its own frequency regime: active publishers are checked every few minutes so that new reports reach the news index without delay. With a low publication frequency the crawl rate falls markedly, in extreme cases to daily checks.
Can I allow Googlebot but block Googlebot-News?
Yes. Both user agents are treated independently in robots.txt. A block looks like this:
User-agent: Googlebot-News
Disallow: /

The site remains in the classic web index but disappears from Google News, "Top Stories" and the news carousel.
What is the difference between Google News and "Top Stories" in search?
Google News is the standalone news product at news.google.com and in the Google app. "Top Stories" is the news module within the classic Google SERP — the horizontal carousel box with the three to five most recent reports on a query. Both are fed from the same news index that Googlebot-News builds.
How quickly does a new article reach Google News?
With active publishers, often within a few minutes. The prerequisite: the article is reachable via the news sitemap (updated immediately after publication), has valid NewsArticle schema, a clear byline and a visible publication date. With new publishers without a history, initial indexing experience shows takes between a few hours and several days.
Do I absolutely need a news sitemap?
Not absolutely, but strongly recommended. Without a news sitemap Googlebot-News can still find new articles — through internal linking, RSS feeds and the regular crawl. But the news sitemap is the fastest, most reliable channel: new URLs are checked within minutes, which with time-critical reports makes the difference between first placement in the "Top Stories" carousel and a later rank.
Can an individual blogger appear in Google News?
In principle yes, in practice difficult. Google requires editorial standards, clear authorship, reliable publication frequency and newsworthy content. A one-person blog only meets this if a clear topic field is covered regularly with current reports — a specialist journalist on a niche subject, for example. Personal opinion blogs without event relevance rarely stay in the news index for long.

Used in Rankmio for

Check news sitemap and Googlebot rules in the Rankmio audit

Go to the feature →

Last updated: 2026-07-01  ·  Browse all glossary entries

Free SEO & GEO Check

SEO score, AI visibility and citability of your website in 30 seconds — no registration required.

Check for free now

Ready to optimize your website?

Register for free, get 10 credits and start right away.

Register now