<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage / Landing -->
  <url>
    <loc>https://aerostride.me/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- All Products -->
  <url>
    <loc>https://aerostride.me/shoes</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Vouchers -->
  <url>
    <loc>https://aerostride.me/vouchers</loc>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>

  <!--
    NOTE: Product detail pages (/product/:id) are dynamic.
    For full SEO, generate this sitemap dynamically from the backend API.
    Example endpoint: GET /api/v1/sitemap/products
    Each product should have:
    <url>
      <loc>https://aerostride.me/product/{id}</loc>
      <lastmod>{updated_at}</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.8</priority>
    </url>
  -->
</urlset>
