The AEO Report is a comprehensive audit of your brand’s Answer Engine Optimization readiness — the degree to which your web presence is structured, authoritative, and legible to AI-powered answer engines like Perplexity, Google AI Overviews, and ChatGPT’s browsing mode. A single AEO Report run produces diagnostic scores, a schema validation breakdown, a root-cause analysis, and a prioritized action plan — all in one report you can share as a PDF.Documentation Index
Fetch the complete documentation index at: https://docs.cognerd.in/llms.txt
Use this file to discover all available pages before exploring further.
Running an AEO Report costs 50 credits. This reflects the depth of the audit — the report crawls your site, validates all structured data, analyzes content coverage, and generates a full executive summary with recommendations.
What the AEO Report audits
The AEO Report covers four diagnostic areas:Structured data coverage
The percentage of your key pages that include valid schema.org markup. Low structured coverage means AI engines can’t reliably extract facts about your brand from your pages.
Unstructured content coverage
The percentage of your content that answers the kinds of questions AI models are commonly asked in your category — measured against the intent patterns CogNerd has mapped for your industry.
Optimization opportunities
Specific, ranked improvements you can make — adding missing schema types, publishing content for uncovered intents, fixing broken structured data, or improving entity clarity.
AEO readiness score
A 0–100 composite score summarizing your overall answer engine readiness. This is separate from your AI Visibility Score — it measures potential rather than current performance.
Run an AEO Report
Confirm your brand and website
Verify that your brand profile is up to date. The audit crawls your website, so the URL in your brand profile must be accurate and publicly accessible.
Click Run audit
Click Run AEO Report. The audit runs asynchronously. Most reports complete in 5–10 minutes depending on your site’s size.
Review the report
When the audit finishes, the full report loads in the dashboard. Work through each diagnostic section in order — starting with schema validation, then unstructured coverage gaps, then the action plan.
Reading the diagnostics
Structured data coverage
This section shows the percentage of your audited pages that have valid, complete schema.org markup. CogNerd checks for the most impactful schema types for AI answer engines:Organization— your brand as a named entityWebSite— your site with search actionWebPage— individual page metadataArticle/BlogPosting— your content pagesFAQPage— frequently asked questionsProduct/Service— if applicable to your brand
| Status | Meaning |
|---|---|
| Valid | Present and correctly structured. AI engines can read and use it. |
| Incorrect | Present but contains errors — missing required fields, wrong data types, or malformed JSON. AI engines may ignore or misread it. |
| Missing | Not present on pages where it should be. AI engines have no structured signal for that page type. |
Unstructured content coverage
Unstructured coverage measures whether your published content answers the questions AI engines receive about your category. CogNerd compares your content library against an intent map of the most common queries in your industry and calculates what percentage you currently cover. A low unstructured coverage percentage means AI models frequently receive questions your content doesn’t answer — so they either skip your brand or give an incomplete answer. Use Content Studio to fill these gaps systematically.Optimization opportunities
The optimization opportunities list is ranked by estimated impact on your AEO readiness score. Each item includes:- Issue — what is missing or incorrect
- Affected pages — which URLs are impacted
- Estimated impact — the projected increase in your AEO readiness score if fixed
- Recommended action — the specific step to resolve it
AEO readiness score
Your AEO readiness score is a 0–100 composite that accounts for structured coverage, unstructured coverage, schema validity, and entity clarity. It represents your ceiling — how visible you could become if AI engines can fully read and understand your brand. Your AI Visibility Score (from Brand Monitor) represents your current actual performance. The gap between your AEO readiness score and your AI Visibility Score indicates how much latent potential you have. A high readiness score with a low visibility score means your structure is good but your content or citation authority needs work.Executive summary
Every AEO Report includes an executive summary at the top of the report. The summary is written in plain language and covers three areas:- Surface issues — the most visible problems affecting your AI answer engine presence, described without technical jargon
- Root causes — the underlying reasons those issues exist (e.g., “Your organization schema is missing a
sameAsproperty, which prevents AI engines from confidently linking your brand to your social profiles”) - Action plan — a prioritized sequence of steps, from quick wins to longer-term structural improvements
Export and share
Click Export PDF to download the full AEO Report as a formatted PDF. The PDF includes:- Your AEO readiness score and all diagnostic scores
- The schema validation breakdown with affected URLs
- The full optimization opportunities list
- The executive summary with action plan
How is the AEO readiness score different from the AI Visibility Score?
How is the AEO readiness score different from the AI Visibility Score?
The AI Visibility Score (from Brand Monitor) measures your current performance — how often and how well AI platforms actually mention your brand today. The AEO readiness score measures your structural potential — how well your website is set up to support strong AI visibility. You need both: a high readiness score means the infrastructure is in place; a high visibility score means AI models are actually using it.
How often should I run an AEO Report?
How often should I run an AEO Report?
Run a baseline report immediately, then re-run after completing a significant batch of improvements — deploying new GEO Assets, adding schema to key pages, or publishing a round of Content Studio articles. Quarterly re-runs are a reasonable cadence for most brands.
Can I share the PDF with someone who doesn't have a CogNerd account?
Can I share the PDF with someone who doesn't have a CogNerd account?
What does 'entity clarity' mean in the AEO readiness score?
What does 'entity clarity' mean in the AEO readiness score?
Entity clarity measures how unambiguously AI models can identify your brand as a distinct named entity. Brands with generic names, no verified social profiles in their schema, or conflicting descriptions across pages score lower on entity clarity. Fixing your
organization.jsonld and ensuring consistent brand naming across your site improves this component.My schema shows 'incorrect' but my developer says it's valid — why?
My schema shows 'incorrect' but my developer says it's valid — why?
Schema.org markup can be syntactically valid JSON-LD but still be semantically incorrect for AI engine use — for example, using the wrong
@type, omitting recommended properties, or referencing URLs that return 404s. CogNerd validates against AI engine best practices, which are stricter than the minimum schema.org specification.