SR Shawn Ryder Digital
Free tool

Can AI even read your website?

Before an assistant can recommend your store, it has to be allowed to read it — and then find something worth reading. This checks both, in about five seconds, from your address alone.

Reads two public files — your robots.txt and your homepage. Nothing on your site is changed, and no email is needed to see the result. The address you enter and the result are kept so the tool can be rate-limited; your IP is stored only as a one-way hash.

Why robots.txt decides this

It is a plain text file at the root of your site listing which crawlers may read it. AI companies each use their own name in it. Blocking one is a single line, and so is unblocking it — but somebody has to know it is there.

Blocking training isn't the same as blocking answers

Some crawlers feed model training; others fetch your page live when a shopper asks about you. Blocking the first slows down what assistants learn. Blocking the second makes you invisible today. The result above separates them.

Access is only half of it

Most AI crawlers do not run JavaScript. A dealer homepage that looks full in your browser can be a near-empty shell to them. That is why this checks how much text exists in the source, not just whether the door is open.