MCP HubMCP Hub
SKILL·AD89BD

seo-aeo-geo

rampstackco
업데이트됨 2 months ago
4 조회
765
108
765
GitHub에서 보기
기타aidesign

정보

이 스킬은 AI 개요 및 LLM 인용과 같은 AI 기반 검색 환경을 위해 콘텐츠와 사이트 구조를 최적화하는 데 도움을 줍니다. llms.txt 구현, AI 추출을 위한 콘텐츠 구조화, 생성형 답변 엔진을 위한 미래 지향적 SEO가 필요할 때 사용하세요. ChatGPT, Perplexity, Claude와 같은 도구의 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
경로: dist/pi/.agents/skills/seo-aeo-geo
0
agent-skillsai-agentsanthropicclaudeclaude-aiclaude-code
FAQ

자주 묻는 질문

seo-aeo-geo Skill이란 무엇인가요?

seo-aeo-geo은(는) rampstackco이(가) 만든 Claude Skill입니다. Skill은 Claude가 필요할 때 불러오는 지침과 리소스를 묶어 추가 프롬프트 없이 seo-aeo-geo 관련 작업을 수행할 수 있게 합니다.

seo-aeo-geo은(는) 어떻게 설치하나요?

이 페이지의 설치 명령을 사용하세요. seo-aeo-geo을(를) Claude Code 플러그인으로 추가하거나 저장소를 skills 디렉터리에 복제한 다음 Claude를 다시 시작해 Skill을 불러옵니다.

seo-aeo-geo은(는) 어떤 카테고리에 속하나요?

seo-aeo-geo은(는) 기타 카테고리에 속합니다.

seo-aeo-geo은(는) 무료로 사용할 수 있나요?

네. seo-aeo-geo은(는) AIMCP에 등록되어 있으며 무료로 설치할 수 있습니다.

연관 스킬

seo-onpage
기타

이 스킬은 개별 웹 페이지에 대한 포괄적인 온페이지 SEO 감사 및 최적화를 수행합니다. 제목 태그, 메타 설명, 헤더, 콘텐츠, 링크, 이미지, URL, 스키마 마크업 등 여덟 가지 핵심 요소를 분석하고 개선합니다. 검색 성능 향상을 위해 단일 페이지의 감사, 최적화 또는 SEO 친화적인 카피 작성이 필요할 때 사용하세요.

스킬 보기
seo-offpage
기타

이 스킬은 개발자가 사이트의 외부 권한을 구축하기 위한 오프페이지 SEO 전략을 계획하고 실행하는 데 도움을 줍니다. 링크 빌딩, 디지털 PR 캠페인, 인용 관리, 백링크 프로필 감사 작업을 지원합니다. 백링크, 게스트 포스트, 또는 손실된 링크 복구를 통해 도메인 권한을 성장시켜야 할 때 사용하세요.

스킬 보기
seo-keyword
기타

이 스킬은 포괄적인 SEO 키워드 연구를 수행하여 검색 의도를 분석하고, 콘텐츠 기획을 위해 키워드를 주제별 그룹으로 클러스터링합니다. 난이도와 검색량 같은 지표를 바탕으로 순위 향상 기회를 파악하고 키워드 우선순위를 정하는 데 도움을 줍니다. 개발자는 이를 활용해 신규 또는 기존 사이트의 콘텐츠 전략을 수립하고, 주제를 매핑하며, 콘텐츠 공백을 채울 수 있습니다.

스킬 보기
seo-competitor
기타

이 스킬은 사용자의 사이트와 지정된 경쟁사를 SERP 중복도, 콘텐츠 깊이, 백링크 프로필, 기술적 요소를 종합적으로 비교하여 경쟁사 SEO 분석을 수행합니다. 콘텐츠 격차 찾기, 백링크 기회 식별, 순위 차이 이해와 같은 작업에 트리거됩니다. 개발자는 이를 통해 사이트의 벤치마크를 측정하고 실행 가능한 인사이트를 발견하여 경쟁사를 앞서나가도록 활용해야 합니다.

스킬 보기