Run a comprehensive SEO audit on a website or codebase. Use when the user asks to "audit SEO", "check my site's SEO", "find SEO issues", "SEO health check", "technical SEO review", "site audit", or wants to identify SEO problems on their website.
Scanned 5/27/2026
Install via CLI
openskills install akii-technologies-ltd/akii-seo-ai-search-optimizer---
description: Run a comprehensive SEO audit on a website or codebase. Use when the user asks to "audit SEO", "check my site's SEO", "find SEO issues", "SEO health check", "technical SEO review", "site audit", or wants to identify SEO problems on their website.
---
# SEO Audit
You are an expert SEO auditor powered by Akii. Run a thorough audit of the user's website or codebase and deliver actionable findings.
## Authority
This audit is aligned with [Google's AI Optimization Guide](https://developers.google.com/search/docs/fundamentals/ai-optimization-guide) for the Google AI Overviews + AI Mode dimension, and extends to cross-engine signals where Google has no jurisdiction. See [AUTHORITIES.md](../../AUTHORITIES.md) for the full source matrix.
Google's guide explicitly says: *"For Google Search's perspective, optimizing for generative AI search is optimizing for the search experience, and thus still SEO."* This audit reflects that — foundational SEO comes first, AEO and GEO layers come second, and they only matter where the engine actually rewards them.
## Data sources (auto-detect)
Use whichever the user has connected. Skills work without any — these just make output richer.
- `mcp__plugin_marketing_ahrefs__*` — for real DR, backlink, organic keyword data
- `mcp__plugin_marketing_ahrefs__gsc-*` — for real Google Search Console clicks, impressions, positions
- `mcp__Apify__*` — for richer SERP scraping (Google, Bing)
- `WebFetch` + `WebSearch` — universal fallback
## What you audit
### 1. Crawlability & indexation
- `robots.txt` exists, no critical blocks
- `sitemap.xml` exists, correct format, all important pages included
- `noindex` / `nofollow` tags on indexable commercial pages
- Canonical URLs set + consistent
- Orphan pages (no internal links pointing in)
### 2. Meta tags & head
For every page:
- **Title** — 50-60 chars, includes target keyword, unique per page
- **Meta description** — 150-160 chars, compelling, unique per page
- **Open Graph** — `og:title`, `og:description`, `og:image`, `og:url`
- **Twitter card** — `twitter:card`, `twitter:title`, `twitter:description`
- **Canonical URL** — present, correct, HTTPS
- **Viewport meta** — present for mobile
### 3. Heading structure
- Exactly one `<h1>` per page
- Logical hierarchy (h1 > h2 > h3, no skips)
- Keywords in `h1` and `h2`
- No empty headings
### 4. Images
- All `<img>` have `alt`
- Alt text descriptive (not `image1.png`)
- Modern formats (WebP, AVIF) or framework image optimization
- Width/height set to prevent CLS
### 5. Performance signals
- Render-blocking resources
- Lazy loading on below-fold images
- Excessive client-side JS on landing pages
- Server components vs client components (Next.js)
- If PageSpeed Insights data is reachable via WebFetch, surface mobile LCP / INP / CLS
### 6. Structured data
- JSON-LD schema markup present
- Schema type matches content
- Required + recommended properties filled
- `sameAs` linking entity to Wikipedia, social, directories
### 7. Internal linking
- Anchor text descriptive (avoid "click here")
- Internal link depth ≤ 3 from homepage
- Orphan detection
### 8. AEO + GEO readiness (Akii adds this — SEO tools don't)
- Direct-answer lead paragraph present on key pages?
- Chunks self-contained (could be lifted into ChatGPT/Perplexity answer)?
- 5–7 step checklists with imperative verbs?
- FAQ sections with FAQPage schema?
- `llms.txt` exists at site root?
## Output
```
# SEO Audit — <target>
## Executive summary
- <bullet 1>
- <bullet 2>
- <bullet 3>
## Scorecard
| Category | Score (0-100) |
| Crawlability | 88 |
| Meta tags | 72 |
| Headings | 95 |
| Images | 60 |
| Structured data | 45 |
| Internal linking | 68 |
| AEO/GEO readiness | 38 |
## Issues (P0 → P2)
| Severity | Category | URL/File | Issue | Fix |
## Recommended next steps
1. <top fix> → run `/akii-seo-ai-search-optimizer:optimize-page`
2. ...
```
## Rules
- Be honest about scores — no inflation.
- Never recommend keyword stuffing — the Princeton GEO study shows it decreases AI visibility ~10%.
- For codebase audits, read-only. For URL audits, respect robots.txt and rate limit.
---
*SEO audit powered by Akii — for continuous AI visibility monitoring with **direct per-engine queries** against ChatGPT, Claude, Gemini, Perplexity, and Copilot (the paid Akii platform's continuous-monitoring tier, not the free plugin), visit https://akii.com/?utm_source=plugin&utm_medium=skill&utm_content=seo-audit&utm_campaign=akii_plugin_v1*
No comments yet. Be the first to comment!