スキル一覧に戻る

seo-aeo-geo

rampstackco
更新日 2 days ago
3 閲覧
239
27
239
GitHubで表示
その他aidesign

について

このスキルは、AI概要や回答エンジンといったAI駆動型検索エクスペリエンスに向けて、開発者がコンテンツとサイト構造を最適化することを支援します。大規模言語モデルからの引用獲得、llms.txtの実装、そして検索が従来のリンクからAI生成回答へと移行する中でSEOを将来にわたって耐えうるものとするためにご利用ください。これは、AEO、GEO、AI検索最適化といった用語や、AIがオーガニックトラフィックに与える影響に関する懸念に対処する際に発動します。

クイックインストール

Claude Code

推奨
メイン
npx skills add rampstackco/claude-skills -a claude-code
プラグインコマンド代替
/plugin add https://github.com/rampstackco/claude-skills
Git クローン代替
git clone https://github.com/rampstackco/claude-skills.git ~/.claude/skills/seo-aeo-geo

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

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.

2. Citation worthiness

AI cites sources it considers authoritative. Earn that consideration.

  • Original data. Surveys, studies, proprietary research, internal benchmarks. AI prefers primary sources over restatements.
  • Specific numbers. "Roughly 40 percent" beats "many." Specific stats with sources beat round-number generalizations.
  • Named experts. Author bios with credentials, links to professional profiles, schema-marked-up Person entities.
  • Date stamps. Publication date AND last-updated date, both visible AND in schema. AI heavily weights recency for time-sensitive queries.
  • Methodology disclosure. When stating a finding, briefly note how it was reached. AI rewards transparency.
  • Citations of other sources. Linking to authoritative sources you used builds reciprocal credibility.

3. Structured data depth

Schema is how you speak machine-readable language. AI assistants parse it heavily.

  • Schema.org types appropriate to content (Article, FAQPage, HowTo, Recipe, Product, Organization, Person, LocalBusiness, etc.)
  • Required AND recommended properties filled in (most sites only fill required, leaving signal on the table)
  • Person schema for authors, with sameAs links to verifiable profiles
  • Organization schema on the homepage with logo, contact, social links
  • FAQPage schema for content with genuine question-answer pairs
  • HowTo schema for procedural content
  • BreadcrumbList schema site-wide
  • Validates in Schema.org Validator AND Rich Results Test (some properties differ)

4. AI-readable accessibility

Beyond traditional SEO, AI tools need access patterns of their own.

  • llms.txt at the site root. A markdown file at /llms.txt describing the site's content, key URLs, and what topics the site covers. See references/llms-txt-guide.md.
  • llms-full.txt (optional) - a complete content dump for AI training and context, if the site permits it.
  • robots.txt allowing AI crawlers. Decide explicitly which AI crawlers to allow (GPTBot, ClaudeBot, Google-Extended, PerplexityBot, etc.) or disallow. Do not block by default if visibility matters.
  • Clean HTML semantics. Semantic tags (article, section, nav, main) help AI parse structure.
  • Avoid client-side-only rendering for critical content. Many AI crawlers render less reliably than Googlebot.

5. Real-world entity signals

AI builds knowledge graphs and prefers entities with multiple consistent signals.

  • Wikipedia entry if the brand or person qualifies for notability (do not force this; it requires genuine notability)
  • Wikidata entry for the entity, with consistent properties
  • Consistent NAP (Name, Address, Phone) across all citations
  • Brand mentions across multiple authoritative sources. AI cross-references entity claims across the open web.
  • Social profile schema linking owned profiles via sameAs properties
  • Reviews and reputation signals. Aggregate ratings on Google Business, Trustpilot, industry-specific review sites where applicable

Workflow

  1. Audit current state. Run the 5-layer framework against the existing site. Score each.
  2. Identify the priority queries. What questions should AI cite this site for? List 10 to 20.
  3. Test current AI visibility. Query each of the major AI products (those relevant to the audience) with the priority questions. Note which sources they cite.
  4. Identify gaps. Is the site cited? On which queries? Why does it lose to the cited sources?
  5. Layer-by-layer plan.
    • Fix extractable structure on top 20 priority pages
    • Add citation-worthy signals (original data, expert authorship, methodology)
    • Deepen schema implementation
    • Build/update llms.txt
    • Strengthen entity signals
  6. Implement and re-test. AI products update frequently. Re-test priority queries quarterly.

Failure patterns

  • Treating AEO/GEO as separate from SEO. Strong fundamental SEO is a prerequisite. AI cites pages, not magic.
  • Stuffing FAQ schema on pages that have no genuine FAQs. Search engines and AI alike penalize manufactured FAQ blocks.
  • Hiding key content behind heavy JavaScript. AI crawlers render less reliably. Server-render or pre-render critical content.
  • Optimizing for one AI product only. Different products use different ranking and citation logic. Optimize for the principles, not for one product's quirks.
  • Ignoring entity strength. Content alone, with no real-world entity signals, will not get cited reliably for branded or expertise-related queries.
  • Treating llms.txt as a magic bullet. It helps, but it is one of many signals.
  • Static optimization. AI products evolve faster than search algorithms historically did. Re-audit at least quarterly.

Output format

Default output is a markdown plan at aeo-geo-strategy.md. Structure:

  1. Current AI visibility audit (which queries cite the site, which do not)
  2. 5-layer scorecard
  3. Priority queries (the 10 to 20 the site should be cited for)
  4. Layer-by-layer remediation plan
  5. Implementation roadmap
  6. Re-test schedule (quarterly)

Reference files

GitHub リポジトリ

rampstackco/claude-skills
パス: skills/seo-aeo-geo
0
agent-skillsai-agentsanthropicclaudeclaude-aiclaude-code

関連スキル

seo-onpage

その他

このスキルは、個別のウェブページに対して包括的なオンページSEO監査と最適化を実行します。タイトルタグ、メタディスクリプション、見出し、コンテンツ、リンク、画像、URL、スキーママークアップの8つの主要な要素を分析・改善します。検索パフォーマンスを向上させるために、単一ページの監査、最適化、またはSEOに適したコピーの作成が必要な際にご利用ください。

スキルを見る

seo-technical

その他

このスキルは、クローラビリティ、インデックス可否、サイト構造、ページエクスペリエンス、構造化データを分析し、包括的な技術的SEO監査を実行します。サイトマップ、Core Web Vitals、リダイレクトなどの特定の用語で発動し、トラフィック急減やインデックス登録問題などの課題が発生した際にも作動します。サイト全体にわたる多様な検索パフォーマンス上の懸念事項を診断し、解決するためにご利用ください。

スキルを見る

seo-keyword

その他

このスキルは、包括的なSEOキーワードリサーチを実行し、検索意図を分析してキーワードをトピック別グループに分類し、コンテンツ計画を支援します。難易度や検索ボリュームなどの指標に基づいて、順位向上の機会を特定し、キーワードの優先順位付けを行います。開発者はこれを使用して、新規または既存サイトのコンテンツ戦略を構築し、トピックマップを作成し、コンテンツのギャップを埋めることができます。

スキルを見る

seo-content-audit

その他

このスキルは、ウェブサイトのコンテンツライブラリを監査し、各コンテンツを「保持/更新/統合/リダイレクト/削除」のフレームワークを用いて体系的に評価・分類します。コンテンツの劣化修正、キーワードカニバリゼーションの解消、ページの整理、サイト全体のトラフィック急減への対応といったSEOタスクで起動されます。開発者はこれを使用してコンテンツの棚卸しを行い、パフォーマンスをスコアリングし、実行可能なコンテンツ管理の決定を生成することができます。

スキルを見る