AI SEO

Structure content so ChatGPT, Perplexity, and AI Overviews cite it as a source.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.0/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 09165a2

The Definition/FAQ-block patterns genuinely produced more citation-shaped output than an unguided baseline on a real 'What is RAG?' draft, but following the skill's own 'Statistic Citation Block' pattern pulled a plausible-sounding but fabricated stat and source into the output — a hallucination risk baked into the format itself, and the same pattern shows up in the skill's own bundled reference doc, which states precise percentages (132% visibility boost, 55% content-answer-fit weighting, 3.2x freshness multiplier) attributed only to three named studies at the top of the file with no per-claim citation.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 3/5

What AI SEO does

Restructures content into AI-citable formats (definition blocks, FAQ schema, self-contained answers) and covers entity optimization, robots.txt bot allowlisting, and platform-specific tactics for ChatGPT, Perplexity, Google AI Overviews, Copilot, and Claude. Triggers on requests for AI SEO, GEO, AEO, LLM optimization, or AI-citation visibility work; defers traditional on-page/technical audits to a separate seo-audit skill.

How to install AI SEO

git clone https://github.com/MoizIbnYousaf/marketing-cli
cd marketing-cli
mkdir -p ~/.claude/skills
cp -r skills/ai-seo ~/.claude/skills/ai-seo

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger AI SEO

  • /ai-seo Structure content so ChatGPT, Perplexity, and AI Overviews cite it as a source.

It also activates on plain-language prompts like these:

  • Write a RAG explainer optimized to get cited by ChatGPT
  • Make this blog section more likely to show up in AI Overviews
  • Restructure my article so Perplexity cites it as a source

Frequently asked questions

Is the AI SEO skill free?
Yes. The skill itself is free from MoizIbnYousaf/marketing-cli. SkillProof publishes the install command and an independent test verdict at no cost.
Does AI SEO work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. The Definition/FAQ-block patterns genuinely produced more citation-shaped output than an unguided baseline on a real 'What is RAG?' draft, but following the skill's own 'Statistic Citation Block' pattern pulled a plausible-sounding but fabricated stat and source into the output — a hallucination risk baked into the format itself, and the same pattern shows up in the skill's own bundled reference doc, which states precise percentages (132% visibility boost, 55% content-answer-fit weighting, 3.2x freshness multiplier) attributed only to three named studies at the top of the file with no per-claim citation.
What is the AI SEO SkillProof Score?
8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 3/5.
How do I install AI SEO?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use AI SEO with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.