This is the canonical documentation for ParleoAuditBot.

ParleoAuditBot

Operator: Parleo (parleo.io)
Purpose: agentic-commerce audits — reading public product pages the way AI shopping agents do, to measure and improve agent readiness.
Last updated: August 6, 2026

User-Agent string (sent on every request, unchanged):

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ParleoAuditBot/1.0; +https://bots.parleo.io

How to confirm a request is really us

Every request from ParleoAuditBot is cryptographically signed per RFC 9421 (HTTP Message Signatures), using the emerging Web Bot Auth profile — an Ed25519 signature over the request, carried in the Signature/Signature-Input headers, plus a Signature-Agent header pointing at our published key directory:

https://bots.parleo.io/.well-known/http-message-signatures-directory

We prefer Web Bot Auth verification over IP allowlists — our crawl egress can change, and a signature proves identity independent of which address a request came from. A request claiming to be ParleoAuditBot that isn't signed, or doesn't verify against the key directory above, should not be trusted as us.

What we read

What we don't do

Controlling access

Allow every path (the default — no rule needed, but shown explicitly here):

User-agent: ParleoAuditBot
Allow: /

Block specific paths, e.g. account and checkout flows:

User-agent: ParleoAuditBot
Disallow: /account/
Disallow: /checkout/

Block us entirely:

User-agent: ParleoAuditBot
Disallow: /

Questions about this bot

crawler@parleo.io