<?xml version="1.0" encoding="UTF-8"?>
<!--
  Exactly one URL, and that is the honest answer rather than a thin one.

  vercel.json rewrites /(.*) to /, so every path outside the explicitly-listed
  static files serves the SAME document. /saved, /settings and /station/<id>
  are real app routes but they are not distinct URLs to a crawler — listing them
  would advertise duplicates of / and invite exactly the competing-copies
  problem the canonical exists to prevent.

  /admin/* is deliberately absent for a different reason: it carries
  X-Robots-Tag: noindex, and advertising a URL you have asked not to be indexed
  is a contradiction a crawler resolves by trusting neither signal.

  If per-route documents ever land (expo-router/head plus a vercel.json that
  stops collapsing every path — tracked in docs/TODO.md), GENERATE this file
  from the route list and DELETE this static one. A static public/sitemap.xml
  shadows a generated one and silently freezes it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://fuelhunt.app/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
