<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static routes only — product/store detail pages are per-record data,
  not knowable from this static file. Once a domain is live, either swap
  YOUR_PRODUCTION_DOMAIN below for the real one, or (better, for the
  dynamic product/store URLs this can't cover) generate this file from a
  small script against the Firestore product/store collections as part
  of the deploy step. See docs/adr/0013-flutter-web-auth-and-streaming.md
  for why this only gets a page onto Google's crawl queue, not full
  content indexing (Flutter Web renders to canvas, not DOM text).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://YOUR_PRODUCTION_DOMAIN/home</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://YOUR_PRODUCTION_DOMAIN/search</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://YOUR_PRODUCTION_DOMAIN/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://YOUR_PRODUCTION_DOMAIN/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
