<?xml version="1.0" encoding="UTF-8"?>
<!--
  Total Rewards Hub sitemap.

  ONE LINE TO EDIT: replace YOUR-DOMAIN.com below with your live domain.

  Why there is only a single URL here. The platform is one static document
  that routes client-side with hash fragments (#/tools, #/learn, and so on).
  A URL fragment is not addressable by a crawler: search engines discard
  everything from the # onwards, so listing #/tools, #/learn and the rest
  would submit twelve entries that all resolve to this same one. That reads
  as duplicate content and gains nothing.

  The site is still fully indexed. Every view rewrites its own <title>,
  meta description, canonical link and JSON-LD as you navigate, and the
  crawlers that execute JavaScript follow the internal links. This file
  exists to point Search Console at the entry point, which is all a
  single-document site needs it to do.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://YOUR-DOMAIN.com/</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
