당신의 웹사이트가 AI에 보이지 않나요? 구글 최적화를 멈추고 ChatGPT 최적화를 시작하세요
Source: Dev.to
Introduction
67 %의 사용자가 이제 검색 결과를 클릭하는 대신 AI 어시스턴트에게 첫 번째 답변을 얻습니다. 귀하의 사이트가 Google에서 1위에 올랐더라도 ChatGPT, Perplexity, Google AI Overview에서는 보이지 않을 수 있습니다. 기존 SEO는 순위 알고리즘에 최적화하지만, AI 엔진은 순위를 매기지 않고 인용합니다. 콘텐츠가 추출되어 인용될 수 없으면 사실상 AI에게는 존재하지 않는 것입니다.
Answer Engine Optimization (AEO)
AEO는 대형 언어 모델(LLM)이 인용할 수 있도록 콘텐츠를 만드는 데 초점을 맞춥니다. 우리는 사이트를 스캔하고 AEO 가독성 보고서를 생성하는 오픈소스 도구를 제공합니다.
npx aeoptimize scan your-site.com
Sample AEO Readability Report
| Metric | Score | Visual |
|---|---|---|
| Structure | 18/25 | ██████████████░░░░░░ |
| Citability | 16/25 | █████████████░░░░░░░ |
| Schema | 7/20 | ███████░░░░░░░░░░░░░ |
| AI Metadata | 13/15 | █████████████████░░ |
| Content Density | 12/15 | ████████████████░░░░ |
Overall Score: 66 / 100 (AI Readability: Good)
Warnings
- Found 2 H1 headings – use exactly one H1 per page.
- JSON‑LD missing fields:
@type,name,description.
Top Suggestions
- Add an FAQ section with question‑format headings.
- Add AI‑relevant schema types (
FAQPage,Article,HowTo).
The scan runs offline, requires no API keys, and is deterministic—identical input yields identical scores.
Scoring Dimensions
| Dimension | Max | What AI engines care about |
|---|---|---|
| Structure | 25 | Clear headings, short paragraphs ( 4,800 stars but zero tests. |
Metrics Overview
| Goal | Rank higher | Get cited |
|---|---|---|
| Audience | Search crawler | Language model |
| Key metric | Click position | Citation accuracy |
| Content style | Keyword‑rich | Self‑contained, structured |
| Structured data | Nice to have | Essential |
AI 검색은 이미 판도를 바꾸고 있습니다: Google AI Overview가 전체 검색의 43 %에 나타나며, Perplexity는 월 2억 건 이상의 쿼리를 처리합니다. AI가 효과적으로 파싱하지 못하는 콘텐츠는 이러한 모델에게 존재하지 않는 것입니다.
Get Started
npx aeoptimize scan your-site.com
- GitHub:
- npm:
Star the repo if it helped, and open issues for any problems you encounter.