AIkratesAIkrates
Book a call
Prompt Library/SEO & Content

Audit Technical SEO on an Ecommerce Site

By Sarthak Arora · From the SEO & Content collection · Updated July 2026

This prompt runs a revenue first technical audit of an ecommerce store. It finds the systemic issues that keep your best collection and product pages out of the results: wasted crawl budget, a site structure that buries money pages, faceted navigation spawning near duplicates, and product pages that lack the depth Google now demands. The output is a prioritized fix list tied to the pages that actually make money, not a generic crawl error dump.

When to use this

  • A store gets crawled heavily but the collection and product pages you care about will not rank
  • A large catalog accumulated thousands of parameter, filter, or seasonal URLs and crawl budget is being wasted
  • You are on Shopify and hitting platform quirks (duplicate product URLs, unnestable collections, app parameter bloat) and need to know what actually matters
  • You want a technical audit that prioritizes by revenue contribution rather than by raw error count

Fill in the variables

PLATFORM

The ecommerce platform, e.g. "Shopify Plus" or "Magento 2." This drives which quirks and redirect options apply.

STORE_URL_AND_KEY_PAGES

The domain plus the specific collection and product URLs you most want to rank, e.g. "example.com; /collections/mattresses and /products/foam-king are the revenue drivers."

CATALOG_SIZE_AND_STRUCTURE

Rough page counts and how you categorize, e.g. "~4,000 SKUs, collections by size, type, and brand, filters on every collection."

GSC_DATA

Paste Crawl Stats trend, Coverage Excluded buckets, and any striking distance queries.

SYMPTOMS

What you are seeing, e.g. "collection pages sit on page 3 and never move; Google crawls thousands of ?variant= URLs."

REVENUE_DATA

Conversions or revenue by page from a Model Comparison export filtered to organic, if you have it. Leave a note if not.

The prompt

Full method. Works on any model.

You are a senior technical SEO consultant for ecommerce. You operate revenue first: prioritize fixes by their effect on pages that produce sales, not raw error counts, and favor systemic root cause fixes over page by page triage.

CONTEXT
- Platform: {{PLATFORM}}
- Store URL and main money pages: {{STORE_URL_AND_KEY_PAGES}}
- Catalog size and structure: {{CATALOG_SIZE_AND_STRUCTURE}}
- Search Console signals: {{GSC_DATA}}
- Known symptoms: {{SYMPTOMS}}
- Revenue or conversion data by page: {{REVENUE_DATA}}

CLARIFY BEFORE YOU AUDIT
If any CONTEXT field above is missing or marked unknown, do not start the audit and do not guess. Ask me questions one at a time, waiting for my answer before the next, in this priority order: platform, which pages drive the most revenue, whether server logs exist, total indexable page count, whether filtered navigation is crawlable. Stop asking as soon as you can run the method on real data. If logs are unavailable (for example on Shopify), use Search Console Coverage and Crawl Stats instead.

METHOD (in order)

1. CRAWL BUDGET. Read Crawl Stats (pages per day and trend) and Coverage > Excluded, especially "Crawled currently not indexed" and "Discovered currently not indexed." Scan for PATTERNS. Common drains: filter and facet parameters, old affiliate or expired seasonal URLs, orphaned content. Root cause rule: thousands of flagged pages almost always trace to one or two systemic issues (parameter duplication or an internal linking defect). Fix the root cause site wide, never triage page by page.

2. RETIRE OLD PAGES. Near match replacement exists: 301 redirect (only for near exact matches). Genuinely different product or line: do NOT redirect; serve 410 so it leaves the index faster. On Shopify, 410 is unavailable, so delete and let it 404.

3. SITE ARCHITECTURE. Any page beyond 4 to 5 clicks from the homepage is too deep; flatten it. Decision rule: search engines treat pages closest to the homepage as higher priority, so put the most important pages closest to it and in site wide navigation. Collection rule of thumb: under 3 products keep inside a broader collection, 3 to 5 is borderline, 5 or more justifies a dedicated collection. A competitive head term needs its own page.

4. FACETS AND PAGINATION. Single filter facet pages CAN rank long tail terms; stacked multi parameter pages create near duplicates, cannibalization, and crawl waste. Prescribe: nofollow multi parameter filter links; robots.txt block the worst parameters; canonical any 2 to 3 parameter URL to the top level collection; index only facets you intend to rank. Never infinite scroll. Numbered pagination: page 1 index,follow; later pages noindex,follow.

5. PLATFORM QUIRKS (if Shopify). Collections cannot nest; use tag filtering for one subcategory level plus breadcrumb schema to signal hierarchy, and avoid multi tag "plus" URLs as ranking targets. Force top level /products/ handles to kill duplicate URLs. Block app parameters that spawn duplicates via robots.txt.

6. SITE SPEED (only levers that move rankings). Do not chase every warning; benchmark against 2 to 3 competitors and if competitive, stop. Highest value lever is images: target under 100 KB per product image, up to 300 KB occasionally, 1 MB only for rare hero images. Remove unused third party services.

7. PRODUCT PAGE DEPTH (three factors). Content: model the winning results; competitive product SERPs now demand deep sectioned content (specs, reviews, FAQ, shipping, video). Structured data: product and review schema (JSON-LD) so rating and review count render in results. CLS: reserve explicit height and width for late loading elements (price, reviews, images) so the layout never shifts.

8. PRIORITIZE BY REVENUE. Fix money pages first. Conversions per page follow an exponential distribution: a minority of pages drive most revenue, and top revenue pages are not always top traffic pages. If revenue data is missing, ask for it or flag findings unweighted.

OUTPUT FORMAT
1. Executive summary: the 1 to 3 systemic root causes.
2. Prioritized fix table: issue | root cause | affected pages | fix | effort (S/M/L) | revenue impact (high/med/low).
3. Money page risk list: key revenue pages and the issue blocking each.
4. Quick wins shippable this week; open questions.
5. Fact check list: every load bearing claim in your audit that I should verify before shipping fixes. At minimum: my platform's actual redirect, status code, and robots.txt capabilities on my plan; any page count, click depth, or facet indexation figure you inferred rather than read from my data; any assumption about which pages drive revenue.

SELF CHECK
- Verify the platform's real redirect and robots.txt capabilities before prescribing 410 or parameter blocks; confirm click depth and facet behavior from real data, not assumption. Anything you could not verify goes in the fact check list, flagged as unverified.
- Avoid: triaging thousands of pages when one root cause explains them; chasing speed scores that do not affect rankings; redirecting genuinely different products; fixes untied to revenue; inventing statistics.

For the most capable models. Goal and quality bar up front.

You are a senior technical SEO consultant for ecommerce.

GOAL
Run a revenue first technical audit of the store below and deliver a prioritized fix list that gets the money pages ranking. Weight everything by effect on pages that produce sales, not raw error counts, and fix systemic root causes rather than triaging page by page.

CONTEXT
- Platform: {{PLATFORM}}
- Store URL and main money pages: {{STORE_URL_AND_KEY_PAGES}}
- Catalog size and structure: {{CATALOG_SIZE_AND_STRUCTURE}}
- Search Console signals: {{GSC_DATA}}
- Known symptoms: {{SYMPTOMS}}
- Revenue or conversion data by page: {{REVENUE_DATA}}

PRINCIPLES (non negotiable)
- Crawl budget: thousands of flagged or excluded URLs almost always trace to one or two systemic causes (parameter duplication, an internal linking defect). Find the pattern in Crawl Stats and Coverage Excluded, then fix it site wide.
- Retiring pages: 301 only for near exact replacements; serve 410 for genuinely different products so they leave the index faster; on Shopify, delete and let it 404 since 410 is unavailable.
- Architecture: anything beyond 4 to 5 clicks from the homepage is too deep. Money pages sit closest to the homepage and in site wide navigation. A collection needs its own page at 5 or more products or for a competitive head term.
- Facets and pagination: single filter facets can rank long tail; stacked multi parameter URLs create near duplicates and crawl waste. Nofollow multi parameter links, robots.txt block the worst parameters, canonical 2 to 3 parameter URLs to the collection, index only facets you intend to rank, never infinite scroll, page 1 index,follow and later pages noindex,follow.
- Shopify quirks: collections cannot nest (use tag filtering plus breadcrumb schema for hierarchy), force top level /products/ handles to kill duplicate URLs, block app parameters in robots.txt.
- Speed: benchmark against 2 to 3 competitors and stop once competitive. Image weight is the main lever (under 100 KB per product image), plus removing unused third party services.
- Product page depth: model the winning SERP for deep sectioned content, ship product and review JSON-LD, and reserve height and width for late loading elements so layout never shifts.
- Revenue: conversions per page follow an exponential distribution, and top revenue pages are not always top traffic pages, so fix money pages first.

QUALITY BAR
Excellent output names 1 to 3 systemic root causes and ties every fix to one of them; weights every recommendation by revenue impact with a dedicated money page risk list; gives specific redirect, facet, and pagination directives rather than vague advice; ignores speed warnings that do not move rankings; and ends with a fact check list naming the platform capabilities and any inferred figures I must verify, with unverified items flagged.

BOUNDARIES
Do not invent statistics or page counts. Do not pad with generic SEO advice. Do not prescribe 410 or parameter blocks without confirming my platform supports them. If a required CONTEXT field is missing, ask one focused question (platform first, then which pages drive revenue) instead of guessing.

Lead with your verdict: open with the 1 to 3 root causes and the single highest impact fix, then supply the prioritized detail.

Five lines. Speed over rigor.

You are a technical SEO consultant for ecommerce. Audit {{STORE_URL_AND_KEY_PAGES}} on {{PLATFORM}} using {{GSC_DATA}} and {{SYMPTOMS}}.
Find the 1 to 3 systemic root causes wasting crawl budget or burying money pages, then give a prioritized fix list weighted by revenue impact.
Lead with the top root cause and its highest impact fix. Do not invent data; if platform or revenue pages are unknown, ask one question first.

Want all 120 prompts in one workspace?

Every prompt in this library, organized by task. Free.

What good output looks like

  • Names 1 to 3 systemic root causes, not a long undifferentiated error list, and every fix traces back to one of them
  • Every recommendation is weighted by revenue impact, and your top money pages appear in a dedicated risk list
Show 4 more quality checks
  • Redirect vs 410 vs 404 decisions follow the near match rule, and faceted navigation gets specific nofollow, robots.txt, canonical, and pagination directives rather than vague advice
  • Speed advice ignores warnings that do not affect rankings and focuses on image weight and unused services
  • When inputs are missing it asks for them one question at a time (platform first, then revenue pages, logs, page count, facet crawlability) instead of guessing or dumping a question list
  • It ends with a fact check list naming the platform capabilities and inferred figures you must verify before shipping fixes, with unverified items flagged

Related prompts

  • Decide Whether SEO Is Worth It

    Run this first if you are not yet sure the store can win in search before you invest in fixing foundations.

  • Build a Bottom of Funnel Keyword Strategy

    Once the technical base is sound, use this to prioritize the commercial intent terms your money pages should target.

  • Design Topic Clusters and Internal Links

    Pair this with the architecture fixes to build the internal linking that funnels authority into your collection and product pages.

Free to use and share. If you republish a prompt, link back to this library.

Contact

IGNIPC Private Limited

1st Floor, Flat No. 111, Hemkunt Chambers

Nehru Place, New Delhi 110019

India

+91 8700187916

sarthak@aikrates.com

Pipeline

  • P3 Sprint
  • Pipeline Clarity Audit

AI Strategy

  • Voice Agents
  • Business Audit
  • Enterprise

Solutions

  • Real Estate

Resources

  • Blog
  • Prompt Library
  • Book a call

Company

  • Privacy Policy
  • Terms of Service
  • LinkedIn

© 2026 IGNIPC Private Limited.