AEO Analyzer

AI Engine Optimization Intelligence

Back to Documentation

Premium Features

10 min read

Auto-Fix System

Automatically fix common AEO issues via script injection - no source code changes required.

How it works: Add one script tag to your site. Fixes apply automatically on page load without modifying your source files.

What Auto-Fix Can Do

Schema.org Markup High Impact

Automatically injects Organization, Article, and WebSite JSON-LD structured data based on your page content.

Meta Tags High Impact

Adds missing meta description, viewport, charset, and robots tags.

Open Graph Tags Medium Impact

Generates Open Graph and Twitter Card meta tags for better social sharing.

Canonical URLs Medium Impact

Adds self-referencing canonical URLs to prevent duplicate content issues.

Alt Text Medium Impact

Adds descriptive alt text to images missing accessibility attributes.

Getting Started with Auto-Fix

  1. Run an analysis on your page
  2. In the Overview tab, click "Generate Auto-Fix Script"
  3. Copy the embed code and add it to your site's HTML
  4. The script automatically fetches rules and applies fixes on page load
  5. 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.

Why it matters: Know when and how AI systems mention your brand, track sentiment over time, and monitor competitors.

Key Features

Multi-Platform Monitoring

Track mentions across ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews simultaneously.

Competitor Analysis

Monitor how often competitors are mentioned alongside your brand and track share of voice.

Sentiment Analysis

Understand how AI systems describe your brand - positive, negative, or neutral.

Citation Tracking

See which of your URLs are being cited by AI platforms.

Real-time Alerts

Get notified when your visibility changes significantly.

Setting Up Brand Tracking

  1. Go to your Site Dashboard
  2. Click "Set Up AI Mention Tracking"
  3. Enter your brand name and configure platforms
  4. Optionally add competitor brands to track
  5. Set check frequency (daily, weekly, or manual)

Understanding Visibility Score

Mention Frequency
40 points max
How often AI mentions your brand
Sentiment Quality
30 points max
Positive vs negative mentions
Platform Coverage
30 points max
Visibility across all platforms

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

Understanding Results

"Why did I fail the Schema.org check?" or "What does my E-E-A-T score mean?"

Prioritization Advice

"I have 2 hours - what should I fix first?" or "Which issues have the biggest impact?"

Code Examples

"Show me the JSON-LD I need" or "How do I create an llms.txt file?"

AEO Education

"What is AEO?" or "How do AI systems decide what to cite?"

Pro tip: Enable "Include technical details" in chat settings for more detailed responses that reference your raw analysis data.

MCP Server & API

Integrate AEO Analyzer with AI coding agents like Claude Code for programmatic access to scans and results.

For Developers: The MCP (Model Context Protocol) server allows AI agents to run scans, get results, and access fix recommendations programmatically.

Getting Started

  1. Go to Account → API Keys
  2. Click "Create New API Key"
  3. Copy and save the key (shown only once)
  4. 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