An Agent Skill that teaches AI agents how to optimize websites for AI search engines — improving citation frequency in ChatGPT, Perplexity, Gemini, Copilot, and Google AI Overviews.
AI search engines increasingly answer questions directly, without sending users to a list of links. If a business isn't cited in those answers, they're invisible to a growing share of their market.
This skill teaches agents to:
- Interpret AEO audit results — understand scores, grades, and what each dimension means
- Prioritize fixes by impact — technical blockers → schema → entity clarity → content → meta
- Implement schema markup — LocalBusiness, FAQPage, HowTo, AggregateRating, Organization
- Write llms.txt — the emerging standard for AI system understanding
- Optimize content signals — author attribution, statistics, freshness, direct answers
Compatible with any platform that supports the Agent Skills specification.
claude skills install piiiico/aeo-skillCopy the aeo/ directory to your skills path and ensure your agent loads SKILL.md files.
aeo/
├── SKILL.md # Main skill instructions
└── references/
├── audit-interpretation.md # How to read AEO audit scores
├── schema-markup.md # JSON-LD schema templates
└── llms-txt.md # llms.txt specification and templates
The skill activates on keywords: AEO, AI visibility, AI search optimization, schema markup, llms.txt, structured data, AI citations.
Example prompts:
- "Audit this site for AEO and tell me what to fix"
- "Add schema markup to this website"
- "Write an llms.txt for my dental clinic"
- "Explain this AEO audit score: Schema 8/25, Technical 10/20"
- "Prioritize AEO fixes for a law firm website"
- AEO MCP Server (Synlig Digital): Run automated AEO audits programmatically. This skill interprets and implements — the MCP server analyzes.
- AEO Checker: https://aeo-checker.amdal-dev.workers.dev — free public AEO scoring tool
Created by Synlig Digital — AI Engine Optimization for Norwegian businesses.
Published under MIT license. Contributions welcome.