Magento 2 Audit: The Complete 2026 Guide to Technical, SEO, Performance & AI-Visibility Checks
A Magento 2 audit is a structured review of a store across four layers — technical health, on-page SEO, performance, and AI-search visibility (AEO) — that produces a scored list of specific, prioritised fixes. This page is the pillar reference: what each layer checks, how to run the checks yourself with free tools, and when a store needs a professional audit instead of a self-assessment.
Tooling and platform guidelines change. Verify current Magento versions, Google guidelines, and AI-crawler user-agents as you work through the checks below.
TL;DR — what a Magento 2 audit covers in 2026
- A complete Magento 2 audit spans four layers: technical, on-page SEO, performance, and — new since 2025 — AI-search visibility (AEO).
- Traditional tools (Screaming Frog, Lighthouse, Google Search Console) cover the first three layers well but say nothing about whether ChatGPT, Gemini, Perplexity, or Claude can find and recommend your store.
- The AEO layer has its own checks: AI-crawler access in
robots.txt, anllms.txtcontent map, JSON-LDProductschema with a validoffers.availability, and a spec-compliant product feed. - You can run a first-pass audit yourself for free; a professional audit adds prioritisation, a written roadmap, and validation against real AI-engine behaviour.
- Run
bin/magento angeo:aeo:audit(free, open-source, MIT) to score the AEO layer in about two minutes.
What is a Magento 2 audit?
A Magento 2 audit is a systematic evaluation of an Adobe Commerce or Magento Open Source store that identifies technical defects, SEO gaps, performance bottlenecks, and AI-visibility problems, then ranks them by impact so a team knows what to fix first. It is diagnostic, not cosmetic: the deliverable is a scored report with concrete remediation steps, not a general opinion about the store.
In 2026 the term covers more than it used to. A store can pass a classic SEO audit — clean structure, fast pages, good Google rankings — and still be invisible to AI answer engines, because those systems evaluate a separate machine-readable layer. A modern Magento 2 audit therefore treats AI-search visibility as a first-class layer alongside the three traditional ones.
The four layers of a Magento 2 audit
1. Technical audit — is the store structurally sound?
The technical layer checks the foundations that everything else depends on:
- Crawlability & indexation —
robots.txtrules, XML sitemap validity, canonical tags, noindex leaks, and duplicate URLs from layered navigation. - Code & extension health — core patches applied, third-party module conflicts, deprecated code, and custom code that overrides core classes unnecessarily (the magento 2 code audit concern).
- Platform & security — running a supported release line, security patches current, and admin/checkout paths excluded from crawling. See the Adobe Commerce 2.4.7 end-of-life options for supported-version context.
- Infrastructure — caching (Varnish/FPC) configured, indexers healthy, cron running, and Redis/OpenSearch tuned.
2. On-page SEO audit — can search engines understand each page?
The on-page layer checks how well individual pages communicate their meaning:
- Title tags, meta descriptions, and heading hierarchy across category, product, and CMS pages.
- Structured data — microdata vs JSON-LD, and whether product entities are complete (this overlaps directly with the AEO layer below).
- Internal linking depth, breadcrumb consistency, and orphaned pages.
- Thin, duplicated, or auto-generated product copy that neither shoppers nor AI systems can use.
3. Performance audit — is the store fast enough to rank and convert?
The performance layer checks Core Web Vitals and the server-side factors behind them:
- Largest Contentful Paint, Interaction to Next Paint, and Cumulative Layout Shift on real category and product templates.
- Time to First Byte, full-page-cache hit rate, and JavaScript bundle size (a recurring Hyvä vs Luma difference).
- Image delivery — modern formats, correct sizing, and lazy-loading that does not hide content from crawlers.
4. AI-search visibility audit (AEO) — can ChatGPT, Gemini & Perplexity recommend the store?
This is the layer most audit checklists still skip. AI answer engines pick one or two stores to recommend rather than listing ten links, and they decide using signals that classic SEO tools never inspect:
- AI-crawler access — whether search-time agents such as OAI-SearchBot, PerplexityBot, and Claude-SearchBot are allowed in
robots.txt. Blocking them removes the store from generated answers entirely. - Content map — presence of a valid
llms.txtserved at the domain root without redirects. - Product schema — JSON-LD
Productwith a populatedoffers.availability; without it, ChatGPT Shopping skips the product. - Product feed — a spec-compliant feed for agentic-commerce protocols.
For the full method behind this layer, see the Magento 2 AEO guide. To measure it directly, the free AEO audit returns a scored report in about two minutes.
Which audit layer needs which tool?
| Layer | What it answers | Typical tools | Covered by classic SEO tools? |
|---|---|---|---|
| Technical | Is the store structurally sound and secure? | Screaming Frog, Search Console, bin/magento CLI |
Yes |
| On-page SEO | Can search engines understand each page? | Screaming Frog, Ahrefs/Semrush, Rich Results Test | Yes |
| Performance | Is the store fast enough to rank and convert? | Lighthouse, PageSpeed Insights, WebPageTest | Yes |
| AI visibility (AEO) | Can AI engines find and recommend the store? | angeo:aeo:audit CLI, manual crawler-log review, schema validators |
No — needs dedicated checks |
The first three layers are well served by mature tooling. The fourth is where most Magento stores have an untested blind spot in 2026.
How to run a first-pass Magento 2 audit yourself
- Check supported version & patch level — confirm the store runs a supported release line and has current security patches.
- Crawl the store — run Screaming Frog to surface broken links, redirect chains, missing titles, and duplicate URLs.
- Validate Core Web Vitals — test real category and product templates in PageSpeed Insights, not just the homepage.
- Inspect structured data — open a product page and check for JSON-LD
Productwith a populatedoffers.availability. See the Magento 2 Product JSON-LD schema guide. - Review AI-crawler access — confirm
robots.txtallows search-time AI agents. See how to fix robots.txt for ChatGPT and Gemini. - Score the AEO layer — run
bin/magento angeo:aeo:auditor the 2-minute self-assessment.
When do you need a professional Magento audit instead?
A self-assessment tells you where you stand. A professional audit adds three things a checklist cannot: prioritisation by revenue impact, a written remediation roadmap with effort estimates, and validation against how AI engines actually behave for your category rather than in theory. It is worth it when the store is large, the stakes are a replatform or migration decision, or when repeated internal fixes have not moved the numbers.
angeo.dev runs a structured 3-week AI Commerce Audit across eight signal categories, delivered as a scored report with a prioritised roadmap. If you only need the AI-visibility layer checked first, start with the free AEO self-assessment.
Magento 2 audit — frequently asked questions
What is a Magento SEO audit?
A Magento SEO audit reviews how well a store communicates with search engines across technical health, on-page factors, and performance — and, in 2026, how visible it is to AI answer engines. It produces a prioritised list of fixes rather than a single score.
How long does a Magento 2 audit take?
A free self-assessment of the AI-visibility layer takes about two minutes. A full manual audit of a mid-size store typically takes a few days of analysis; a professional engagement with a written roadmap runs about three weeks.
What is a Magento 2 code audit?
A Magento 2 code audit is the technical-layer review focused on custom and third-party code: unnecessary core overrides, module conflicts, deprecated APIs, missing patches, and security exposure. It is one part of a complete audit, not a substitute for it.
Can I audit my Magento store for free?
Yes. Classic layers can be checked with free tools (Screaming Frog’s free tier, Lighthouse, Google Search Console), and the AI-visibility layer can be scored with the free, open-source angeo:aeo:audit CLI or the 2-minute self-assessment.
Does a Magento audit cover AI search visibility?
A 2026-appropriate audit does. Most legacy checklists stop at traditional SEO and leave AI visibility untested, which is exactly where many stores lose discovery as shoppers move from searching to asking AI assistants.
Next step
Start with the free Magento AEO self-assessment to score the layer most likely to be your blind spot, then read the Magento 2 AEO guide for the full remediation method. For a full professional review, book the AI Commerce Audit.