What it does#
AEO Checker is a Chrome extension that audits the page you're currently on for AI-readiness — the qualities that decide whether ChatGPT, Perplexity, Google AI Overviews, and Claude will cite your page when answering user questions.
It checks the things that matter for AI citation, not just classic SEO:
- Description length (≤ 160 chars) and title length (≤ 80 chars)
- Robots meta — no accidental
noindexon content pages - JSON-LD presence and shape (
Person,Article,SoftwareApplication,FAQPage) llms.txtdiscoverability and correcttext/plainMIME type- AI bot allow-list in
robots.txt(GPTBot, ClaudeBot, PerplexityBot, Google-Extended) - Heading hierarchy, canonical URL, OpenGraph image
You get a single 0–100 AEO Score and a per-check list of passes, warnings, and fails — with concrete fix instructions next to each warning.
How to use#
- Install from the Chrome Web Store (button below).
- Navigate to any page you want to audit.
- Click the AEO Checker icon in the extension toolbar.
- The popup shows your AEO Score and the per-check breakdown — fix the warnings, refresh, re-audit.