How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Ai Seo (Marketing domain).

Optimize content for AI search engines including Google AI Overviews, ChatGPT, Perplexity, Claude, Gemini, and Microsoft Copilot. Covers generative engine optimization (GEO), AI citability audits, con...

Generative engine optimization (GEO) for getting cited by AI search platforms — not just ranked in traditional results. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Run an AI Visibility Audit
- Optimize a Page for AI Citation
- The Fundamental Shift
- What Carries Over from Traditional SEO
- What Changes
- Pillar 1: Structure (Extractable)

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/ai-seo

---
Start by asking the user what they need help with.
# Add to your project
cs install marketing/ai-seo ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/ai-seo your-project/
# The skill is available in your Codex workspace at:
.codex/skills/ai-seo/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/ai-seo your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/ai-seo/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/ai-seo your-project/
# Add to your .cursorrules or workspace settings:
# Reference: marketing/ai-seo/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/ai-seo your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/ai-seo your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/marketing/ai-seo

Run Python Tools

python marketing/ai-seo/scripts/tool_name.py --help

Quick Start

### Run an AI Visibility Audit 1. Check robots.txt for AI bot access (GPTBot, PerplexityBot, ClaudeBot) 2. Test top 10 target queries on Perplexity, ChatGPT, and Google AI Overviews 3. Document which queries cite you, which cite competitors, and what content format wins 4. Score key pages against the Extractability Checklist 5. Prioritize pages with highest gap between search volume and current AI citation presence ### Optimize a Page for AI Citation 1. Add a clear definition block in the first 200 words for informational queries 2. Structure content with self-contained H2 sections that can be extracted independently 3. Add numbered steps for process queries, comparison tables for "X vs Y" queries 4. Replace all vague claims with attributed statistics ("According to [Source], [Year]") 5. Implement FAQPage, HowTo, or Article schema markup 6. Verify AI bots are allowed in robots.txt ---

Related Skills in Marketing

View on GitHub