id, title, category, status, canonical_id, aliases, duplicate_of, source_trust_level, confidence_score, verification_status, tags, raw_sources, last_reinforced, github_commit, inferred_by, tech_stack
id
title
category
status
canonical_id
aliases
duplicate_of
source_trust_level
confidence_score
verification_status
tags
raw_sources
last_reinforced
github_commit
inferred_by
tech_stack
wiki-2026-0508-ai-answer-engine-optimization
AI Answer Engine Optimization (AEO)
10_Wiki/Topics
verified
self
AEO
GEO
generative engine optimization
AI search SEO
citation optimization
none
B
0.85
conceptual
aeo
geo
seo
llm-search
structured-data
ssr
json-ld
content-strategy
2026-05-09
pending
Claude Opus 4.7 (manual cleanup 2026-05-09)
language
framework
HTML / JSON-LD
Next.js / Astro / SSR
AI Answer Engine Optimization (AEO)
📌 한 줄 통찰
"Search 의 click → AI answer 의 citation" . ChatGPT / Perplexity / Google AI Overviews 의 매 brand 의 source 의 selection. SSR + JSON-LD + semantic HTML + Q&A format .
📖 핵심
매 search engine 의 evolution
옛 SEO : keyword + ranking → click.
AEO : AI 의 answer 의 citation source.
GEO (Generative Engine Optimization): same idea.
매 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.
Core technique
1. SSR / SSG (JS Execution Wall 제거)
매 SPA 의 JS-only render = bot 의 invisible.
매 SSR (Next, Astro) = HTML 의 first paint.
2. Semantic HTML
3. JSON-LD structured data
4. Q&A format
H2 = question.
매 H2 직후 = direct answer.
매 paragraph 의 self-contained.
5. Direct answer in lead
매 first 50 word 의 answer.
매 inverted pyramid (journalism).
6. Citation-friendly
매 specific number / fact.
매 source 의 explicit.
매 author 의 expertise.
7. llm.txt / robots.txt control
매 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
FAQ 의 schema
🤔 결정 기준
작업
추천
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
🤖 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.
🧪 검증 / 중복
🕓 Changelog
날짜
변경
처리
신뢰도
2026-05-08
Phase 1 정규화
UPDATE
A
2026-05-09
Manual cleanup — code + technique + 결정 + 안티패턴
UPDATE
B