Premium Features
Auto-Fix System
Automatically fix common AEO issues via script injection - no source code changes required.
What Auto-Fix Can Do
Automatically injects Organization, Article, and WebSite JSON-LD structured data based on your page content.
Adds missing meta description, viewport, charset, and robots tags.
Generates Open Graph and Twitter Card meta tags for better social sharing.
Adds self-referencing canonical URLs to prevent duplicate content issues.
Adds descriptive alt text to images missing accessibility attributes.
Getting Started with Auto-Fix
- Run an analysis on your page
- In the Overview tab, click "Generate Auto-Fix Script"
- Copy the embed code and add it to your site's HTML
- The script automatically fetches rules and applies fixes on page load
- Manage individual fixes via the Auto-Fix Dashboard
<script async src="https://aeo-analyzer-production.onrender.com/autofix/script/YOUR_TOKEN.js"></script>
AI Mention Tracking
Monitor your brand visibility across AI platforms like ChatGPT, Claude, Perplexity, and Google AI Overviews.
Key Features
Track mentions across ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews simultaneously.
Monitor how often competitors are mentioned alongside your brand and track share of voice.
Understand how AI systems describe your brand - positive, negative, or neutral.
See which of your URLs are being cited by AI platforms.
Get notified when your visibility changes significantly.
Setting Up Brand Tracking
- Go to your Site Dashboard
- Click "Set Up AI Mention Tracking"
- Enter your brand name and configure platforms
- Optionally add competitor brands to track
- Set check frequency (daily, weekly, or manual)
Understanding Visibility Score
AI Chat Assistant
Get personalized help understanding and acting on your analysis results with our AI assistant that has full context of your report.
What AI Chat Can Help With
"Why did I fail the Schema.org check?" or "What does my E-E-A-T score mean?"
"I have 2 hours - what should I fix first?" or "Which issues have the biggest impact?"
"Show me the JSON-LD I need" or "How do I create an llms.txt file?"
"What is AEO?" or "How do AI systems decide what to cite?"
MCP Server & API
Integrate AEO Analyzer with AI coding agents like Claude Code for programmatic access to scans and results.
Getting Started
- Go to Account → API Keys
- Click "Create New API Key"
- Copy and save the key (shown only once)
- Add the MCP server to your AI agent's configuration
{
"mcpServers": {
"aeo-analyzer": {
"url": "https://aeo-analyzer-production.onrender.com/mcp/sse",
"transport": "sse"
}
}
}
Available MCP Tools
| Tool | Description |
|---|---|
authenticate |
Authenticate with your API key (required first) |
start_scan |
Start an AEO scan (costs 1 credit) |
get_scan_status |
Check scan progress |
get_scan_results |
Get full results with raw data |
get_failed_checks |
Get failed checks with fix recommendations |
get_recommendations |
Get AI-generated recommendations |
list_scans |
List recent scans |
get_credits |
Check credit balance |