I kept getting "your AI visibility is low" reports from various tools that wouldn't tell me
*why*
. Was the block in robots.txt? At the CDN? At origin? Different fixes, different teams.
I guess this sits somewhere in the "generative engine optimization" bucket, but I wanted the tool to stay very concrete: can these crawlers reach the site, and if not, where are they being blocked?
So I wrote a small Node CLI that just answers that question deterministically:
```
npx u/geosuite/ai-crawler-bots robots https://my-site.com
```
What it actually does:
- Parses robo...Devamını Oku