WebmasterID logoWebmasterID
Robots & crawl control

How to block GoogleOther

GoogleOther is a generic crawler Google uses for internal research and development fetches, separate from Googlebot. This page shows how to disallow GoogleOther in robots.txt while leaving Search indexing by Googlebot intact.

Verified against primary sources

GoogleOther vs Googlebot

Google documents GoogleOther as a generic crawler product teams use for one-off crawls and internal research, kept separate from Googlebot so that blocking it does not interfere with Search. They are different tokens with different purposes.

That separation is the whole point: you can decline GoogleOther while still appearing in Google Search via Googlebot. Do not block Googlebot if your goal is only to limit non-Search crawling.

robots.txt rule

To disallow GoogleOther site-wide while leaving Googlebot free:

User-agent: GoogleOther Disallow: /

User-agent: Googlebot Allow: /

Google matches the most specific user-agent group, so an explicit GoogleOther group governs GoogleOther and the Googlebot group governs Search. There are also GoogleOther-Image and GoogleOther-Video variants if you need to target media fetches specifically.

How it appears in analytics and logs

GoogleOther hits are Google fetching content for purposes other than building the Search index. Blocking GoogleOther does not affect whether Googlebot can index your pages.

Diagnostic use case

Restrict Google's non-Search crawling (GoogleOther) for resource or policy reasons while keeping Googlebot allowed so your pages still rank in Google Search.

What WebmasterID can help detect

WebmasterID distinguishes GoogleOther from Googlebot in classification, so you can confirm a GoogleOther block lands without mistaking it for a change in Search crawling.

Common mistakes

Privacy and accuracy notes

The rule matches the GoogleOther token, distinct from Googlebot. No visitor data is involved, and robots.txt is a request to compliant crawlers.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.