WebmasterID logoWebmasterID
Robots & crawl control

How to block serpstatbot

serpstatbot is an SEO crawler that gathers backlink and ranking data for the Serpstat platform. This page shows how to disallow it in robots.txt, how to slow rather than fully block it, and how to confirm the rule works.

Verified against primary sources

robots.txt rule

serpstatbot documents its token and publishes a self-identifying URL in its user agent. To disallow it site-wide:

User-agent: serpstatbot Disallow: /

Serpstat documents that the crawler honours robots.txt, so a correctly targeted Disallow is the supported way to opt out. Match on the serpstatbot token rather than a version string.

Slow instead of block

If you want serpstatbot to keep crawling but more gently, Serpstat documents support for crawl-delay. For example:

User-agent: serpstatbot Crawl-delay: 10

That asks the crawler to wait between requests rather than stop entirely. Note that Google ignores crawl-delay, so this directive affects only crawlers like serpstatbot that honour it; keep it in the serpstatbot group to avoid confusion.

How it appears in analytics and logs

serpstatbot hits mean Serpstat's crawler is collecting SEO/backlink data about your pages. It is not search-engine indexing and brings no referral traffic of its own.

Diagnostic use case

Stop serpstatbot from consuming crawl resources when you do not use Serpstat and do not want a third-party SEO tool mapping your site.

What WebmasterID can help detect

WebmasterID categorises serpstatbot as an SEO crawler distinct from search and AI bots, so you can confirm a block lands and keep these hits out of human analytics.

Common mistakes

Privacy and accuracy notes

The rule targets the serpstatbot token; no visitor data is involved. robots.txt asks compliant crawlers to comply and is not an access control.

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.