Skip to content

piiiico/aeo-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

aeo — AI Engine Optimization Agent Skill

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.

What It Does

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

Installation

Compatible with any platform that supports the Agent Skills specification.

Claude Code

claude skills install piiiico/aeo-skill

Manual

Copy the aeo/ directory to your skills path and ensure your agent loads SKILL.md files.

Structure

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

Usage

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"

Complementary Tools

  • 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

About

Created by Synlig Digital — AI Engine Optimization for Norwegian businesses.

Published under MIT license. Contributions welcome.

About

AI Engine Optimization (AEO) agent skill for agentskills.io — teaches agents to audit, implement schema markup, write llms.txt, and optimize AI search visibility

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors