Skip to content
Crawlable

Can AI crawlers read Shopify sites?

Baseline
74/100

Server-rendered

AI crawlers can read this platform by default.

Shopify serves Liquid-rendered HTML, so products are readable — but collection filtering, reviews and recommendations are usually client-side and invisible.

What is actually happening

Liquid templates render on Shopify's servers, so the product title, description and price are in the raw HTML. The parts that sell — reviews, size guides, "customers also bought" — are almost always injected by apps after load, so an AI crawler never sees your social proof.

13 of the major AI crawlers — including GPTBot, OAI-SearchBot, ChatGPT-User — fetch your HTML and parse it without running a JavaScript engine. Anything your page adds after hydration is not part of what they read.

What to do on Shopify

  1. 01Check whether your review app renders server-side. If it does not, mirror the review summary into the product description or a metafield rendered in Liquid.
  2. 02Confirm Product schema includes offers, aggregateRating and availability — Shopify emits a basic block, but apps often break it.
  3. 03Expand thin product descriptions: one paragraph of marketing copy is not enough for a model to recommend the product over a competitor with three.
  4. 04Add llms.txt pointing at your main collections rather than every product URL.

What trips people up

Where the files go on Shopify

Edit robots.txt via Online Store → Themes → Edit code → robots.txt.liquid. llms.txt needs a redirect or an app, since Shopify does not serve arbitrary root files.

Stop guessing where your site sits

The baseline above is the platform. The free scan measures your actual site: how many words a crawler reads, whether your pages come back as empty shells, and which crawlers your robots.txt lets in.

Scan my Shopify site

Other platforms