Most e-commerce stores have the same set of problems — they just don't know it yet. Slow product pages, unfindable category pages, checkout flows that erode trust, and duplicate content generated by filters that Google quietly stops crawling. A structured e-commerce website audit finds these issues before your competitors do. This checklist walks through eight areas, in order of impact, with specific things to look for in each one.
An e-commerce website audit is a systematic review of every factor that affects your store's search visibility, user experience, and conversion rate. It is not a single tool run — it is a structured process that moves through technical foundations, content quality, and commercial signals in a defined sequence.
What makes an e-commerce audit distinct from a general site audit is the scale and the catalogue-specific problems. A typical content site might have dozens of pages; a product catalogue might have thousands, each with variants, filters, and dynamic pricing. That scale amplifies every problem: one broken canonical rule affects hundreds of pages, one slow image format affects every product page simultaneously.
Start with the highest-leverage areas first. Technical issues (crawlability, canonicals, speed) affect every page simultaneously. Fix them before addressing individual product or content problems — a page-by-page fix on a broken foundation is wasted effort.
Technical issues are silent revenue killers in e-commerce. They don't generate customer complaints or error pages that are easy to spot — they just suppress rankings and drain crawl budget until traffic quietly declines.
Start by pulling your robots.txt and cross-referencing it against your Google Search Console Coverage report. E-commerce sites routinely accumulate Disallow rules that were added to block old staging paths or internal search results and have since swept commercial category pages into the exclusion list.
robots.txt for any Disallow rules that might block category or product pagesThis is the most common issue found in e-commerce audits — by a considerable margin. Faceted navigation (filtering by colour, size, price, rating) generates separate URLs for every combination of filters. Without canonical tags, each of these is a duplicate page competing for the same ranking position and fragmenting your link equity.
?color=red, ?sort=price_asc) — ensure they carry a canonical pointing to the clean category URL/product-red vs /product-blue) — ideally one canonical URL per product with variants handled by parameters/category?page=2 should not be canonicalised to page 1; it should be self-canonicalised and properly linked with rel="next" / rel="prev" signalsYour sitemap should be a curated index of pages you want Google to crawl and index — not an automatically generated dump of every URL your platform has ever created. Check that your sitemap excludes filtered URLs, parameter variants, and staging or draft pages.
lastmod datesSite speed matters more on e-commerce sites than almost anywhere else. Research by Yottaa finds that a one-second improvement in load time can increase conversions by approximately 3% on mobile devices. On a site doing meaningful revenue, that is not a marginal gain. Speed is also a ranking factor — Google uses Core Web Vitals (CWV) field data as a direct input into page experience scoring.
The three Core Web Vitals metrics to audit are Largest Contentful Paint (LCP — how fast the main content loads), Cumulative Layout Shift (CLS — how much the page jumps during load), and Interaction to Next Paint (INP — how responsive the page is to user input). Use Google PageSpeed Insights for lab data, but prioritise the field data (CrUX) in Google Search Console — lab scores can be significantly more optimistic than what real users experience.
Product images are the single biggest performance liability on most e-commerce sites. Every image should be served in a next-gen format (WebP or AVIF), sized to the dimensions at which it actually renders on screen, and — for below-fold images — lazy-loaded. An audit of a typical e-commerce product page often finds images that are 3–4× larger than necessary.
width and height attributes to prevent layout shiftloading="eager" and all below-fold images use loading="lazy"Your product pages are your highest-intent pages — they are where buyers make purchasing decisions. Yet they are frequently the most neglected from an SEO standpoint because they are auto-generated from a template. Audit by template first: if one product page has a thin description, they all do.
<title> tag — not just "Product Name | Store Name" but something that includes the key descriptor (material, use case, model number) that differentiates itProduct type with name, image, description, offers, and ideally aggregateRating) is implemented and validThin product descriptions — a single paragraph of manufacturer copy — are a competitive disadvantage and a quality signal problem. Google has repeatedly reduced visibility for product pages with shallow content, particularly as AI-generated pages have made thin content more prevalent.
Category pages are the most SEO-valuable pages on most e-commerce sites — they rank for head terms and funnel traffic to product pages. They are also where architecture problems tend to be most severe.
Products buried more than three clicks from the homepage are deprioritised during crawling and receive less link equity. Audit your category hierarchy to ensure that no product is more than three levels deep: /category/subcategory/product is ideal, /category/subcategory/sub-subcategory/product is already borderline.
For large catalogues, faceted navigation (filtering by attribute) is where crawl budget goes to die. A category with 500 products and 10 filter attributes can generate tens of thousands of unique URLs. Unless controlled, Google will crawl many of them — spending budget on near-duplicate pages instead of your canonical category and product pages.
robots.txt or noindex tags on filter parameter URLs that have no standalone search valueOn-page SEO for e-commerce is largely a templating problem. The same gaps appear across every page in a category because they originate from the same template defaults. Fixing at the template level is the highest-leverage action in this section.
Run your highest-traffic category and product page templates through a structured on-page audit — checking keyword placement, heading hierarchy, internal linking patterns, and content length. A useful reference for the full checklist framework is our technical SEO audit checklist, which covers the structural signals that apply across all page types.
An e-commerce audit that ignores conversion rate is only half an audit. Traffic that doesn't convert is a cost, not an asset. The CRO section of your audit focuses on the friction points between arrival and purchase.
High-impact quick win: Displaying estimated delivery dates prominently (not just "ships in 3–5 days" but an actual date) on product pages and in cart is consistently one of the highest-ROI CRO changes for e-commerce stores — it removes a key buying uncertainty without requiring a discount.
Trust signals in e-commerce operate at two levels: technical signals that affect how search engines evaluate the site, and visible signals that affect how buyers evaluate the site. Both matter, and both should be audited.
Strict-Transport-Security, Content-Security-Policy, and X-Content-Type-OptionsYou cannot improve what you cannot measure. An analytics audit is particularly important for e-commerce because tracking setup errors are common — GA4 e-commerce events are easily misconfigured, especially after platform migrations — and the cost of operating on bad data is high.
view_item, add_to_cart, begin_checkout, purchasetransaction_id, value, currency, and items array — without these, revenue reporting is unreliableRun a full e-commerce audit quarterly. Between full audits, run a lightweight monthly crawl to catch new indexation issues introduced by catalogue changes, platform updates, or new redirect chains. The areas that need the most frequent monitoring are canonicals (which break silently when platform versions update) and site speed (which degrades incrementally as more scripts are added).
After any significant event — a platform migration, a theme update, a major sale that added temporary landing pages — run a targeted audit on the affected page types before re-running a full sweep. For a structured approach to the technical layer, our website audit checklist for small businesses is a useful starting baseline that applies the same priority framework across all site types.
Running the audit yourself using AuditDepot surfaces the technical and on-page issues automatically, so you can spend audit time on the higher-judgment areas: conversion analysis, content depth, and competitive positioning — the things that require context that a crawler alone cannot provide.
Run a full e-commerce audit quarterly and a lightweight technical crawl monthly. Additionally, run a targeted audit after any major platform update, theme change, or product catalogue restructure — changes that seem cosmetic often introduce indexation or canonical issues that compound silently over weeks.
Duplicate content from faceted navigation and product variant URLs is the single most common issue. When a site generates separate URLs for colour, size, and sorting parameters without canonical tags, search engines see hundreds of near-identical pages and struggle to determine which one to rank. This dilutes crawl budget and fragments link equity across what should be a single strong page.
No — audit by template, not by page. Your product pages all share the same underlying template, so if one has a missing meta description, they all do. Fix the template and the fix propagates across every product. Focus individual page audits on your highest-revenue and highest-traffic pages where template-level fixes won't be enough.
E-commerce audits cover everything in a general audit plus three additional layers: product catalogue management (variant canonicals, discontinued product handling, seasonal content), conversion architecture (checkout flow, trust badge placement), and structured data for products (Product schema with price, availability, and aggregate review signals). These layers are unique to stores and are where most of the quick wins tend to be.
AuditDepot crawls your store and surfaces technical SEO, speed, and on-page issues in one report — free to start.
Start Free Audit →