seo-aeo-geo

seo-aeo-geo is a skill for Claude Code from rampstackco/claude-skills-seo. It costs 163 tokens per session (1,876 once invoked), scanned A, a copy of seo-aeo-geo, MIT.

A guide for making websites easier for AI search tools and assistants to find, understand, quote, and identify as trustworthy. AEO and GEO refer to optimizing for answer engines and generative search systems.

In plain words
What is it for?
Improving pages and site structure for AI overviews, answer engines, language-model citations, AI assistants, and files such as llms.txt.
Why use it?
Traditional search results are increasingly supplemented by AI-generated answers, which require content that can be extracted and cited accurately.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the rampstack-seo plugin — 12 skills shipped together

Good fit Improving pages and site structure for AI overviews, answer engines, language-model citations, AI assistants, and files such as llms.txt.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rampstackco/claude-skills-seo/seo-aeo-geo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rampstackco/claude-skills-seo --skill seo-aeo-geo
Clone the repo
git clone --depth 1 https://github.com/rampstackco/claude-skills-seo

Made for: Claude Code.

Or install rampstack-seo, the plugin that ships this one along with the rest of its 12 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-aeo-geo

README.md
[![agentmods](https://agentmods.dev/badge/skills/rampstackco/claude-skills-seo/seo-aeo-geo/github.svg)](https://agentmods.dev/skills/rampstackco/claude-skills-seo/seo-aeo-geo)
Your own site
<a href="https://agentmods.dev/skills/rampstackco/claude-skills-seo/seo-aeo-geo"><img src="https://agentmods.dev/badge/skills/rampstackco/claude-skills-seo/seo-aeo-geo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seo-aeo-geo

Your own site · 80×15
<a href="https://agentmods.dev/skills/rampstackco/claude-skills-seo/seo-aeo-geo"><img src="https://agentmods.dev/badge/skills/rampstackco/claude-skills-seo/seo-aeo-geo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 163 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,876 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00163 $0.01876
Opus 5 $0.00081 $0.00938
Sonnet 5 $0.00033 $0.00375
Haiku 4.5 $0.00016 $0.00188

Measured 12d ago against content hash 573caeaa6d9e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

seo-aeo-geo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

88% identical to seo-aeo-geo — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/seo-aeo-geo/SKILL.md · 151 lines

How it starts

The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AEO and GEO

Answer Engine Optimization (AEO) and Generative Engine Optimization (GEO). Make content discoverable, extractable, and citable by AI search experiences.

This skill encodes principles. AI search products evolve fast. The principles age slower than the products.


When to use

  • Optimizing content for AI overviews and generative answer engines
  • Building or updating llms.txt
  • Structuring content so AI assistants can extract and cite it correctly
  • Future-proofing a site as search shifts from blue links to AI answers
  • Auditing whether existing content is AI-friendly
  • Adding signals that help AI assistants identify the site as a trustworthy source

When NOT to use

  • Traditional on-page or technical SEO (use seo-onpage or seo-technical)
  • Keyword research (use seo-keyword)
  • Off-page authority and link building (use seo-offpage)

This skill stacks on top of those. Strong AEO/GEO requires strong fundamental SEO underneath.


Required inputs

  • The site or page to optimize
  • The topic area or query types AI should cite the site for
  • Access to inspect rendered HTML and structured data

The framework: 5 layers

AI search visibility comes from five stacked layers. Each layer compounds.

1. Extractable content structure

AI systems extract facts and pull citations from content. Make extraction easy.

  • Direct answers. Open major sections with a definitive 1 to 3 sentence answer to the question that section addresses. AI extracts the first answer it sees.
  • Question-headers. Use H2s and H3s phrased as questions when natural. Mirrors how people prompt AI.
  • Atomic facts. When stating a fact, state it once, clearly, with the supporting context next to it. AI struggles when claims are spread across paragraphs.
  • Tables and lists. AI parses these reliably. Use them for comparisons, specs, steps, and data.
  • Definitions early. When introducing a concept, define it inline. Do not assume the reader (or AI) saw a definition three pages ago.
  • Numbered steps. For procedural content, number every step. Avoid prose disguised as instructions.

Read the full file on GitHub · 151 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 151 lines · 163 tokens per session scan A 573caeaa6d9e

Subscribe to this mod's changes

seo-aeo-geo is a skill published in the GitHub repository rampstackco/claude-skills-seo (5 stars, last pushed 1mo ago), licensed MIT. It adds 163 tokens to every session and 1,876 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to seo-aeo-geo, differing in 8 lines, and is treated as a copy.

Related

Other skills, from other repositories

seo-content-audit

Audit existing content across a site to decide what to keep, update, merge, redirect, or delete. Use this skill whenever the user wants to audit existing content, fix content decay, resolve keyword cannibalization, prune underperforming pages, prioritize content updates, or apply a keep/update/merge/redirect/delete…

rampstackco/claude-skills · 149 tokens

seo-aeo-geo

Optimize content and site structure for AI-driven search experiences including AI overviews, large language model citations, generative answer engines, and AI assistants. Use this skill whenever the user wants to optimize for AI search, get cited by language models, appear in AI overviews, build llms.txt, structure…

rampstackco/claude-skills · 163 tokens

seo-competitor

Run a competitive SEO analysis comparing the user's site to chosen competitors across SERP overlap, content depth, backlink profiles, technical posture, and brand presence. Use this skill whenever the user wants to analyze competitors, find content gaps, identify backlink opportunities, understand why competitors…

rampstackco/claude-skills · 129 tokens

seo-keyword

Run keyword research, classify by search intent, cluster into topical groups, and prioritize for content production. Use this skill whenever the user asks to do keyword research, find target keywords, identify ranking opportunities, classify search intent, build a topical map, or plan a content strategy around what…

rampstackco/claude-skills · 127 tokens

seo-offpage

Plan and execute off-page SEO including link building, digital PR, brand mentions, citation building, and external authority signals. Use this skill whenever the user wants to build backlinks, plan a digital PR campaign, list local citations, run guest post outreach, develop linkable assets, recover lost links, or…

rampstackco/claude-skills · 139 tokens

seo-technical

Run a comprehensive technical SEO audit covering crawlability, indexability, rendering, site architecture, structured data, page experience, security, and internationalization. Use this skill whenever the user asks about technical SEO, crawl issues, indexing problems, sitemaps, robots.txt, canonical tags, schema…

rampstackco/claude-skills · 170 tokens