<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sellaa is a client-rendered SPA (Vite + React), not server-rendered, so this
  sitemap only lists static routes. Product detail pages are created and
  updated by users in real time and are not included here — search engines
  will discover them by following links from /browse. If full product-page
  SEO becomes a priority, consider migrating to a prerendering or SSR
  approach (e.g. Vite SSR, Next.js) so dynamic routes can be listed reliably.
  Replace the placeholder domain below with your real production URL.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://example.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://example.com/browse</loc>
    <changefreq>hourly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://example.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
