<?xml version="1.0" encoding="UTF-8"?>
<!-- Only "/" is listed for the app itself, not "/hoop-tracker.html": firebase.json rewrites
     "/" to that file, so listing both would submit the same page to Google twice. Domain is the
     real custom domain (hooptrackerapp.com), not the underlying .web.app Firebase Hosting URL --
     both serve identical content, but the custom domain is the one actually indexed/marketed. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://hooptrackerapp.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://hooptrackerapp.com/support.html</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://hooptrackerapp.com/privacy.html</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://hooptrackerapp.com/terms.html</loc>
    <priority>0.3</priority>
  </url>
</urlset>
