Most “store audit” guides still tell you to check your meta tags and page speed. That advice isn't wrong. It's just stuck in 2023. The real question in 2026 is whether AI engines can find your store, understand your products, and recommend you by name when a shopper asks ChatGPT, Perplexity, or Google AI for help.
This is the AI Visibility audit checklist. Six categories, specific diagnostic steps, and a clear priority order so you know what to fix first. No fluff, no vague suggestions. Just the stuff that actually determines whether AI recommends your store or your competitor's.
Why the Old Audit Framework Is Broken
Traditional store audits check SEO basics, page speed, and maybe trust signals. Those things still matter, but they miss the biggest shift in ecommerce discovery: AI engines are now the front door for a growing share of purchase decisions.
When someone asks Perplexity “what's the best organic skincare brand for sensitive skin,” the AI doesn't crawl Google results and regurgitate them. It pulls from its own understanding of the web, built from structured data, content clarity, authority signals, and increasingly, explicit files like llms.txt that tell AI exactly what your store is about.
A store can rank on page one of Google and still be completely invisible to ChatGPT. These are different systems with different rules. Your audit needs to cover both.
The 6 Categories of an AI Visibility Audit
Here's the framework. Each category covers what to check, why AI engines care about it, and how to fix the issues you find.
1. AI Discoverability: Can AI Engines Actually Reach Your Store?
This is the foundation. If AI crawlers can't access your site, nothing else matters. You could have perfect schema markup and incredible content, but if your robots.txt blocks AI bots or you have no llms.txt file, you're invisible.
What to check
- robots.txt AI bot rules: Open
yourdomain.com/robots.txtin your browser. Look forUser-agentrules that specifically block AI crawlers. Common ones to watch for:GPTBot(OpenAI/ChatGPT),Google-Extended(Gemini),ClaudeBot(Anthropic),PerplexityBot, andCCBot. If you seeDisallow: /under any of these, that AI engine cannot crawl your store at all. - llms.txt file: Visit
yourdomain.com/llms.txt. If you get a 404, you don't have one. This file is your direct communication channel with AI engines. It tells ChatGPT, Perplexity, and other systems exactly what your store sells, who it's for, and how to represent your brand. Here's our full guide on creating one. - Sitemap accessibility: Check
yourdomain.com/sitemap.xml. Make sure it loads, includes your important product and collection pages, and isn't returning errors. AI crawlers use sitemaps to discover your pages efficiently. - Crawl budget signals: If your site has thousands of pages but many return 404 errors or redirect chains, AI crawlers may give up before reaching your key content. Check your server logs or Google Search Console for crawl errors.
Why AI engines care
AI engines like ChatGPT and Perplexity build their understanding of your store by crawling it. If they can't get in, they can't recommend you. The llms.txt file goes a step further: it proactively tells AI what you want them to know, rather than hoping they figure it out from your HTML. Stores with an llms.txt file see measurably better AI recommendation rates because the AI doesn't have to guess.
How to fix it
Edit your robots.txt to explicitly allow AI crawlers. At minimum, make sure GPTBot, Google-Extended, and PerplexityBot are not blocked. Then create an llms.txt file at your domain root with your store name, product categories, brand positioning, key policies, and contact information. This takes about 15 minutes and is the single highest-leverage AI Visibility fix you can make.
2. Structured Data: Does AI Understand What You Sell?
Structured data is how you speak AI's native language. Without it, AI engines read your product pages as unstructured text and have to infer what you sell. With it, they know exactly what each product is, what it costs, what customers think of it, and how your business is organized.
What to check
- Product schema: Right-click on any product page, click “View Page Source,” and search for
“@type”: “Product”. You should see JSON-LD markup that includes the product name, description, price, availability, image, and brand. If this is missing, AI can't reliably extract your product data. - AggregateRating schema: If you have product reviews, check that your source code includes
AggregateRatingwithratingValueandreviewCount. This tells AI engines your products are reviewed and trusted. Our review schema guide covers this in detail. - Organization schema: Search your homepage source for
“@type”: “Organization”. This should include your business name, logo, URL, and contact information. It helps AI engines understand who you are as a company. - FAQ schema: If you have FAQ content on product pages or standalone FAQ pages, check for
FAQPageschema. AI engines love FAQ data because it directly maps to the question-and-answer format that shoppers use when talking to AI. - BreadcrumbList schema: Check for breadcrumb markup that shows your site hierarchy (Home > Category > Product). This helps AI understand your product taxonomy and categorization.
- Validation: Paste any product URL into Google's Rich Results Test (
search.google.com/test/rich-results). It will show you exactly which schema types are detected and flag any errors.
Why AI engines care
When a shopper asks Gemini “what are the best running shoes under $150,” the AI needs to pull price, category, and rating data from somewhere. Structured data makes that data explicit and machine-readable. Stores with comprehensive schema markup appear in AI recommendations at significantly higher rates than stores without it, because the AI can verify the product matches the query instead of guessing.
How to fix it
Most Shopify themes include basic Product schema, but it's often incomplete. Check that price, availability, and images are included. For reviews, make sure your review app outputs AggregateRating in JSON-LD format. Add Organization schema to your theme's layout/theme.liquid file. For FAQ pages, use an app or manually add FAQPage schema. The goal is to make every important data point on your store machine-readable, not just human-readable.
3. Content Readiness: Can AI Parse and Summarize Your Pages?
AI engines don't just check if content exists. They evaluate whether it's structured clearly enough to parse, summarize, and use as the basis for a recommendation. Messy content with no headings, duplicate meta tags, or thin product descriptions gets ignored.
What to check
- H1 structure: Every page should have exactly one H1 tag that clearly describes what the page is about. View source and search for
<h1. Multiple H1 tags confuse AI about the page's primary topic. Zero H1 tags mean the page has no clear subject. - Meta title and description: Check that every page has a unique title tag (50-60 characters) and meta description (120-155 characters). Use our free Meta Tag Checker to see exactly what AI and search engines see when they look at your pages.
- Product descriptions: Are your descriptions substantive enough for AI to understand who the product is for and what problem it solves? A description like “Blue cotton t-shirt, S-XL” gives AI nothing to work with. AI needs context: who uses this product, what makes it different, what pain point it addresses.
- Heading hierarchy: Check that your pages use H2 and H3 tags to organize content into logical sections. AI engines use heading structure to understand topic organization and extract relevant snippets.
- Open Graph tags: Check for
og:title,og:description, andog:imagein your page source. These tags influence how your content appears when shared and how AI aggregators process your pages. - Content uniqueness: Are your product descriptions unique, or are you using manufacturer-provided copy that appears on dozens of other sites? AI engines deprioritize duplicate content because they can't determine which source is authoritative.
Why AI engines care
ChatGPT and Perplexity need to summarize your store and products accurately. If your content is poorly structured, has missing metadata, or uses generic descriptions, the AI either misrepresents you or skips you entirely. Clear, well-structured content is the raw material that AI uses to build its understanding of your brand.
How to fix it
Start with your top 20 product pages. Rewrite descriptions to answer three questions: Who is this for? What problem does it solve? What makes it different? Make sure each page has one H1, proper heading hierarchy, and unique meta tags. This is the most time-intensive fix, but it compounds over time as AI engines re-crawl your content and update their understanding.
4. Technical Foundation: Is Your Site Fast, Accessible, and Properly Indexed?
Technical issues affect AI Visibility in two ways. First, slow sites with errors frustrate AI crawlers just like they frustrate humans. Second, technical signals like Core Web Vitals and proper canonicalization influence how much AI engines trust your store as a reliable source.
What to check
- Page speed: Run your homepage and a product page through Google PageSpeed Insights. A mobile score below 50 signals technical problems that affect both user experience and crawler efficiency. Our page speed guide breaks down the most common Shopify speed killers.
- Core Web Vitals: Check your LCP (Largest Contentful Paint), FID/INP (Interaction to Next Paint), and CLS (Cumulative Layout Shift) in Google Search Console or PageSpeed Insights. These metrics influence how search engines and AI engines evaluate your site quality.
- Canonical tags: View source on a few product pages and search for
<link rel=“canonical”. Every page should have a canonical URL pointing to itself (or the correct canonical version). Missing or incorrect canonicals create duplicate content issues that confuse AI. - Mobile optimization: Load your store on a real phone. Can you read everything? Are tap targets large enough? Does the page scroll only vertically? AI engines know that most ecommerce traffic is mobile, and they factor mobile usability into their trust assessments. Full mobile optimization checklist here.
- HTTPS: Your site must serve over HTTPS with a valid SSL certificate. No exceptions. AI engines will not recommend stores that browsers flag as insecure.
- Redirect chains: Check for chains of redirects (A redirects to B which redirects to C). These waste crawler budget and can cause AI to miss pages entirely.
Why AI engines care
AI engines factor site quality into their recommendation decisions. A store that loads in 1.5 seconds with clean technical fundamentals signals a legitimate, well-maintained business. A store with a 6-second load time, broken redirects, and missing SSL signals the opposite. AI won't recommend a store it doesn't trust.
How to fix it
Audit your installed Shopify apps. Each app injects JavaScript that slows your store. Remove any you're not actively using. Compress and convert images to WebP format. Fix any redirect chains. Ensure every page has a correct canonical tag. These are foundational fixes that improve everything downstream.
5. Authority Signals: Does AI Trust Your Store Enough to Recommend It?
AI engines don't just check if your store exists. They evaluate whether it's trustworthy enough to recommend to a real person. This is where authority signals come in: reviews, trust signals, backlinks, and brand mentions across the web.
What to check
- Review volume and quality: How many product reviews do you have? What's your average rating? AI engines weight review data heavily because it's a direct signal of customer satisfaction. Stores with 50+ reviews and 4.0+ average ratings are significantly more likely to be cited by AI. Use our AI Visibility Checker to see where you stand.
- Trust signals on-site: Check for visible return policies, contact information, payment badges, privacy policies, and About Us pages. These signals matter to human visitors and to AI engines that evaluate store legitimacy. Our trust signals guide has the full checklist.
- Brand mentions: Search for your brand name on Google (without your domain). Are you mentioned on review sites, blogs, forums, or social media? AI engines learn about your brand from mentions across the web, not just from your own site. More mentions in positive contexts means higher authority.
- Backlink profile: Quality backlinks from relevant sites signal authority to both search engines and AI. Tools like Ahrefs or Moz can show your backlink profile. Focus on links from industry-relevant sites, not just volume.
- Third-party presence: Are you listed on relevant directories, marketplaces, or comparison sites? AI engines cross-reference information across sources. Being present in multiple trusted contexts reinforces your credibility.
Why AI engines care
When ChatGPT recommends a store, it's putting its own credibility on the line. If it sends someone to a scammy or low-quality store, the user loses trust in the AI. So AI engines are conservative. They prefer to recommend stores with strong, verifiable trust signals: real reviews, consistent brand presence, and multiple indicators of legitimacy. Stores that score below 40 on trust almost always have near-zero AI Visibility, regardless of how good their products are.
How to fix it
Start by making your existing trust signals visible. Put your return policy in the footer AND on product pages. Add a detailed About Us page. Make sure your contact page includes at least two ways to reach you. Then build review velocity: set up post-purchase email flows that ask for reviews, and make the review process as frictionless as possible. Authority takes time to build, but the on-site trust fixes are immediate.
6. Content Strategy: Are You Creating Content That AI Actually Uses?
AI engines answer questions. If your store has content that directly answers the questions shoppers ask, you're more likely to be cited as a source. This isn't about blogging for SEO keywords. It's about creating content that maps to the exact queries people type into ChatGPT, Perplexity, and Google AI.
What to check
- Question-based content: Do you have blog posts, guides, or FAQ pages that answer specific questions in your niche? Think about what your ideal customer would ask an AI: “What's the best moisturizer for dry skin?” or “How do I choose running shoes for flat feet?” Your content should directly answer those questions.
- Internal linking: Do your blog posts link to relevant product pages? Do product pages link to related guides? Strong internal linking helps AI engines understand the relationships between your content and your products. It creates a connected map of your expertise.
- Topical coverage: Have you covered the core topics in your niche comprehensively? AI engines favor stores that demonstrate deep expertise in a specific area over stores with shallow content across many topics. A store that owns “sustainable running gear” with 20 detailed articles will outperform a store with 5 generic posts about various sports.
- Content freshness: When was your last blog post or guide published? AI engines factor content recency into their assessments. A blog that hasn't been updated in 18 months signals a potentially inactive store.
- Answer format: Does your content include clear, concise answers near the top of each page? AI engines often extract the first direct answer to a question. Burying your answer under 500 words of preamble reduces the chance of being cited.
Why AI engines care
Generative Engine Optimization (GEO) is the practice of creating content specifically designed to be cited by AI engines. When Perplexity answers a question about skincare, it cites sources. If your blog post directly answers that question with clear, authoritative information, you become the cited source. This drives traffic, builds brand awareness, and reinforces your authority in future AI responses.
How to fix it
Start by listing the 20 most common questions your customers ask before buying. Create content that directly answers each one. Structure each post with the answer in the first paragraph, detailed explanation in the body, and links to relevant products. Then build internal links between your content and your product pages. This creates a content ecosystem that AI engines can navigate and cite.
What to Fix First: The AI Visibility Priority Stack
If you've gone through this checklist and found issues (most stores have problems in at least three categories), here's how to prioritize your fixes for maximum impact.
Priority 1: Fix AI Discoverability. This is non-negotiable. If AI crawlers are blocked or you don't have an llms.txt file, everything else is irrelevant. Check your robots.txt, create your llms.txt, and verify your sitemap. This takes 30 minutes and unblocks everything downstream.
Priority 2: Fix Structured Data. Add or complete your Product schema, Organization schema, and AggregateRating markup. This is the second-highest leverage fix because it directly tells AI engines what you sell in a format they can process instantly. Most of this can be done in a day with the right apps or theme edits.
Priority 3: Fix Content Readiness. Rewrite your top product descriptions, fix your meta tags, and clean up your heading structure. Start with your 20 best-selling products and work outward. This is where you go from “AI can find you” to “AI understands what you sell and can recommend you accurately.”
Priority 4: Fix Technical Foundation. Page speed, Core Web Vitals, canonical tags, mobile experience. These are table-stakes fixes that affect both traditional SEO and AI Visibility. They're important, but they're less urgent than the AI-specific fixes above.
Priority 5: Build Authority Signals. Reviews, trust signals, brand mentions, backlinks. These take the longest to build but compound over time. Start the review velocity engine now because every week you wait is lost data.
Priority 6: Scale Content Strategy. Once your foundation is solid, invest in question-based content that positions you as the expert in your niche. This is the long game that turns AI Visibility into a sustainable competitive moat.
Get your AI Visibility Score across all six audit categories automatically.
StoreAudit scans your store for AI discoverability, structured data, content readiness, technical health, authority signals, and content strategy. You get a score out of 100 and a prioritized fix list in under 60 seconds. Free instant scan, no signup required.
Check My AI Visibility — FreeYou can also try our free tools to check individual areas:
- Meta Tag Checker: See exactly what AI engines and search engines see when they look at your store
- AI Visibility Checker: Find out how visible your store is to AI engines and first-time visitors
The Bottom Line
The stores that win in 2026 aren't just the ones that rank on Google. They're the ones that ChatGPT, Perplexity, Gemini, and Google AI recommend by name. That requires a different kind of audit: one that measures AI Readiness alongside traditional store health.
The good news is that 94% of stores haven't started. The AI Visibility playing field is wide open. If you fix AI discoverability and structured data this week, you're already ahead of nearly every competitor in your space. The window won't stay open forever, but right now, the first movers have a massive advantage.