AI Ready Audit SEO GEO AEO Skill For Claude
Description
A Claude Skill that audits any website for SEO, GEO (Generative Engine Optimization), and AEO (Answer Engine Optimization) — plus a fourth score most audits skip: Future-Readiness, whether the site is built for where AI crawling is headed, not just where it is today.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
AI-Ready Audit — SEO, GEO & AEO Skill for Claude
**A Claude Skill that audits any website for SEO, GEO (Generative Engine Optimization), and AEO (Answer Engine Optimization) — plus a fourth score most audits skip: Future-Readiness, whether the site is built for where AI crawling is headed, not just where it is today.**
No API key. No DataForSEO, Ahrefs, or SE Ranking subscription. No `xseek`/paid CLI. It runs on Claude's own web search and fetch tools plus one dependency-free Python script — install it and it works.
[](./LICENSE)  
Why this exists
Open almost any SEO/GEO/AEO skill on GitHub right now and one of two things is true: it needs a paid API key before it'll run an audit, or it's grading your site against a checklist that was accurate the day it was written and is already a step behind. AI crawling didn't sit still this year — OpenAI, Anthropic, and Perplexity all split their crawlers into training / search-index / user-fetch categories, coding agents started reading `llms.txt` directly, and most audit tools haven't caught up to any of that.
**AI-Ready Audit** is built by a working SEO/AEO/GEO practitioner, not a tool vendor, on one rule: everything it checks has to be either a verifiable technical fact or clearly labeled as an emerging pattern — never blurred together to sound more urgent than it is.
What it checks
| Score | What it measures |
|---|---|
| SEO | Crawlability, rendering risk (is your content actually in the HTML a bot sees, or only after JavaScript runs?), sitemap, heading structure, meta tags |
| GEO | Whether AI search/citation crawlers can actually reach you, llms.txt, structured data, and your third-party citation footprint |
| AEO | Whether your content leads with real answers, has E- |
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,