AEO/GEO Intelligence (AI Search Visibility)
A marketing skill that audits whether AI answer engines cite your brand and restructures content, schema, and entity data to win those citations.
Marketing & SEOIntermediate★ 791⑂ 132AI score 9/10Last updated: Aug 17, 2026
What it does
- AI visibility audit: tests target queries across six surfaces — Google AI Mode, AI Overviews, ChatGPT, Perplexity, Gemini, Copilot — scoring each as Cited / Referenced / Absent / Misrepresented, with baseline text captured.
- Entity consistency check: cross-references brand name, founding date, leadership, and product descriptions across Google Knowledge Graph, Wikidata, Wikipedia, Crunchbase, and LinkedIn, then prioritizes fixes by source authority.
- Citation optimization: rewrites content with crisp definitions, precise data, parseable headings and tables, plus supporting JSON-LD (Organization, FAQ, HowTo, Article).
- Deliverables: visibility scorecard, entity consistency report, AEO content briefs, schema spec, monitoring framework, competitor matrix, 90-day LLM content plan.
- Sane guardrails: explicitly rejects
llms.txtbusywork and "AI-only schema" myths, and covers YMYL trust thresholds plus EU AI Act disclosure duties.
Who it's for
- SEO and content marketers, agencies, in-house growth teams
- Brands losing organic traffic to AI answers
- Comms/brand owners dealing with inaccurate AI descriptions of their company
Example uses
- "Why doesn't ChatGPT mention us?" → build a 20-query probe set and get a six-platform scorecard with gap analysis.
- "AI states the wrong founding year" → get a cross-source inconsistency list and a correction checklist for Wikidata, Crunchbase, and LinkedIn.
- "Make this page citation-worthy for AI Overviews" → competitor citation teardown, a restructuring brief, and ready-to-paste JSON-LD.
· · · 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-geo/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-geo folder from the GitHub repo indranilbanerjee/digital-marketing-pro into my ~/.claude/skills/aeo-geo/. 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-geo ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a 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-geo ~/.claude/skills/ - Because it references
skills/context-engine/files and brand profiles, copying the whole set is safer:cp -r digital-marketing-pro/skills/* ~/.claude/skills/ - Restart Claude Code, then invoke it with prompts like "audit our AI visibility" or "fix our entity consistency".
- No brand profile? It falls back to general best practices — a brand name and website URL are enough to start.
View source on GitHub ↗License: MIT