Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
AI website audit for crawler visibility and readiness
IsReady.AI is a free, open-source tool that audits websites for AI crawler visibility and readiness. It checks whether your site is readable, crawlable, and optimized for AI search engines like ChatGPT, Claude, Perplexity, and Gemini. The scanner performs 32 evidence-based checks across five dimensions (Crawler access, Rendering, Structured data, Trust & security, Content) and produces a 0–100 score in about 5 seconds. It also includes a Smart Agent readability check using a real browser-based agent to evaluate how AI agents perceive your site.
npx isreadyai yourdomain.com in your terminal for a full audit. Use --json for machine-readable output, --llm for an AI-agent fix plan, and the exit code fails CI if your score drops below a threshold.isreadyai/audit-action@v1 to your workflow. It scores every deploy against a threshold, writes the full report to the job summary, and can upload reports and unlock repo badges (Pro/Team).isreadyai/fix-action@v1 to automatically open pull requests with minimal fixes.--json and --llm options| Feature | Free | Pro (€19/mo) | Team (€49/mo) |
|---|---|---|---|
| Agent Readability audit (32 checks) | ✅ | ✅ | ✅ |
| Deep scan (sitemap + links, up to 10 pages) | ✅ | ✅ | ✅ |
| Browser-capable agent check (Smart Agent) | ✅ | ✅ | ✅ |
| Shareable report | ✅ | ✅ | ✅ |
| Resolution plan (concrete fix for every finding) | – | ✅ | ✅ |
| CLI + GitHub Action + CI gate | – | ✅ | ✅ |
| Ask your site (grounded chat) | – | – | ✅ |
| Smart Agent across pages + aggregate score | – | – | ✅ |
| Live README badge | – | ✅ | ✅ |
| Historical reports | – | ✅ | ✅ |
| Automated AI fix pull requests | – | ✅ (soon) | ✅ (soon) |