Seo Aeo Audit
Description
Framework-agnostic SEO + AEO audit skill for Claude Code. Template-samples any site and produces technical + layman reports (.md + .docx) with stack-specific fixes. Built by flyweel
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
seo-aeo-audit /SKILL by https://flyweel.co
A framework-agnostic SEO + AEO (Answer-Engine Optimization) audit skill for Claude Code. Point it at any live website on any framework and it produces a prioritized improvement report with stack-specific code fixes — plus a plain-English summary for non-technical stakeholders.
Works as a Claude Code skill (install once, invoke from any repo) or as a standalone CLI tool.
What it does
Given a URL, the tool:
- Discovers your site structure via sitemap + homepage crawl
- Classifies pages into templates (home, product, pricing, blog, docs, etc.) and samples one representative per template (~10-15 pages)
- Fetches each page — httpx for static HTML, Playwright fallback for SPAs
- Parses meta tags, OG/Twitter, canonical, hreflang, robots, headings, word count, image alt coverage, internal link graph, and every JSON-LD block
- Detects the framework (Next.js, Astro, Nuxt, SvelteKit, Gatsby, Remix, WordPress, Shopify, etc.)
- Scores SEO and AEO on a 0-100 scale
- Synthesizes two reports:
- Technical report (
report.md+report.docx) — for the web/content team. Full finding list with framework-specific code fixes. - Layman summary (
summary.md+summary.docx) — for stakeholders. Plain-English traffic-light health check, top 5 priorities with effort estimates, and a strategic ideas & guidance section.
- Technical report (
**80% of the report is technical checks the Python analyzer runs deterministically.** The other 20% is strategic/design reasoning Claude does by looking at the captured screenshots — above-the-fold clarity, positioning, information architecture, visual hierarchy, brand voice distinctiveness, topical authority gaps.
Why AEO matters
Most audits cover SEO. This one equally weights AEO — Answer-Engine Optimization — the signals that
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,