BROWSER-LOCAL AI VISIBILITY CHECK

Find out whether an answer engine can read you, without paying for an audit.

Paste one file. The checker runs the same mirror rules that hard-fail this website's own production build, then returns a score, the evidence line behind every finding, and the fix. Nothing is fetched and nothing is uploaded.

  • Rules 42 deterministic checks
  • Processing Local and offline
  • Inputs robots.txt, llms.txt, Markdown, HTML
  • Verdict Evidence, not a ranking promise
READABILITY
ROBOTS.TXT · PASTED 48/100 · patchy
Local analysis · nothing fetched
THE DIRECT ANSWER

To check whether AI answer engines can cite your site, verify four things: that retrieval fetchers such as OAI-SearchBot, PerplexityBot, and Claude-User are not disallowed in robots.txt, that a clean Markdown or llms.txt copy exists and is advertised in the page head, that your JSON-LD is valid and names the organisation behind the page, and that the HTML you serve already contains the text instead of loading it with JavaScript. This tool checks all four from a file you paste. It cannot prove that any assistant will actually cite you.

CHECK THE FILE YOU ACTUALLY SERVE

Agent readability bench

Paste the complete file, not an excerpt. Curl the URL and paste the response body, so you are checking what a fetcher receives rather than what your CMS shows you.

Nothing leaves this tab
Agent readability benchStatic · deterministic · browser-local
01

File contents

Waiting for input

Shortcut: Ctrl or Command + Enter. Maximum input: 400,000 characters.

02

Findings

Not checked

Paste a complete file to see the score, the rules that failed, and the evidence line for each one.

03

Evidence and exports

A score measures whether agents can read this file. It does not predict that an assistant will cite you.

Analysis stays in this browser tabNo URL is ever requestedNo upload and no persistenceCore v0.1.4

THREE MOVES

Check what a fetcher receives, not what your CMS previews.

Those are different files more often than people expect, and the difference is where AI visibility quietly dies.

  1. 01

    Fetch the real file

    Curl your robots.txt, llms.txt, Markdown mirror, or page URL and copy the response body. A preview inside your CMS is rendered by your CMS, not served to a crawler.

  2. 02

    Paste and check locally

    The checker works out which of the four file types you pasted, runs only the rules that apply to it, and prints the line that triggered each finding.

  3. 03

    Fix the criticals first

    Export the JSON or Markdown report and start at the top. Criticals are the findings that remove you from answers outright, and there are rarely more than two.

READ THE EVIDENCE, NOT A MAGIC SCORE

Three results worth understanding

The interesting cases are the files that look careful and are not.

Looks deliberate, blocks everythingUser-agent: GPTBot Disallow: / User-agent: * Disallow: /AR103 critical

Blocking GPTBot is a training opt-out. The wildcard underneath takes every answer-engine fetcher with it, because a crawler with no group of its own inherits the wildcard.

Training blocked on purposeUser-agent: CCBot Disallow: / Sitemap: https://example.com/sitemap.xmlAR104 low, score 98

The same shape without the wildcard. Opting out of training is a licensing decision, so it is reported and it does not sink the grade.

llms.txt with relative links- [Fractional CTO](/services/fractional-cto-austria/): leadershipAR204 high

llms.txt gets fetched and passed around detached from the page it came from, so there is no base URL left to resolve against. Absolute links or nothing.

WHY WE CAN CLAIM THIS

These rules already run against our own site on every build.

The Markdown mirror rules are ported from the verifier that hard-fails this website's production build. We are not describing a best practice we read about somewhere. We are handing you the gate we have to pass ourselves.

Ported, not invented

The mirror rules come from scripts/verify_machine_markdown.mjs in this site's repository. If one of them is wrong, our own deploys break before your audit does.

Retrieval and training are different questions

Blocking GPTBot opts you out of model training. Blocking OAI-SearchBot removes you from answers. Most robots.txt files treat these as one decision, so the checker scores them apart.

Evidence over score

Every finding prints the line that triggered it and the fix. A number you cannot audit is a sales instrument, not a diagnostic.

No fetching, by design

The checker never requests a URL. Your staging hosts and internal paths stay out of everyone's logs, including ours.

HONEST LIMITS

What a static check cannot tell you

  • It reads one pasted file. It does not crawl your site, follow links, or compare pages against each other.
  • A clean result means nothing is blocking an agent from reading this input. It does not predict that any assistant will cite you.
  • robots.txt is a request. Well-behaved fetchers honour it and others ignore it, so a permissive file is not a guarantee either.
  • Findings marked heuristic are inferred from the shape of the file rather than proven. Confirm those by hand.
  • Crawler names change. The agent lists are accurate as of the core version shown and will need updating over time.

Questions about the readability checker

No. An SEO audit asks whether you rank. This asks a narrower and more mechanical question: can an agent fetch this file, parse it, and attribute it to you. Those checks are deterministic, which is why a tool can answer them and why a score you can audit is possible at all.
Because a browser cannot fetch an arbitrary site without a proxy, and running one would mean your URLs, staging hosts, and internal paths pass through our infrastructure. Every tool we publish keeps the input in your tab, so pasting is the honest version of this tool rather than the limited one.
That is a licensing decision, not a visibility one, and the tool treats it that way. Blocking GPTBot or CCBot opts you out of training data. It does not remove you from ChatGPT or Perplexity answers, because those are served by separate retrieval fetchers. Blocking the retrieval fetchers is what removes you from answers.
It is not a standard and no engine is obliged to read it. It is cheap to publish and it gives an agent a clean map instead of your rendered navigation, so we run one. If you publish one, the rules here are worth passing, starting with absolute URLs.
It starts at 100 and deducts per finding, weighted by severity, so one critical cannot be outweighed by a pile of passes. It measures machine legibility of the file you pasted. It is not a prediction, a ranking, or a certification.
Yes, that is the service behind the tool. The checker is deliberately complete on its own, so you can run it, read the evidence, and hand the report to whoever you like, including your current team.

SUPPORT AND SECURITY

Report a wrong rule

A rule that fires on correct output is a bug and we want to hear about it. Open an issue with the input that triggered it. If you find something with security impact, report it privately instead.

FREE · OPEN SOURCE · NOTHING LEAVES YOUR TAB

Run it on your robots.txt first.

That one file decides whether any of the rest matters. If a retrieval fetcher is disallowed there, no amount of structured data will get you cited.