Sample report

This is what your audit report looks like

Anonymised demo for acme-store.com. Real audits include live LLM probes, a ranked fix playbook, and source analysis for your storefront.

AI Visibility Report

Detected: Shopify

Based on a 25-page sample of your storefront.

12 product pages scored in this audit.

Acme shows up in 8 of 12 real buyer questions, but there's room to grow. Fixing product schema and category copy would lift citations fast.

AI visibility score

78/100

Cited rate

8/12

Weakest engine

Gemini

Schema coverage

86%

Summary

Acme's catalog is readable for humans and mostly well structured, but AI engines still miss key product facts on many PDPs. Live probes show ChatGPT and Perplexity citing competitors for comparison queries, while Gemini rarely mentions the brand at all. The fastest wins are richer Product JSON-LD, clearer category narratives, and explicit AI-bot allow rules in robots.txt.

Highest-impact path

Top Three Changes to Boost Your AI Visibility and Ranking

01

Product JSON-LD missing brand and offers fields

Add brand and offers to Product JSON-LD so ChatGPT and Perplexity can cite your catalog in shopping-style answers.

02

robots.txt does not declare AI assistant user-agents

Explicit allow rules for GPTBot, PerplexityBot, and ClaudeBot remove crawl ambiguity before more publishers default to opt-out.

03

Missing or weak product descriptions

Expand thin PDP descriptions with specs and use cases so AI engines have factual copy to extract per product.

ACTION PLAN

Your Action Plan

Apply the following fixes to improve your AI visibility and ranking.

Coming Soon to Shopify App Store

Automatically apply fixes to your store

Start with the 3 steps above, then expand Opportunities for full detail. Diagnostics and passing checks are optional depth.

Store-wide fixes(4)Expand
#1CriticalAI gap

Product JSON-LD missing brand and offers fields

10 min142 pageshigh impact
Open

Why it matters

AI engines rely on structured data to surface products in conversational answers. Without brand and offers fields, assistants struggle to cite your catalog for brand-specific questions.

Example — one of your pages

Before
{"@type":"Product","name":"Acme Cordless Drill","image":"https://acme-store.com/drill.jpg"}
After
{"@type":"Product","name":"Acme Cordless Drill","brand":{"@type":"Brand","name":"Acme"},"offers":{"@type":"Offer","price":"129.00","priceCurrency":"USD","availability":"https://schema.org/InStock"}}

Brand and offers fields make products eligible for shopping-style answers in ChatGPT and Google AI Overviews.

How to apply

  1. In Shopify Admin, open the product, collection, or page the recommendation refers to.
  2. Apply the change in the appropriate field — title, description, image, or theme code under Online Store → Themes → Edit code.
  3. Save. The change is live immediately.
#2CriticalAI gap

robots.txt does not declare AI assistant user-agents

10 min1 pagemedium impact
Open

Why it matters

GPTBot, PerplexityBot, and ClaudeBot check robots.txt before crawling. Explicit allow rules remove ambiguity as more publishers default to opt-out.

How to apply

  1. In Shopify Admin, go to Settings → Apps and sales channels → Develop apps.
  2. Open your theme code: Online Store → Themes → Edit code.
  3. Find the robots.txt.liquid template under Templates.
  4. Edit the file to add or remove the AI bot rules from the Example below.
  5. Save. Changes go live immediately.
#3Warning

Category pages missing ItemList schema

10 min23 pagesmedium impact
Open

Why it matters

ItemList markup tells AI engines which products belong in a collection and their relative ranking.

How to apply

  1. Download jsonld.json and wrap its contents in <script type="application/ld+json"></script> inside your page <head>.
  2. Replace every REPLACE_WITH_* placeholder with real product data. The Product object is a per-page template — duplicate and adapt for each product URL.
  3. If you do not collect reviews, remove the entire aggregateRating block before publishing.
  4. In Shopify Admin, open Online Store → Themes → Edit code.
  5. Find the relevant snippet (typically snippets/seo.liquid or layout/theme.liquid inside the <head> block).
  6. Paste the JSON-LD <script> block in the Example section below into the file.
  7. Save. Verify via Google's Rich Results Test against a live URL.
#4Warning

Generic meta descriptions on collection pages

10 min18 pagesmedium impact
Open

Why it matters

Meta descriptions are one of the first signals AI engines use to summarize a page. Boilerplate text reduces citation odds.

How to apply

  1. In Shopify Admin, open the product, collection, or page the recommendation refers to.
  2. Apply the change in the appropriate field — title, description, image, or theme code under Online Store → Themes → Edit code.
  3. Save. The change is live immediately.
Product page fixes(3)Expand
#1Critical

Missing or weak product descriptions

30 min38 pageshigh impact
Open

Why it matters

Individual product pages have thin descriptions that make it harder for AI engines to extract clear, factual copy when recommending your catalog.

Example — one of your pages

Before
Cordless drill. Great value. Buy now.
After
18V cordless drill with 2.0Ah battery, 13mm chuck, and LED work light — suited for weekend DIY and light trade work. Includes carry case.

Richer PDP copy gives AI engines concrete facts to cite in comparison and recommendation answers.

How to apply

  1. In Shopify Admin, open the product or page to edit.
  2. Update the Description field using the rich-text editor.
  3. Paste the suggested copy from above into the Description field — keep headings clear and answer shopper questions directly.
  4. Save.
#2WarningAI gap

Incomplete Product schema on product pages

10 min24 pagesmedium impact
Open

Why it matters

Product pages are missing required schema fields, so AI engines cannot reliably extract price, availability, and attributes.

How to apply

  1. Download jsonld.json and wrap its contents in <script type="application/ld+json"></script> inside your page <head>.
  2. Replace every REPLACE_WITH_* placeholder with real product data. The Product object is a per-page template — duplicate and adapt for each product URL.
  3. If you do not collect reviews, remove the entire aggregateRating block before publishing.
  4. In Shopify Admin, open Online Store → Themes → Edit code.
  5. Find the relevant snippet (typically snippets/seo.liquid or layout/theme.liquid inside the <head> block).
  6. Paste the JSON-LD <script> block in the Example section below into the file.
  7. Save. Verify via Google's Rich Results Test against a live URL.
#3Warning

Weak product titles

3 min17 pagesmedium impact
Open

Why it matters

Product titles are too short or missing brand context — weakening how AI engines name and cite your products.

How to apply

  1. In Shopify Admin, open the product, collection, or page you want to edit.
  2. Update the Title field at the top of the editor.
  3. For the SEO title specifically, scroll to Search engine listing preview and edit Page title.
  4. Save. The change is live immediately.
Diagnostics(1)Expand
#1Info

Sitemap omits category landing pages

10 min1 pagelow impact
Open

Why it matters

Including category pages in the XML sitemap helps AI bots discover the full catalog hierarchy.

How to apply

  1. Shopify auto-generates /sitemap.xml and does not allow direct editing.
  2. For additional URLs or custom rules, install a sitemap-extension add-on from the Shopify marketplace (search sitemap in the storefront extension catalog).
  3. Verify by visiting https://yourstore.com/sitemap.xml.
Other passing checks(2)Expand

Looks good: core-web-vitals

Looks good: title-tags-present

Live AI probe responses

Real buyer-intent prompts sent to ChatGPT, Claude, Perplexity, and Gemini. Your audit surfaces verbatim excerpts and whether your store was cited.

ChatGPT logoChatGPT
Cited with link

Best cordless drills for weekend DIY projects

For weekend DIY projects, Acme's 18V cordless drill line is frequently recommended alongside DeWalt and Makita options. Acme-store.com lists detailed specs and bundle kits…

Perplexity logoPerplexity
Mentioned by name

Where to buy quality power tools online

Several retailers stock quality power tools online. Competitor-a.com and competitor-b.com appear often in comparison answers; Acme is mentioned for mid-range kits but cited less often than category leaders…

Claude logoClaude
Mentioned by name

Reliable online stores for home improvement tools

Home improvement shoppers often compare big-box retailers with specialty stores. Acme-store.com surfaces for drill bundles, though editorial roundups still favour competitor-a.com for breadth…

Gemini logoGemini
Not mentioned

Top ecommerce sites for power tool deals

Deal-focused answers lean on marketplace aggregators and competitor-b.com. Acme appears in fewer Gemini responses for this prompt set — a gap the audit flags under weakest engine…

Sources AI engines citeWhat are AI citations?(6)Reveal sources

The domains AI engines pull from when answering questions in your category. Your own domain is highlighted where it appears.

Sources cited by AI engines when answering prompts about this store. Columns: domain, source type, page type, whether you are mentioned, mention count. Sortable by domain and mentions.
TypePage TypeYou?
acme-store.comCorporate-CommercialProduct Yes14
competitor-a.comEditorialArticle No11
competitor-b.comCorporate-CommercialProduct No8
competitor-c.comEditorialArticle No5
reddit.comUGCArticle No4
youtube.comUGCArticle No3

Ready to see how AI engines read your store?

Free · No signup · Results in minutes