Free AEO Audit

Is Your Magento Store Visible to ChatGPT & Gemini?

Check the 8 signals that 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

8 AEO Signals Checked

Critical
robots.txt AI bots
GPTBot, ClaudeBot, PerplexityBot, Google-Extended
Critical
llms.txt
AI content map — new standard for LLM indexing
Important
Product Schema
JSON-LD with price, name, offers
Important
FAQPage Schema
AI answer-box eligibility
Important
AI Product Feed
Required for ChatGPT Shopping
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

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?

0 / 16

Get Full Audit → Or email directly: info@angeo.dev

Prefer the CLI? Full Automated Audit

The angeo/module-aeo-audit Magento 2 module runs all 8 checks automatically and outputs table, JSON, or Markdown.

# 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 70% bin/magento angeo:aeo:audit –fail-on=70

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, 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 (5 min), installing llms.txt via Composer (15 min), enabling Product schema (30–60 min).

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 Cloud?

Yes. All Angeo modules are compatible with Magento Open Source 2.4+ and Adobe Commerce Cloud. PHP 8.2+ required.