WebmasterID logoWebmasterID
Robots & crawl control

How to block DotBot in robots.txt

DotBot is the crawler operated by Moz to build the link index behind its SEO tools. This page gives the robots.txt rule to disallow the DotBot token and notes that Moz documents the crawler and a Crawl-delay option for throttling it.

Verified against primary sources

What DotBot is

DotBot is the crawler operated by Moz to gather link data for the index behind Moz's SEO tools. It is distinct from rogerbot, which Moz uses for site-audit crawling — the two are separate tokens with separate purposes. Blocking DotBot removes you from Moz's link index but does not affect search-engine indexing.

Moz publishes documentation describing DotBot, its robots.txt token, and supported throttling. Use that documentation rather than guessing the user-agent string.

The rule

To disallow DotBot site-wide, target its token:

User-agent: DotBot Disallow: /

Moz also documents Crawl-delay support, so to throttle rather than block:

User-agent: DotBot Crawl-delay: 10

Match the stable token. If you also want to stop Moz's audit crawler, target rogerbot separately. robots.txt is a request, not enforcement.

How it appears in analytics and logs

A request carrying the DotBot token is Moz's link-index crawler fetching a URL. It is a bot event that feeds an SEO dataset, not a human visit or referral.

Diagnostic use case

Disallow DotBot to keep your pages out of Moz's link index, or use Crawl-delay to slow it instead of blocking it entirely.

What WebmasterID can help detect

WebmasterID classifies DotBot by its token as an SEO crawler, separate from human analytics, so you can confirm whether a disallow rule reduced its requests.

Common mistakes

Privacy and accuracy notes

Blocking DotBot is a publishing-policy choice in a public file. It involves no visitor data and is not an access-control boundary.

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.