WebmasterID logoWebmasterID
Robots & crawl control

How to block Amazonbot in robots.txt

Amazonbot is Amazon's web crawler. This page gives the robots.txt rule to disallow it, notes that Amazon documents Amazonbot's robots.txt compliance and a way to verify its requests, and keeps the usual caveat that robots.txt is a request to compliant crawlers, not enforcement.

Verified against primary sources

What Amazonbot is

Amazonbot is Amazon's web crawler. Amazon documents the crawler, its robots.txt token, and how to verify that a request really comes from Amazonbot. Consult Amazon's documentation directly for what Amazonbot is used for before deciding policy.

The rule

To disallow Amazonbot site-wide:

User-agent: Amazonbot Disallow: /

To block only part of the site, list specific paths instead of /. Amazon documents that Amazonbot honours robots.txt, but robots.txt cannot force compliance and is not an access-control boundary. For requests where authenticity matters, use Amazon's verification guidance rather than trusting the user agent alone.

How it appears in analytics and logs

After adding an Amazonbot Disallow, compliant Amazonbot requests to blocked paths should stop. Requests claiming to be Amazonbot can be checked against Amazon's published verification guidance.

Diagnostic use case

Disallow Amazonbot site-wide or on specific paths while leaving other crawlers governed by their own tokens.

What WebmasterID can help detect

WebmasterID shows Amazonbot crawl activity before and after the change, so you can confirm the block took effect for the compliant crawler.

Common mistakes

Privacy and accuracy notes

Blocking Amazonbot is a publishing-policy choice expressed 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.