Free tool

See your page as ClaudeBot sees it

ClaudeBot, GPTBot, and PerplexityBot fetch your page as raw HTML and never run JavaScript. This tool does the same and shows you exactly what they read — so you can catch a client-rendered page that looks fine in a browser but is empty to an AI crawler.

Why a browser lies to you

Your browser runs the page's JavaScript, so a single-page app renders fully for you. AI crawlers don't — they read the HTML the server returns and stop there. If your content is injected by JavaScript after load, the crawler sees an empty shell, and AI answer engines have nothing to quote. This tool fetches with a ClaudeBot User-Agent, no JS, and reports the word count, title, H1, and the actual text an AI crawler extracts.

If the word count is low

A near-empty result means the page renders client-side. Fix it by server-rendering (SSR) or static-generating the key content — the H1, the main copy, and your product and pricing facts — so they exist in the raw HTML before any JavaScript runs.

From Anakin.io — the web scraping and web data API for AI agents. Also try the AI robots.txt checker.