Quick start: your first crawler check
From a bare domain to a fix list, in about a minute.
4 min read
AI Crawler Check answers one question: can AI systems and search engines actually read your website? You do not need an account, a credit card, or anything installed. If you only have a minute, this is the whole workflow.
-
Enter your domain
Type your site into the box on the home page and press Check. You can paste a bare domain like
example.comor a full URL. There is nothing to install and no account to create. -
Wait for the scan
The scan fetches your
robots.txt, resolves it against all 196 crawlers in the database, then looks forllms.txtand runs the GEO checks. It usually takes a few seconds. -
Read your score first
The score out of 100 and its letter grade are a summary, not the answer. Treat them as a way to see whether anything urgent is wrong, then move to the detail below.
-
Check the Tier 1 row
Tier 1 is the group that decides whether AI assistants can quote you at all. If anything there is blocked and you did not intend it, fix that before anything else on the page.
-
Work the recommendations
Each recommendation comes with the exact lines to paste. They are ordered by impact, so working top-down is the fastest route to a better result.
-
Re-run after deploying
The check reads your live site, so it only reflects a change once that change is deployed. Re-run it to confirm the fix landed rather than assuming.
What the scan actually reads
robots.txt, your homepage HTML, and (if present) llms.txt and llms-full.txt. It does not crawl your whole site, so it is fast and it does not add meaningful load to your server.Reading the results
The report is organised so the most consequential information is nearest the top.
| Section | What it answers |
|---|---|
| Score and grade | Roughly how discoverable you are right now. |
| Bot access table | Which of the 196 crawlers you allow, block, or partly block. |
| AI files | Whether you publish llms.txt, and whether it is valid. |
| GEO report | 58 checks on whether your content can be understood and cited. |
| Recommendations | What to change, with copy-paste code, ranked by impact. |
Blocked is not always bad
Where to go next
- Understanding your score if the number surprised you.
- Fixing blocked crawlers if something is blocked that should not be.
- Tools reference for the generator, validator and batch checker.