54-page SEO/GEO/AEO audit: signal-by-signal findings, priority matrix, 7-day plans for 10 towns within 6 km, and a 5-competitor keyword brief.
Every copy-paste Shopify code block (schema, meta, robots, llms.txt, locality template, CTAs) mapped to a 5-phase roadmap, with exact paste locations.
Do these in order. Each row links to the exact file in the code pack. Full code + roadmap on the implementation page.
| # | Paste this | Into here | So that… |
|---|---|---|---|
| 0 | Cloudflare-bot-allow.txt | Cloudflare → Security → WAF → Custom rules (+ Bots → "Allow verified bots") | Googlebot & AI crawlers get 200, not 403 — the site becomes crawlable at all. |
| 1 | 01-theme-head.liquid | Shopify → Edit code → layout/theme.liquid, inside <head> | Canonical, Open Graph & Twitter cards render — clean previews + no duplicate-content issues. |
| 2 | 02-organization-schema.liquid | Same file, near end of <head> | Google & AI engines recognise the brand entity (logo, socials, 4.7★). |
| 3 | 03-localbusiness-thane.liquid | Same file (renders only on /pages/thane-store) | Store appears in Google Map Pack with address, hours, phone, rating. |
| 4 | 06-breadcrumblist.liquid | Same file | Breadcrumb rich result in search. |
| 5 | robots.txt.liquid | Shopify → Edit code → create templates/robots.txt.liquid | AI crawlers are explicitly welcomed + sitemap is pointed to. |
| 6 | llms.txt | Serve at site root /llms.txt (Cloudflare Worker or redirect — Shopify can't host root files) | ChatGPT/Claude/Perplexity get a clean brand brief to cite. |
| 7 | 04-faqpage-thane.liquid | theme.liquid + mirror as visible Q&A on the page | FAQ rich result, People-Also-Ask, AI Overview answers. |
| 8 | 05-howto-helmet-size.liquid | Thane page template / theme | How-To rich result + voice answers for "helmet size". |
| 9 | 08-speakable.liquid | Thane page (add matching CSS classes) | Google Assistant can read out address & hours. |
| 10 | 07-product-aggregaterating.liquid | Product template (sections/main-product.liquid) | ★ star ratings on product results. |
| 11 | 09-locality-page-template.liquid | New custom page template, reused per town | Ranks for "near me" across all 10 towns within 6 km. |
| 12 | 10-sticky-cta.liquid | New section, rendered on store pages | Call / WhatsApp / Directions buttons convert visits → walk-ins. |
| 13 | 11-ga4-events.liquid | Theme (with GA4 installed) | Proves SEO → calls/visits/sales in analytics. |
{{ REPLACE_… }} token (phone, address, PIN, lat/lng, Maps URL, WhatsApp number, store photo) with verified data from your Google Business Profile before publishing.
/pages/thane-store returns 200 to Googlebot (Search Console → URL Inspection).