<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only "/" is listed. /demo and /waitlist are deliberately NOT included yet:
  index.html hardcodes <link rel="canonical" href="https://suprflo.com/">, and
  every route is served that same shell, so those URLs currently declare
  themselves canonical to "/". Listing them would tell crawlers to index pages
  that simultaneously tell crawlers they are not canonical — a contradictory
  signal that wastes crawl budget.

  Add them once build-time prerendering emits per-route canonical, og:url and
  title tags. At that point generate <lastmod> in the prerender script rather
  than hand-editing it here; a hardcoded date rots into a false freshness claim.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://suprflo.com/</loc>
    <lastmod>2026-07-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
