Agent Readability Scanner
Score whether an AI agent can understand a page WITHOUT executing JavaScript. Fetches the URL once, parses the SSR HTML, and grades seven axes deterministically: text content, heading structure, metadata quality, internal links, schema presence, and a heuristic JS-dependency estimate. Returns an agent-perspective summary of what a bot reading raw HTML would actually understand.
An AI agent reading this page would identify it as "GitHub · Change is constant. GitHub keeps you ahead. · GitHub". Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity. It can ground answers in approximately 8,186 characters of body text. First 240 chars: "GitHub · Change is constant. GitHub keeps you ahead. · GitHub Skip to content Navigation Menu Toggle navigation Sign in Platform AI CODE CREATION GitHub Copilot Write better code with AI GitHub Copilot app Direct agents from issue to merge…".
Detected signals
Findings
1% of the page is readable text (ratio 0.01); the rest is markup and scripts.
fix Server-render the primary copy so readable text outweighs markup.
Heuristic dependency score 0.40/1.00 from SSR text volume, text/script ratio, and JS-required placeholders.
fix Server-render primary content; treat JavaScript as enhancement, not a requirement.
4 H1 · 10 H2 · 16 H3.
fix Use exactly one <h1> and section the page with <h2>s.
61 characters: "GitHub · Change is constant. GitHub keeps you ahead. · GitHub".
fix Set a unique 30–60 char <title>: "Page topic, Brand".
190 characters.
fix Add <meta name="description"> with a 120–160 char summary.
https://github.com
Of 144 total links. Agents follow internal links to ground answers.
No structured data; agents infer publisher, type, and authorship from prose.
Copyable plain-text summary for sharing with engineers / SEO leads.
AgentSpeed Agent Readability Scanner Target: https://github.com HTTP: 200 Score: 81/100 Text chars: 8186 | text/html ratio: 0.01 | JS dep: 0.40 Findings: [PASS] 8,186 chars of server-rendered text (content.text_amount) [PASS] Title present (metadata.title) [PASS] Meta description present (metadata.description) [PASS] Canonical declared (metadata.canonical) [WARN] 4 <h1> tags (headings.h1) [PASS] 10 H2 / 16 H3 (headings.h2) [PASS] 103 internal links (links.internal) [FAIL] No JSON-LD (schema.present) [WARN] Moderate JS dependency (js.dependency) Run again at: https://agentspeed.com/tools/agent-readability-scanner
Watch this URL — get alerted when this changes
Turn this one-off check into a scheduled watch. We re-run it, diff the result, and alert you on a regression through the same channels as your agent alerts. Watches are a paid feature.
Manage watches at /watches. You’ll be asked to sign in if you haven’t already.
Click an example to run the tool with pre-filled inputs.
Most agent-visibility problems are SSR problems. A site that hydrates everything client-side ships an empty shell to GPTBot and ChatGPT-User; a site that puts the value prop, pricing, and CTAs in the initial HTML response ships a real page. The difference shows up in citation rate.
This tool runs in your browser’s tab and reports what the bot actually receives. No headless browser involved. The JS- dependency score is a heuristic from the SSR HTML, not a real render comparison. Flagged in the result.
Why no headless browser?
How is JS dependency calculated?
What does "agent perspective summary" mean?
Is this the same as the structured-data validator?
Score the entire site against 30 agent-readiness checks across discoverability, readability, structured data, actionability, and performance.
Get the full report for github.com →