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.
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.
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.
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.
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.
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.
Google distinguishes news content from evergreen content through several signals at once:
datePublished in structured data, <time datetime> in the HTML, date information in the visible text.Appearing in the news index is no guarantee of a permanent place. Common reasons for removal:
rel="canonical".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: 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.
robots.txt. A block looks like this:User-agent: Googlebot-News
Disallow: /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.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.Check news sitemap and Googlebot rules in the Rankmio audit
Free SEO & GEO Check
SEO score, AI visibility and citability of your website in 30 seconds — no registration required.
Register for free, get 10 credits and start right away.
Register now