Note:setpublished: true
when you're ready. Thecanonical_url
above tells Google the original lives on angeo.dev, so this cross-post won't compete with it. Replacecover_image
with the uploaded featured image URL.
Short answer: when your customers ask ChatGPT, Claude or Perplexity "where should I buy this?", you currently have no idea whether your store appears in the reply. Angeo AEO Brand Visibility is a free, open-source Magento 2 module that measures exactly that: it runs brand-probing prompts across the five major AI models and scores your real-world AI brand visibility from 0 to 100.
Search no longer means only Google. More buying research now starts inside an AI assistant that returns one synthesized answer naming a few stores. AI Engine Optimization (AEO) is the work of making sure your brand is one of those names β and this module tells you, in minutes, whether it is.
AI answers are winner-takes-most. Where a search results page lists ten links, an AI assistant usually names two or three stores. If you're not in that shortlist, you're invisible to that buyer β there is no "page two". Traditional SEO tools can't see this: they measure rankings, backlinks and crawl health, not what a model actually says when prompted. That blind spot is what AEO Brand Visibility closes.
You set your brand name, domain, category and a few top products. The module sends natural shopping prompts β "What are the best online stores to buy {category}?", "Tell me about {brand}", "Compare {brand} with similar stores" β to every enabled AI provider. Each response is analysed for five signals, scored, cached and saved to a history log so you can watch the trend over time.
| Provider | Why it's included | Free tier? |
|---|---|---|
| ChatGPT (OpenAI) | ||
| The most-used assistant; the default benchmark for AI recall. | No | |
| Claude (Anthropic) | ||
| Strong reasoning; common for research-style queries. | No | |
| Perplexity | ||
| Live web search β best signal for what the internet says about you now. | No | |
| Gemini (Google) | ||
| Tied into Google's ecosystem; generous free tier. | Yes | |
| Groq | ||
| Fast, free Llama hosting β ideal for zero-cost testing. | Yes |
Start with the free providers (Gemini and Groq) to validate your setup at zero cost, then add paid providers for the most commercially relevant picture.
Each signal is weighted and combined into a single 0β100 score with an AβF grade.
AI brand visibility drifts as content, reviews and the web change, so the module ships a CLI command and a cron job β and it can fail a CI build if your score drops below a threshold.
bin/magento angeo:aeo:brand-visibility
bin/magento angeo:aeo:brand-visibility --refresh
bin/magento angeo:aeo:brand-visibility --provider=perplexity --prompt=brand_direct
bin/magento angeo:aeo:brand-visibility --format=json
bin/magento angeo:aeo:brand-visibility --fail-on=60
AEO Brand Visibility plugs into angeo/module-aeo-audit as a live-signal checker, sitting alongside the 15 built-in technical checks (robots.txt, llms.txt, structured data and more). Your brand-recall score becomes part of the same unified AEO report β one command, one dashboard, technical and real-world signals together.
Provider API keys are stored with Magento's encrypted backend model and never written to logs. Outbound calls are HTTPS-only and don't follow redirects, admin endpoints are protected by ACL and form keys, and all AI-provider text is escaped before rendering. Serialization uses Magento's SerializerInterface
throughout.
composer require angeo/module-aeo-brand-visibility
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
Then open Stores β Configuration β Angeo AEO β Brand Visibility, add at least one provider API key, set your brand name and domain, and hit Run Audit.
llms.txt
file (llms.txt
.Is the module free? Yes β MIT licensed. You only pay for the AI provider usage you choose, and you can run it entirely free using the Gemini and Groq free tiers.
Which AI models does it check? ChatGPT, Claude, Perplexity, Gemini and Groq. Enable any combination.
Will audits cost a lot in API fees? Not if configured sensibly. Results are cached, you control how many prompts run, and total queries equal enabled providers Γ active prompts.
What Magento versions are supported? 2.4.6, 2.4.7 and 2.4.8 (Adobe Commerce and Mage-OS), PHP 8.2β8.4. Requires angeo/module-aeo-audit
v3.0+.
How is this different from SEO tools? SEO tools measure rankings and crawlability. This measures what AI assistants actually say when asked shopping questions.
AI assistants are already recommending stores in your category β the only question is whether they're recommending you. Install angeo/module-aeo-brand-visibility, run your first audit, and find out in minutes. You can also run a free 30-second AEO audit.
Originally published at angeo.dev.