From fuse-seo
Use when optimizing for AI search engines (Generative Engine Optimization 2026). Covers Google AI Overviews, ChatGPT, Perplexity, Claude, Gemini, Copilot, LLM-readiness scoring 0-100, llms.txt.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-seo:seo-geoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Google AI Overviews** (formerly SGE)
scripts/geo-score.ts checks:
| Signal | Points |
|---|---|
| Quick answer in first 100 words | 15 |
| Direct H2 questions ("What is X?") | 10 |
| Tables/lists for comparable data | 10 |
| Citations with dates + sources | 15 |
| Statistics with attribution | 10 |
| Author bio with credentials | 10 |
| Schema.org markup | 10 |
| Updated date < 12 months | 10 |
| llms.txt present | 5 |
| No JS-only content (SSR) | 5 |
GEO techniques boost AI visibility by up to +40%. Ranked by impact:
| Technique | Visibility |
|---|---|
| Adding statistics | +40% |
| Citing authoritative sources | +40% |
| Quoting experts | +28% |
| Improving text fluency | +15–30% |
| Keyword stuffing | -10% (worse than baseline) |
AI Overviews cite ~13 sources on average per answer (2026); 59.6% of citations come from URLs outside the top-20 organic results.
# <Topic>
**Quick answer** (40-60 words, factual, no fluff)
## What is <topic>?
Definition paragraph...
## Why does it matter?
Stats with sources...
## How to <task>?
Numbered steps...
## Comparison
| X | Y |
|---|---|
## FAQ
- Q: ...
- A: ...
Not required by Google (its crawlers ignore it) — useful for other LLMs, where early adopters report improved citation accuracy. Place at site root: https://example.com/llms.txt
# Site Name
> One-line description
## Pages
- [Homepage](https://example.com/): description
- [Docs](https://example.com/docs/): description
seo-entity — entity signals + schema that drive AI citationsskills/seo/04-geo-2026/ (ai-platforms, citation-strategies, content-structure, llm-crawlability, zero-click-optimization)skills/seo/08-measurement/share-of-model.mdnpx claudepluginhub fusengine/agents --plugin fuse-seoGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.