WebmasterID logoWebmasterID
Robots & crawl control

How to block rogerbot in robots.txt

rogerbot is the crawler Moz uses for site-audit crawling in Moz Pro campaigns. This page gives the robots.txt rule to disallow the rogerbot token and explains that it is separate from DotBot, Moz's link-index crawler, so blocking one does not affect the other.

Verified against primary sources

What rogerbot is

rogerbot is the crawler Moz uses for its site-audit (Site Crawl) feature inside Moz Pro campaigns. It crawls a site to surface technical SEO issues for the campaign owner. It is distinct from DotBot, which Moz uses to build its broader link index — the two are separate tokens for separate jobs.

Moz publishes documentation for rogerbot, including the robots.txt token and a Crawl-delay option. Because rogerbot is campaign-driven, you may see it only when a Moz Pro campaign targets your domain.

The rule

To disallow rogerbot site-wide, target its token:

User-agent: rogerbot Disallow: /

Moz documents Crawl-delay support, so to throttle instead of block:

User-agent: rogerbot Crawl-delay: 10

Match the stable token. To also stop Moz's link-index crawler, target DotBot separately. robots.txt is a request, not enforcement.

How it appears in analytics and logs

A request carrying the rogerbot token is Moz's site-audit crawler fetching a URL, typically driven by a Moz Pro campaign. It is a bot event tied to an audit, not a human visit.

Diagnostic use case

Disallow rogerbot when you do not run Moz Pro audits on a site, or to stop a Moz audit crawler that someone else has pointed at your domain.

What WebmasterID can help detect

WebmasterID classifies rogerbot by its token as an SEO crawler, separate from human analytics, so you can confirm whether a disallow rule stopped its audit crawling.

Common mistakes

Privacy and accuracy notes

Blocking rogerbot 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.