<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the two publicly meaningful, crawlable routes are listed. /app and /auth are
  excluded here for the same reason robots.txt disallows them: /app renders nothing
  without a session-specific basket, and /auth is a credential form.

  http://localhost:5173 is substituted at build time from the VITE_SITE_URL environment
  variable by the medcheck-template-public-files plugin in vite.config.js. Files in
  public/ are copied verbatim by Vite with no transform, so that plugin exists
  specifically to template this file and robots.txt; editing the origin here by
  hand is not needed and would drift from index.html.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>http://localhost:5173/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>http://localhost:5173/explorer</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
