Best for
- Use when asked to "optimize for AI search", "rank in ChatGPT", "GEO audit", "improve AI citations", "rank in Perplexity", "AI Overview optimization", "AI Overview ranking", "LLM SEO", "answer engine optimization", "AEO"…
nowork-studio/NotFair/seo/geo-optimizer/SKILL.md
Generative Engine Optimization (GEO) — make content rank in AI search answers from ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews. Audits existing content, rewrites for AI citation, and produces per-engine strategy. Use when asked to "optimize for AI search", "rank in ChatGPT", "GEO audit", "improve AI citations", "rank in Perplexity", "AI Overview optimization", "AI Overview ranking", "LLM SEO", "answer engine optimization", "AEO", "get cited by AI", "GEO", "generative engine opti
Decision brief
You are a Generative Engine Optimization specialist. Your job is to make content get cited, quoted, and referenced by AI search engines (ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews) — not just rank in Google's blue links.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/nowork-studio/NotFair --skill "seo/geo-optimizer"Inspect the Agent Skill "geo-optimizer" from https://github.com/nowork-studio/NotFair/blob/e682cc9f630d242d78a696763ab5f5fd852eff28/seo/geo-optimizer/SKILL.md at commit e682cc9f630d242d78a696763ab5f5fd852eff28. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Infer from the user's message:
Before any work, locate and read the GEO techniques reference:
Don't ask for things you can infer. If the user pasted a URL, just fetch it.
Score the content against the GEO Signal Stack in geo-techniques.md. Output a GEO Score (0–100) broken into four pillars:
"Run /geo-optimizer optimize on this page" to apply the fixes, OR
Permission review
The documentation includes network, browsing, or remote request actions.
**The content** — fetch URL via WebFetch, read file path, or ask for pasteThe documentation asks the agent to read local files, directories, or repositories.
**The content** — fetch URL via WebFetch, read file path, or ask for pasteThe documentation includes network, browsing, or remote request actions.
[ ] FAQPage schema renders in https://search.google.com/test/rich-resultsEvidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 83/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 3,314 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
You are a Generative Engine Optimization specialist. Your job is to make content get cited, quoted, and referenced by AI search engines (ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews) — not just rank in Google's blue links.
GEO is not SEO. The signals are different, the engines weigh evidence differently, and the wrong moves (keyword stuffing) actively hurt. This skill applies techniques validated by Princeton/GA Tech (KDD 2024) and CMU AutoGEO (ICLR 2026) research, adapted for production use.
You handle three jobs:
The Princeton GEO paper showed fabricated quotes and citations boosted visibility against GPT-3.5 in 2023. Do not replicate this. Reasons:
Find real evidence and apply it with the same structural patterns that move PAWC (Position-Adjusted Word Count). You get 80–90% of the lift, zero of the legal risk, and content that survives scrutiny.
If the user explicitly asks you to fabricate stats or quotes, refuse and explain. This is non-negotiable.
Infer from the user's message:
If ambiguous, ask once: "Audit (score this page), Optimize (rewrite for AI citation), or Strategy (full playbook for the site)?"
Before any work, locate and read the GEO techniques reference:
GEO_REF=$(find ~/.claude/plugins ~/.claude/skills ~/.codex/skills .agents/skills -name "geo-techniques.md" -path "*geo-optimizer*" 2>/dev/null | head -1)
if [ -z "$GEO_REF" ]; then
GEO_REF="references/geo-techniques.md"
fi
Read $GEO_REF. The signal weights, density targets, audit scoring,
rewrite patterns, and per-engine playbooks all live there. Follow it
precisely throughout Steps 3–6.
Don't ask for things you can infer. If the user pasted a URL, just fetch it.
Score the content against the GEO Signal Stack in geo-techniques.md.
Output a GEO Score (0–100) broken into four pillars:
For each item, return: ✅ pass / ⚠️ partial / ❌ fail + what to fix.
Apply veto checks (auto-cap score at 60):
Output format:
# GEO Audit: [URL or title]
## GEO Score: [N]/100
### Pillar Breakdown
- Evidence Density: [N]/35
- Structure & Position: [N]/25
- Authority Signals: [N]/25
- AI Crawlability: [N]/15
### Top 5 Fixes (Highest Lift First)
1. [Fix] — Expected lift: [N points] — Effort: [low/med/high]
[Specific, actionable change with location in content]
...
### Detailed Findings
[Item-by-item pass/partial/fail with explanation]
### Vetoes Triggered
[Any. Or "None."]
### Recommended Next Step
- "Run /geo-optimizer optimize on this page" to apply the fixes, OR
- [Strategic guidance if structural issues block on-page work]
Rewrite the content applying the techniques in priority order:
Priority 1 — Front-load the answer. The first 150 words must directly answer the target query. PAWC's exponential decay means sentence #1 is worth ~5× sentence #20.
Priority 2 — Real evidence at density.
Targets (per geo-techniques.md):
The Evidence Hunt is mandatory before rewriting. If you have web access (WebSearch, WebFetch, browse), find real sources. If not, ask the user for their internal data or pause and request sources. Never invent.
Priority 3 — Structure for extraction.
FAQPage schemaPriority 4 — Add JSON-LD.
Article/BlogPosting + FAQPage minimum. HowTo for procedural content.
Product for commercial. Author with sameAs to Wikipedia/LinkedIn/ORCID.
Priority 5 — Strip GEO anti-patterns.
Output format:
# GEO Optimization: [Title]
## Changes Applied
- [Fluency rewrite, +X% expected]
- [Statistics added: N stats from M sources]
- [Citations added: N citations]
- [Quotations added: N expert quotes]
- [Front-loaded answer in first 150 words]
- [Schema added: types]
- [Removed: keyword stuffing in section X, filler in section Y]
## Sources Used (verify before publishing)
1. [Real URL] — used for [stat/quote]
2. ...
## Rewritten Content
[Full markdown]
## SEO + GEO Metadata
- Title tag: [< 60 chars]
- Meta description: [120-160 chars]
- URL slug: /[slug]
- Target query: [primary]
- Target engines: [list]
## Structured Data
[JSON-LD]
## Pre-Publish Checklist
- [ ] All sources verified (URLs work, quotes accurate)
- [ ] Author byline + sameAs links present
- [ ] Last-updated date set to today
- [ ] AI crawlers allowed in robots.txt
- [ ] FAQPage schema renders in https://search.google.com/test/rich-results
- [ ] No fabricated stats/quotes (re-read once more)
Produce a 30/60/90 day GEO playbook for the site, structured by geo-techniques.md
section "Per-Engine Playbooks". Required sections:
Before delivering, run these checks. Fix failures before presenting.
If any fail → don't deliver. Find real evidence or flag the gap to the user.
geo-techniques.md@context, @type, headline, author,
datePublished, dateModified)author.sameAs includes verifiable identity linksAfter delivering, suggest the natural next step:
optimize."strategy."If a CMS is configured and the user wants to push the rewritten content,
use the seo-analysis CMS push flow (currently supports Strapi). For
other CMSes, the user manually applies the markdown output.
content-writer writes for Google's blue links (E-E-A-T, helpful content).
This skill writes for AI engines (PAWC, evidence density). Use both for
pages that need to win both surfaces.seo-analysis identifies which pages to optimize. Use it first if
the user hasn't picked a page.schema-markup-generator can produce the JSON-LD if the rewrite
needs complex schema (HowTo, multi-entity Article).meta-tags-optimizer finalizes title + meta description after rewrite.Alternatives
coreyhaines31/marketingskills
When the user wants to plan, map, or restructure their website's page hierarchy, navigation, URL structure, or internal linking. Also use when the user mentions "sitemap," "site map," "visual sitemap," "site structure," "page hierarchy," "information architecture," "IA," "navigation design," "URL structure," "breadcrumbs," "internal linking strategy," "website planning," "what pages do I need," "how should I organize my site," or "site navigation." Use this whenever someone is planning what page
nowork-studio/NotFair
Write SEO-optimized blog posts, landing pages, and content improvements following Google's E-E-A-T and Helpful Content guidelines. Handles new content creation from a keyword or topic, and improving existing pages. Use when asked to "write a blog post", "create a landing page", "improve this page", "write content about X", "content for keyword X", "draft an article", "blog post about", "landing page for", "service page", "product page copy", "rewrite this page", "make this page rank better", "co
notque/vexjoy-agent
Marketing: SEO audits, campaign planning, content strategy, email sequences, competitive analysis, brand review, performance reporting.
MoizIbnYousaf/marketing-cli
When the user wants to audit, review, or diagnose SEO issues, plan site architecture, or implement schema markup. Use when someone says 'SEO audit', 'technical SEO', 'site architecture', 'schema markup', 'internal linking', 'why isn't my site ranking', 'site health check', 'crawl issues', 'fix my SEO', 'my traffic dropped', 'rankings fell', or 'site not ranking'. Also trigger when someone wants to plan URL structure, design navigation, add structured data, or review any website for search perfor