<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static routes only.

  Product pages (/product/:id) are deliberately absent: their ids come from the
  API at runtime and this file is a build artifact, so listing them would mean
  generating it from /a/api/products at build time. Worth doing once the
  catalogue is stable — see the TODO in robots.txt.

  <lastmod> is omitted rather than faked. A date that never changes teaches a
  crawler that the page never changes, which is worse than saying nothing; a
  date auto-stamped to every build claims a change that did not happen. Add it
  per-URL only when something real drives it.

  Origin must match Brand.webOrigin. Update both when a custom domain goes live.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ecom.kliqbooks.in/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ecom.kliqbooks.in/products</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <!--
    The static local page. Ranked second only to the homepage on purpose: it is
    the one URL here made of real HTML text rather than a <canvas>, so it is the
    only one a non-rendering crawler can read at all, and the only one that
    answers "cloth store in Guntur" with prose rather than with a meta tag.
  -->
  <url>
    <loc>https://ecom.kliqbooks.in/store-in-guntur/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://ecom.kliqbooks.in/offers</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ecom.kliqbooks.in/gift-cards</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://ecom.kliqbooks.in/page/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://ecom.kliqbooks.in/page/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://ecom.kliqbooks.in/page/shipping</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ecom.kliqbooks.in/page/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://ecom.kliqbooks.in/page/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
