<?xml version="1.0" encoding="UTF-8"?>
<!--
  Replace https://example.com with the real production domain before launch.
  This covers the app's static top-level routes only. A full sitemap including every product/
  category page would need to be generated at build/deploy time from the live catalog (the
  catalog changes constantly and isn't known statically at build time) - a follow-up improvement,
  not something a hand-maintained static file can correctly do.
-->
<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/search</loc><changefreq>daily</changefreq><priority>0.9</priority></url>
</urlset>
