<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Home Page -->
  <url>
    <loc>https://kanduprints.com/</loc>
    <lastmod>2025-08-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Store Page -->
  <url>
    <loc>https://kanduprints.com/store</loc>
    <lastmod>2025-08-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Orders Page -->
  <url>
    <loc>https://kanduprints.com/orders</loc>
    <lastmod>2025-08-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Checkout Page -->
  <url>
    <loc>https://kanduprints.com/checkout</loc>
    <lastmod>2025-08-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Note: Admin routes (/admin/*) are intentionally excluded as they require authentication -->
  <!-- Note: Approval/denial routes with tokens are excluded for security -->
  
  <!-- Product Pages (when individual product pages are implemented) -->
  <!-- These will be added dynamically when product detail pages are created -->
  <!-- Example format:
  <url>
    <loc>https://kanduprints.com/products/flexfit-snapback-110-trucker-navy</loc>
    <lastmod>2025-08-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  -->

</urlset>
