AEO Audit (AI Answer Engine Visibility)
Audits how your brand is surfaced, described, and cited across six AI answer engines, then ships a numbered report bundle with an optimization playbook.
Marketing & SEOIntermediate★ 774⑂ 128AI score 9/10Last updated: Aug 17, 2026
What it does
- Probes 10–25 designed queries across the six canonical AI answer surfaces: ChatGPT, Perplexity, Google AI Mode, AI Overviews, Gemini, Microsoft Copilot.
- Scores visibility 1–10 per platform (explicitly never averaged, since a 9 on Perplexity and a 2 on ChatGPT would blend into a misleading number).
- Fact-checks citation accuracy — what AI claims about your brand, what's wrong, and where to correct it.
- Analyzes source authority (which pages drive AI mentions), builds a competitor presence matrix, and lists content gaps.
- Emits a numbered bundle from
00-input.mdthrough09-optimization-playbook.mdplusPLAN.md, gated by four quality checks (≥10 queries, ≥4 platforms, ≥2 competitors, citation accuracy completed).
Who it's for
- In-house SEO/marketing leads responsible for AEO/GEO performance.
- Agencies delivering recurring AI-visibility reports to clients.
- Brand owners who want evidence of how AI assistants describe their company.
Examples
- Run
/digital-marketing-pro:aeo-audit yourbrand.comto get per-platform scorecards plus a competitor matrix. - Ask "how does Perplexity describe us?" to generate a fact-by-fact accuracy report and a fix list of pages with stale info.
- Feed
06-content-gaps.mdinto the keyword-cluster skill to build next quarter's content roadmap.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/indranilbanerjee/digital-marketing-pro/HEAD/skills/aeo-audit/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/aeo-audit folder from the GitHub repo indranilbanerjee/digital-marketing-pro into my ~/.claude/skills/aeo-audit/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/indranilbanerjee/digital-marketing-pro.git && mkdir -p ~/.claude/skills && cp -r digital-marketing-pro/skills/aeo-audit ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/indranilbanerjee/digital-marketing-pro.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r digital-marketing-pro/skills/aeo-audit ~/.claude/skills/ - This skill references sibling skills (
aeo-geo,gsc-ai-performance,geo-monitor) andscripts/geo-tracker.py; for full functionality copy them all:cp -r digital-marketing-pro/skills/* ~/.claude/skills/ - Restart Claude Code, set up a brand profile first (
brand-setup), then run/digital-marketing-pro:aeo-audit <brand>or simply ask "check our AI search visibility".
View source on GitHub ↗License: MIT