Is anyone ignoring your AI crawler block?

Your robots.txt says which AI crawlers you want kept out. It cannot tell you which ones actually stayed out, and only your server logs know that. This page describes a log check I am considering building for sites that block AI crawlers on purpose. It does not exist yet. If you would use it, email me. Those emails decide whether I build it.

Email me if you would use this

What the free checker can and cannot see

The AI visibility checker and the robots.txt checker read the files you publish. They can confirm that your file blocks GPTBot the way you meant it to. They cannot see who visits your server, so they cannot tell you whether GPTBot, or something calling itself GPTBot, kept requesting your pages after you blocked it.

Why a Disallow line does not settle the question

What the check would do

You send an export of your access logs covering a few weeks, either a raw web-server log or a log export from your CDN. I match every request whose user agent names a known AI crawler or AI fetcher against two things: your robots.txt as it stood when the request arrived, and the named company's published IP ranges where it has them.

You get back a plain written report with three lists:

After that, the same check on a fresh export each month, so you can see whether a block you added is holding.

If your site runs on Cloudflare, look at its dashboard first

Cloudflare lists AI Crawl Control as available on all of its plans, and it includes a robots.txt violations table for sites that run through Cloudflare. Cloudflare's own documentation notes that the table compares past requests against your current robots.txt, so a rule you added recently can flag requests that were allowed when they happened. If you are on Cloudflare and that table answers your question, you do not need this. The check described here is for sites on other hosts and CDNs, and for anyone who wants each request judged against the file that was live when it arrived.

The honest limits

Would you use it?

If you block AI crawlers on purpose and want to know whether the block holds, email reese@lastminutedealshq.com. Tell me your site, where your logs live (your own server, a CDN, a hosting control panel) and the question you most want answered. There is no mailing list behind this address. If enough people ask, I will build it, and if nobody does, this page will say so.