Khoji on Shopify

Shopify generates /sitemap.xml for every store automatically, so Khoji works out of the box.

Install

  1. In your Shopify admin, go to Online Store → Themes.
  2. Click ⋯ → Edit code on your live theme.
  3. Open layout/theme.liquid.
  4. Paste this just before </body> and save:
<script src="https://khoji.aiskillhub.info/widget/khoji.js"
  data-khoji async></script>

What gets indexed

Shopify's sitemap includes products, collections, pages and blog posts. Khoji indexes them all up to your plan limit — product descriptions become semantically searchable, so "gift for a tea lover" can surface your chai sampler even if that phrase never appears on the page.

Matching your brand

<script src="https://khoji.aiskillhub.info/widget/khoji.js"
  data-khoji
  data-accent="#1a7f5a"
  data-placeholder="Search products…"
  async></script>

Large catalogs

The free tier indexes 200 pages; Pro raises this to 2,000. If your store has more, Khoji indexes in sitemap order — Shopify lists products first, which is usually what you want searched. A Shopify app-store listing with deeper product integration (variants, availability) is on the roadmap.