Is Your Website Agentic AI Ready?

This tool audits any public URL for Agentic Engine Optimisation (AEO) — 7 of the 10 signals AI coding agents (Claude Code, Cursor, Copilot, Perplexity) use when navigating and consuming your content. Enter your site and get a score with actionable fixes. Based on the agentic-seo project by Addy Osmani.

What is AEO?

Agentic Engine Optimisation (AEO) is the practice of making your documentation and website readable by AI coding agents, not just search engines and humans. AI agents make single HTTP requests, strip HTML, count tokens, and decide in milliseconds whether your content is usable. These seven checks cover the most impactful signals.

  • llms.txt — a structured navigation index for AI agents (like sitemap.xml but for LLMs)
  • AGENTS.md — project context file with architecture, conventions, and dev commands
  • robots.txt AI rules — explicit crawler rules signal intent to AI systems
  • skill.md — capability description file: what your API/service can do, required inputs, and constraints
  • AI meta tagsai:token-count and ai:page-type let agents estimate context cost and categorise pages before fetching
  • agent-permissions.json — defines what automated clients are allowed to do and at what rate
  • Copy for AI UX — "Copy for AI" buttons, copy-to-clipboard on code blocks, and raw/Markdown view links

For the full 10-check CLI audit including token budget analysis and content structure across all pages, run npx agentic-seo from your project directory. See the guide or the agentic-seo GitHub repo by Addy Osmani.