AI Crawlability Lens
Chrome extension

Googlebot renders your JavaScript. GPTBot, PerplexityBot and ClaudeBot don’t.

Your page can rank in Google, pass every SEO audit, and still be invisible to ChatGPT, Perplexity and Claude — because those crawlers only read raw HTML. This fetches your page as each one and shows you exactly what never reaches them.

Get it on GitHub

Invisible blocks highlighted on the page
Red is missing from the raw HTML. Drawn over the page, never modifying it.

What it checks

Why it isn’t another CSR/SSR detector

“Is this server-rendered?” is a crowded question with a dozen answers. “Can GPTBot read this specific page, is it blocked in robots.txt, and does my CDN serve it something different?” is a different question, and it is the one that decides whether an AI answer engine can cite you.

There are no performance metrics here on purpose — no TTFB, no LCP. Every other tool already does that.

Install

No build step and no dependencies. Clone it and load it unpacked:

git clone https://github.com/bobadesiddesh1-cmyk/ai-crawlability-checker.git
# chrome://extensions → Developer mode → Load unpacked
# → select the ai-crawlability-lens/ folder

Walk through the interface without installing anything.

Privacy

Nothing is collected, nothing is transmitted, and there is no server. The only requests made are to the page you are on and its robots.txt, and only when you click Check. Site access is requested per-site at the moment you click — never for all sites at install. Full policy.

Manifest V3 No build step No telemetry MIT

100% local — no account, no server, no telemetry.  ·  Home  ·  Privacy  ·  Source