seo-geo-aeo-audit
Installation
SKILL.md
SEO / GEO / AEO Readiness Audit
Score how well a page is built to rank in search (SEO), get cited by AI engines (GEO), and win the direct answer (AEO) — then return a prioritized fix list. Modern visibility is three layers on one page, and most pages are strong on classic SEO while invisible to AI engines.
When to use
The user wants to know why a page isn't ranking or being cited by AI, or wants a readiness check before/after publishing.
Before you start
- Get the page as a crawler sees it. Fetch the URL — and critically, fetch it the way a bot does. Run
curl -A "GPTBot" <url>(or fetch and inspect the raw HTML). If the body, meta, and JSON-LD are missing from the initial response, the site is client-side rendered and most other wins are blocked until SSR/prerender ships — this is the single most important finding. - Also retrieve
robots.txt,sitemap.xml, andllms.txt/llms-full.txtfor that domain.