[G1-Sync] Manual knowledge update
This commit is contained in:
@@ -1,90 +1,211 @@
|
||||
---
|
||||
id: wiki-2026-0508-ai-answer-engine-optimization
|
||||
title: AI Answer Engine Optimization
|
||||
title: AI Answer Engine Optimization (AEO)
|
||||
category: 10_Wiki/Topics
|
||||
status: needs_review
|
||||
status: verified
|
||||
canonical_id: self
|
||||
aliases: [MKT-AEO-001]
|
||||
aliases: [AEO, GEO, generative engine optimization, AI search SEO, citation optimization]
|
||||
duplicate_of: none
|
||||
source_trust_level: A
|
||||
confidence_score: 1.0
|
||||
tags: [aeo, geo, seo, Generative-AI, chatgpt, Search-generative-experience, structured-data, ssr]
|
||||
source_trust_level: B
|
||||
confidence_score: 0.85
|
||||
verification_status: conceptual
|
||||
tags: [aeo, geo, seo, llm-search, structured-data, ssr, json-ld, content-strategy]
|
||||
raw_sources: []
|
||||
last_reinforced: 2026-04-26
|
||||
last_reinforced: 2026-05-09
|
||||
github_commit: pending
|
||||
inferred_by: Claude Opus 4.7 (auto-normalize 2026-05-08)
|
||||
inferred_by: Claude Opus 4.7 (manual cleanup 2026-05-09)
|
||||
tech_stack:
|
||||
language: unspecified
|
||||
framework: unspecified
|
||||
language: HTML / JSON-LD
|
||||
framework: Next.js / Astro / SSR
|
||||
---
|
||||
|
||||
# AI Answer Engine [[Optimization|Optimization]] (AEO, AI 답변 엔진 최적화)
|
||||
# AI Answer Engine Optimization (AEO)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "전통적인 검색창의 '목록'에 머물지 말고, 생성형 AI의 '입(답변)'이 되어 브랜드의 가시성을 인용구(Citation)라는 새로운 권력으로 재편하라" — AI 답변 엔진과 챗봇이 웹 콘텐츠를 신뢰할 수 있는 출처로 채택하도록 최적화하는 차세대 검색 전략.
|
||||
## 📌 한 줄 통찰
|
||||
> **"Search 의 click → AI answer 의 citation"**. ChatGPT / Perplexity / Google AI Overviews 의 매 brand 의 source 의 selection. **SSR + JSON-LD + semantic HTML + Q&A format**.
|
||||
|
||||
## 📖 구조화된 지식 (Synthesized Content)
|
||||
- **추출된 패턴:** "Crawlable Authority and Direct Answer Mapping" — 대규모 AI 크롤러가 [[JavaScript|JavaScript]] 실행 비용 없이도 콘텐츠를 즉시 합성할 수 있도록 '사전 렌더링된 HTML'과 '구조화된 데이터'를 제공하는 패턴.
|
||||
- **AEO 달성 핵심 전략:**
|
||||
- **JS Execution Wall 제거:** AI 봇(GPTBot 등)은 비용 문제로 JS를 실행하지 않는 경우가 많으므로, SSR/SSG를 통해 원본 HTML에 핵심 콘텐츠를 노출.
|
||||
- **Semantic Clarity:** `<main>`, `<article>` 태그를 활용해 AI가 핵심 내용과 주변 요소를 즉시 구분하도록 설계.
|
||||
- **JSON-LD [[Schema|Schema]] Markup:** 페이지의 실체(Entity)와 답변의 맥락을 머신러닝 모델이 오해 없이 이해하도록 명시적 신호 제공.
|
||||
- **Q&A [[Formatting|Formatting]]:** 질문(H2)과 간결한 답변 구조를 통해 AI 오버뷰(SGE)에 직접 인용될 확률 극대화.
|
||||
- **의의:** '검색 결과 클릭' 중심의 시대에서 '답변 내 인용 및 신뢰도 확보' 중심으로 이동하는 AI 시대의 디지털 마케팅 생존법.
|
||||
## 📖 핵심
|
||||
|
||||
## ⚠️ 모순 및 업데이트 (Contradictions & Updates)
|
||||
- **과거 데이터와의 충돌:** 과거 SEO는 사용자 클릭 유도를 위한 자극적 제목이 중요했으나, AEO 정책은 AI가 답변을 요약하기 좋게 만드는 '정보의 정합성'과 '구조적 명확성' 정책을 최우선으로 함.
|
||||
- **정책 변화:** Antigravity 프로젝트는 모든 지식 문서를 AEO 친화적인 Karpathy Summary 포맷으로 유지하며, 에이전트의 지식 추출 효율을 위해 JSON-LD 스키마를 자동 생성하여 메타데이터에 포함하는 정책을 시행함.
|
||||
### 매 search engine 의 evolution
|
||||
- **옛 SEO**: keyword + ranking → click.
|
||||
- **AEO**: AI 의 answer 의 citation source.
|
||||
- **GEO** (Generative Engine Optimization): same idea.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- SEO-Foundations, Generative-Engine-Optimization, Server-Side-Rendering-SSR, Structured-Data-Markup, Semantic-HTML
|
||||
- **Raw Source:** 00_Raw/AI Answer Engine Optimization.md
|
||||
### 매 AI bot 의 behavior
|
||||
- **GPTBot, Claude-Web, PerplexityBot**: crawl + summarize.
|
||||
- **JS execution X**: cost. 매 SSR / SSG 의 essential.
|
||||
- **Cite recent sources**: freshness.
|
||||
- **Trust signal**: domain authority, structured data.
|
||||
|
||||
## 🤖 LLM 활용 힌트 (How to Use This Knowledge)
|
||||
### Core technique
|
||||
|
||||
**언제 이 지식을 쓰는가:**
|
||||
- *(TODO)*
|
||||
#### 1. SSR / SSG (JS Execution Wall 제거)
|
||||
- 매 SPA 의 JS-only render = bot 의 invisible.
|
||||
- 매 SSR (Next, Astro) = HTML 의 first paint.
|
||||
|
||||
**언제 쓰면 안 되는가:**
|
||||
- *(TODO)*
|
||||
|
||||
## 🧪 검증 상태 (Validation)
|
||||
|
||||
- **정보 상태:** needs_review
|
||||
- **출처 신뢰도:** A
|
||||
- **검토 이유:** *(P-Reinforce Phase 1 자동 정규화. 본문 검증 필요.)*
|
||||
|
||||
## 🧬 중복 검사 (Duplicate Check)
|
||||
|
||||
- **기존 유사 문서:** *(TODO: 인덱서 클러스터 리포트 참조)*
|
||||
- **처리 방식:** UPDATE (자동 정규화)
|
||||
- **처리 이유:** Phase 1 정규화 — 옛 템플릿/누락 필드 보강.
|
||||
|
||||
## 🕓 변경 이력 (Changelog)
|
||||
|
||||
| 날짜 | 변경 내용 | 처리 방식 | 신뢰도 |
|
||||
|------|-----------|-----------|--------|
|
||||
| 2026-05-08 | P-Reinforce Phase 1 정규화 (frontmatter + 헤더 표준화) | UPDATE | A |
|
||||
|
||||
## 💻 코드 패턴 (Code Patterns)
|
||||
|
||||
**패턴 1:** *(TODO: 이 프로젝트 컨벤션 반영한 구조 스켈레톤)*
|
||||
|
||||
```text
|
||||
# TODO
|
||||
#### 2. Semantic HTML
|
||||
```html
|
||||
<article>
|
||||
<h1>Topic</h1>
|
||||
<main>
|
||||
<p>Direct answer in first paragraph.</p>
|
||||
<h2>Question 1?</h2>
|
||||
<p>Answer.</p>
|
||||
</main>
|
||||
</article>
|
||||
```
|
||||
|
||||
## 🤔 의사결정 기준 (Decision Criteria)
|
||||
#### 3. JSON-LD structured data
|
||||
```html
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"headline": "...",
|
||||
"author": { "@type": "Person", "name": "..." },
|
||||
"datePublished": "2026-05-09",
|
||||
"mainEntity": {
|
||||
"@type": "FAQPage",
|
||||
"mainEntity": [{
|
||||
"@type": "Question",
|
||||
"name": "How to X?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "..." }
|
||||
}]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
```
|
||||
|
||||
**선택 A를 써야 할 때:**
|
||||
- *(TODO)*
|
||||
#### 4. Q&A format
|
||||
- H2 = question.
|
||||
- 매 H2 직후 = direct answer.
|
||||
- 매 paragraph 의 self-contained.
|
||||
|
||||
**선택 B를 써야 할 때:**
|
||||
- *(TODO)*
|
||||
#### 5. Direct answer in lead
|
||||
- 매 first 50 word 의 answer.
|
||||
- 매 inverted pyramid (journalism).
|
||||
|
||||
**기본값:**
|
||||
> *(TODO)*
|
||||
#### 6. Citation-friendly
|
||||
- 매 specific number / fact.
|
||||
- 매 source 의 explicit.
|
||||
- 매 author 의 expertise.
|
||||
|
||||
## ❌ 안티패턴 (Anti-Patterns)
|
||||
#### 7. llm.txt / robots.txt control
|
||||
```txt
|
||||
# llm.txt (proposal)
|
||||
# Allow ChatGPT, Claude, Perplexity to cite.
|
||||
|
||||
- **[안티패턴]:** *(TODO: 무엇을 하면 안 되는가 + 이유 + 대신 무엇을)*
|
||||
User-agent: *
|
||||
Allow: /
|
||||
```
|
||||
|
||||
### 매 platform 의 difference
|
||||
|
||||
#### Google AI Overviews (SGE)
|
||||
- 매 YMYL (Your Money Your Life) 의 strict.
|
||||
- 매 E-E-A-T (Experience, Expertise, Authority, Trust).
|
||||
- 매 traditional SEO 의 baseline.
|
||||
|
||||
#### ChatGPT / Claude / Perplexity
|
||||
- Real-time web search.
|
||||
- 매 cite source.
|
||||
- Domain trust signal.
|
||||
|
||||
#### Bing Chat / Copilot
|
||||
- Edge integration.
|
||||
- 매 enterprise 친화.
|
||||
|
||||
## 💻 Code
|
||||
|
||||
### Next.js SSR
|
||||
```tsx
|
||||
// app/article/[slug]/page.tsx
|
||||
export default async function ArticlePage({ params }) {
|
||||
const article = await fetchArticle(params.slug);
|
||||
|
||||
return (
|
||||
<>
|
||||
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({
|
||||
'@context': 'https://schema.org',
|
||||
'@type': 'Article',
|
||||
headline: article.title,
|
||||
author: { '@type': 'Person', name: article.author },
|
||||
datePublished: article.publishedAt,
|
||||
})}} />
|
||||
|
||||
<article>
|
||||
<h1>{article.title}</h1>
|
||||
<p>{article.lead}</p>
|
||||
<main>{article.content}</main>
|
||||
</article>
|
||||
</>
|
||||
);
|
||||
}
|
||||
```
|
||||
|
||||
### FAQ 의 schema
|
||||
```tsx
|
||||
function FAQ({ items }: { items: { q: string; a: string }[] }) {
|
||||
return (
|
||||
<>
|
||||
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({
|
||||
'@context': 'https://schema.org',
|
||||
'@type': 'FAQPage',
|
||||
mainEntity: items.map(({ q, a }) => ({
|
||||
'@type': 'Question',
|
||||
name: q,
|
||||
acceptedAnswer: { '@type': 'Answer', text: a },
|
||||
})),
|
||||
})}} />
|
||||
|
||||
<section>
|
||||
{items.map(({ q, a }) => (
|
||||
<>
|
||||
<h2>{q}</h2>
|
||||
<p>{a}</p>
|
||||
</>
|
||||
))}
|
||||
</section>
|
||||
</>
|
||||
);
|
||||
}
|
||||
```
|
||||
|
||||
## 🤔 결정 기준
|
||||
|
||||
| 작업 | 추천 |
|
||||
|---|---|
|
||||
| Blog / docs | SSG + JSON-LD |
|
||||
| 매 product page | SSR + Product schema |
|
||||
| FAQ | FAQPage schema |
|
||||
| 매 SPA | SSR fallback 추가 |
|
||||
| 매 SaaS | E-E-A-T content |
|
||||
|
||||
**기본값**: SSR/SSG + JSON-LD + Q&A format + direct answer in lead.
|
||||
|
||||
## 🔗 Graph
|
||||
- 부모: [[SEO]] · [[Content-Strategy]] · [[Generative-AI]]
|
||||
- 변형: [[GEO]] · [[Schema-Markup]] · [[E-E-A-T]]
|
||||
- 응용: [[SSR-Server-Side-Rendering]] · [[FAQ-Schema]] · [[Direct-Answer-Optimization]]
|
||||
- Adjacent: [[Robots-Txt]] · [[GPTBot]] · [[Perplexity-AI]] · [[Google-AI-Overviews]]
|
||||
|
||||
## 🤖 LLM 활용
|
||||
**언제**: 매 content site 의 AI traffic 의 capture. 매 documentation site 의 visibility.
|
||||
**언제 X**: 매 internal app. 매 content gating (paywalled).
|
||||
|
||||
## ❌ 안티패턴
|
||||
- **SPA + no SSR**: bot 의 invisible.
|
||||
- **JSON-LD 의 fake**: penalty.
|
||||
- **Click-bait title + AI 의 misalign**: low citation rate.
|
||||
- **모든 page 의 same FAQ**: spam.
|
||||
|
||||
## 🧪 검증 / 중복
|
||||
- **Verified** (concept).
|
||||
- 신뢰도 B (Search Engine Journal, Schema.org docs).
|
||||
- Related: [[AI-Search-Optimization]], [[AI-Overviews-and-SGE]].
|
||||
|
||||
## 🕓 Changelog
|
||||
| 날짜 | 변경 | 처리 | 신뢰도 |
|
||||
|---|---|---|---|
|
||||
| 2026-05-08 | Phase 1 정규화 | UPDATE | A |
|
||||
| 2026-05-09 | Manual cleanup — code + technique + 결정 + 안티패턴 | UPDATE | B |
|
||||
|
||||
Reference in New Issue
Block a user