WebmasterID logoWebmasterID
Robots & crawl control

How to block Exabot (Exalead)

Exabot is the web crawler historically associated with Exalead, a search engine. Its crawler fetches public pages to build a search index. This page shows the robots.txt token to target, notes the crawler's search-engine origin, and explains why a Disallow steers only compliant fetchers.

Partially verified

What Exabot is

Exabot is the crawler historically associated with Exalead, a search engine that built its own web index. Its crawler fetches public pages to populate that index. Operators who do not want to appear in Exalead's results can disallow the crawler.

Match on the documented Exabot user-agent token rather than a version string. The user agent is self-identifying; confirm the exact token from your logs, since search crawlers sometimes append a version segment.

robots.txt rule

To ask Exabot to stay off your site:

User-agent: Exabot Disallow: /

This targets only that token and leaves major search engines unaffected. Because Exabot is a search crawler, a Disallow also keeps the affected pages out of Exalead's results for compliant crawling. robots.txt is honoured by compliant crawlers and is not enforcement.

How it appears in analytics and logs

Requests carrying the Exabot token are search-index crawl events, not human visits. They indicate the Exalead search engine is crawling your public content; classify them as bot traffic.

Diagnostic use case

Keep the Exalead search crawler from indexing your pages if you do not want to appear in that engine, and confirm the rule reached the correct token.

What WebmasterID can help detect

WebmasterID classifies the Exabot crawler server-side as a search bot and shows whether it keeps reaching your pages after a robots.txt rule is added.

Common mistakes

Privacy and accuracy notes

Blocking Exabot uses only the request user-agent token. No visitor identity is involved, and WebmasterID records the crawl as a bot event separate from human analytics.

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.