Shopify Dawn Theme: AI Search Readiness Audit
Dawn is the most-installed Shopify theme on the platform. It is fast, accessible, and well-built for human shoppers. But Dawn ships with three structural gaps that limit AI search visibility on most stores running it. This audit covers what to check and the exact fix path for each.
What you'll learn
- Understand gap 1: default robots.txt does not explicitly allow ai crawlers
- Understand gap 2: product json-ld is rendered but incomplete
- Understand gap 3: reviews rendered client-side
Gap 1: Default robots.txt does not explicitly allow AI crawlers#
Dawn relies on Shopify's platform-level robots.txt, which has improved over the last 18 months but still does not include explicit allow directives for emerging AI crawlers like PerplexityBot, ClaudeBot, and Google-Extended. To fix this on Dawn, edit robots.txt.liquid and add explicit User-agent blocks for the crawlers you want to allow.
Gap 2: Product JSON-LD is rendered but incomplete#
Dawn outputs Product schema by default but omits MerchantReturnPolicy, OfferShippingDetails, and ProductGroup linking. Open snippets/product-schema.liquid and extend the JSON-LD output to include these. ShelfScore checks for all three on every product page.
Gap 3: Reviews rendered client-side#
Dawn does not ship with native reviews. Most merchants add a third-party review app (Judge.me, Loox, Yotpo) that injects ratings via JavaScript after page load. AI crawlers either do not execute JS or do so unreliably, which means your hard-earned ratings are invisible. Fix path: use a review app that supports server-side rendering, or pull review data into the aggregateRating field of your Product JSON-LD at theme level.
Run a free ShelfScore audit
See your AI Visibility Score across Bot Access, Schema, and Data in under 60 seconds. No credit card.
Install Free on Shopify