<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage -->
  <url>
    <loc>https://sell.idexa.one/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Terms of Use -->
  <url>
    <loc>https://sell.idexa.one/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <!--
    PRODUCT PAGES
    ─────────────────────────────────────────────────
    Product URLs follow the pattern: /product/{id}
    These are client-side rendered SPA routes.
    
    To add your live product URLs here, run this in the browser console
    while on sell.idexa.one to generate the entries automatically:

    fetch('https://nhevrvbtzexdrsxadoyl.supabase.co/rest/v1/sell_products?select=id,ts&order=ts.desc',
      { headers: { 'apikey': 'sb_publishable_Qb6J8GQkFyzVXnYHxNBrLQ_qqqrXoba' } })
      .then(r => r.json())
      .then(rows => {
        const xml = rows.map(p =>
          `  <url>\n    <loc>https://sell.idexa.one/product/${p.id}</loc>\n    <changefreq>weekly</changefreq>\n    <priority>0.8</priority>\n  </url>`
        ).join('\n');
        console.log(xml);
      });

    Then paste the output below this comment and redeploy.
    ─────────────────────────────────────────────────
  -->

</urlset>
