WebmasterID logoWebmasterID
Robots & crawl control

The crawl-delay directive in robots.txt

Crawl-delay is a non-standard robots.txt directive that asks a crawler to wait between requests. Support is uneven: Google does not use it and points to Search Console instead, while Bing and Yandex have historically honoured it. This page explains the directive and the safer alternatives.

Verified against primary sources

What crawl-delay does

Crawl-delay appears inside a user-agent group and asks that crawler to wait a number of seconds between requests, for example:

User-agent: Bingbot Crawl-delay: 10

It is not part of the original Robots Exclusion Protocol and is not specified in RFC 9309, so each crawler decides whether and how to interpret it.

Who honours it

Support is inconsistent. Google documents that Googlebot does not support crawl-delay and that you should manage Google's crawl rate through Search Console instead. Bing and Yandex have historically honoured crawl-delay. Because behaviour varies and can change, treat crawl-delay as a hint for the crawlers that implement it, not a universal control.

For crawlers that ignore it, the alternatives are the crawler's own rate-control tools or, for abusive non-compliant clients, server-side rate limiting.

How it appears in analytics and logs

Crawl-delay is a request to space out requests. Seeing crawlers ignore it does not mean misconfiguration — many, including Googlebot, simply do not implement it.

Diagnostic use case

Slow down crawlers that honour crawl-delay to ease server load, while using the right channel for crawlers that ignore it.

What WebmasterID can help detect

WebmasterID shows crawl frequency per crawler, so you can see whether a crawl-delay setting actually changed the request rate for the crawlers that honour it.

Common mistakes

Privacy and accuracy notes

Crawl-delay is a load-management directive in a public file. It involves no visitor data.

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.