AI search visibility

Search is turning into answers. When someone asks ChatGPT or Perplexity or Google for a recommendation, a handful of sites get read and cited and everything else is invisible. This is where the free tools and the open data for that live.

Check a site

Open data

Reference

How this is measured

Every result comes from fetching the site's own public files: robots.txt, the homepage as a crawler receives it, the sitemap, llms.txt. Nothing is guessed and nothing you type is stored.

Results are three-state. Allowed, blocked, and unknown when a file cannot be fetched. A checker that turns "I could not tell" into "you are fine" is worse than no checker, so this one says unknown and means it.

Robots.txt is read the way the standard says a crawler reads it: the most specific matching group wins, and a catch-all group applies when nothing names the crawler. Counting only the sites that name a crawler and disallow everything undercounts real blocks.

The census is published as JSON under CC BY 4.0, one row per site, so anyone can check the numbers instead of taking them on trust.