Free AEO Audit

Is Your Magento Store Visible to ChatGPT & Gemini?

Check the signals AI search engines use to discover, index, and recommend your store. Get a scored report with specific fixes in 2 minutes.

Free · No signup · Open-source CLI on Packagist

From a low AEO score to a strong one — in about 90 minutes

Typical result for a mid-size Magento 2 store. Based on audits across 50+ stores ranging from 500 to 50,000 SKUs.

Before — default install

Low
  • robots.txt blocks AI bots
  • llms.txt missing
  • Product schema incomplete
  • No AI product feed

After — about 90 minutes

Strong
  • All major AI bots allowed
  • llms.txt + llms-full.txt generated
  • offers.availability live
  • Feed submitted, pending approval

Default Magento installs typically score low. Most stores significantly improve within about 90 minutes. ChatGPT merchant approval runs on OpenAI’s own timeline.

The 8 Signals You Can Self-Check

These are the externally visible signals you can verify yourself. The full angeo/module-aeo-audit CLI checks 15 signals in total — including offers.availability on every product, JSON-LD quality, UCP profile, merchant policies, and well-known endpoints that can only be read from inside the store.

Critical
robots.txt AI bots
GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot, Google-Extended
Critical
llms.txt
AI content map — the llmstxt.org standard for LLM indexing
Critical
Product Schema
JSON-LD with name, price, offers.availability
Critical
AI Product Feed
Required for ChatGPT Shopping registration
Important
FAQPage Schema
AI answer-box and citation eligibility
Standard
sitemap.xml
Full page discovery for AI crawlers
Standard
Open Graph
og:title, og:description, og:image
Standard
Canonical Tags
Prevents duplicate URL indexing

See all 15 signals and weights in the Magento 2 AEO Guide 2026 →

AEO Self-Assessment

Check each signal you have already configured. We’ll score your AEO readiness and show you exactly what to fix.

Which of these does your Magento store have?

This self-check covers the 8 externally visible signals. The CLI module audits all 15 automatically — install it below for the full report.

0 / 16

Get your full AI visibility report

Send your self-check result and we’ll run the complete audit on your store — all 15 technical signals via the CLI module, plus a real AI brand-visibility check: we query ChatGPT, Claude, Perplexity, Gemini and Groq to see whether they actually recall and recommend your store. You get a scored report with the exact fixes, by email.

  • Full 15-signal technical audit (not just the 8 above)
  • Live AI brand-visibility score across 5 assistants
  • Prioritised fix list with the exact Composer commands

No mail app? Email info@angeo.dev with your store URL — we’ll take it from there. Free, no obligation.

Prefer the CLI? Full Automated Audit

The angeo/module-aeo-audit Magento 2 module runs all 15 checks automatically and outputs table, JSON, or Markdown — drop it into CI to block deploys that regress your score.

# Install composer require angeo/module-aeo-audit bin/magento setup:upgrade # Run audit (all stores) bin/magento angeo:aeo:audit # JSON output for CI bin/magento angeo:aeo:audit –format=json –output=/tmp/aeo.json # Fail build if score below 80% bin/magento angeo:aeo:audit –fail-on=80

What the Magento 2 AEO Audit Checks

The free angeo/module-aeo-audit CLI module runs 15 checks and returns a scored report. Based on audits across 50+ Magento stores — ranging from 500 to 50,000 SKUs — default installations typically score low.

Critical signals: robots.txt AI bot access, llms.txt content map, Product JSON-LD schema, AI product feed.

Supporting signals: FAQPage schema, Organization schema, sitemap.xml, Open Graph tags, canonical & hreflang, llms-full.txt / JSONL, merchant return & shipping policies, UCP profile, well-known endpoints, JSON-LD quality.

Each failed signal shows the exact composer require command to fix it. Most stores significantly improve their score in under 90 minutes. Read the full guide: Magento 2 AEO Guide 2026 →

Frequently Asked Questions

Why is my Magento store not visible in ChatGPT?

The most common reasons: robots.txt blocks GPTBot or ClaudeBot, there is no llms.txt file, or Product schema is missing. AI engines cannot recommend what they cannot read.

What is AEO and how is it different from SEO?

SEO gets you ranked in Google’s link list. AEO gets you cited in AI-generated answers — ChatGPT, Gemini, Perplexity, Claude, Google AI Overviews. Different signals: structured data, llms.txt, AI product feeds.

How long does it take to fix AEO issues?

Most critical fixes take under one hour: updating robots.txt, installing llms.txt via Composer, enabling Product schema. Most stores significantly improve their AEO score in under 90 minutes.

Is the audit and the CLI module free?

Yes. The self-assessment above is free. The CLI module angeo/module-aeo-audit is open-source MIT. Install with composer require angeo/module-aeo-audit.

Does this work with Adobe Commerce?

Yes. All Angeo modules are compatible with Magento Open Source 2.4+ and Adobe Commerce, including Hyvä theme. PHP 8.2+ required.