원클릭으로
aeo-generate
Use when creating llms.txt, JSON-LD structured data, or robots.txt AI crawler configuration for a website or project build output
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when creating llms.txt, JSON-LD structured data, or robots.txt AI crawler configuration for a website or project build output
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when auditing a website or build output for AI search readiness, checking AI readability scores, or diagnosing why content isn't being cited by AI assistants like ChatGPT, Perplexity, or Google AI Overview
Use when restructuring website content for better AI citation — splitting long paragraphs, adding FAQ schema, removing keyword stuffing, improving heading structure, or injecting structured data into HTML or Markdown files
| name | aeo-generate |
| description | Use when creating llms.txt, JSON-LD structured data, or robots.txt AI crawler configuration for a website or project build output |
Generate AI infrastructure files from existing website content to make it discoverable by AI search engines.
| File | Purpose |
|---|---|
llms.txt | Machine-readable site summary for LLMs (llmstxt.org standard) |
llms-full.txt | Full content version for deep AI consumption |
_aeo/generated-schemas.json | JSON-LD schemas (Article, FAQPage, BreadcrumbList) |
| robots.txt suggestions | AI crawler allow/deny rules (printed, not auto-applied) |
Identify build output. Ask the user for the directory containing their built site (e.g., dist/, out/, build/). Check for common framework patterns:
.next/ or out/dist/public/Preview first. Run:
npx aeoptimize generate <dir> --dry-run
Show the user what will be generated and explain each file's purpose.
Confirm and generate. On approval:
npx aeoptimize generate <dir>
Review generated files. Read each generated file and suggest manual refinements:
llms.txt: Verify site name, description, and page listing are accurateIntegration guidance. Explain how to deploy:
llms.txt at site root (alongside robots.txt)<link rel="llms-txt" href="/llms.txt"> to HTML <head><head> sections--dry-run before writing/aeo-scan first to understand current state