<?xml version="1.0" encoding="UTF-8"?>
<!--
  Crawlable surface only. Every URL here must be one that canonicalizes to
  itself, or the sitemap contradicts the canonical and Google discards it.

  Deliberately absent:
    /preview  - serves the same shell as / and canonicalizes to it
                (tests/test_seo_canonical.py::test_spa_shell_canonicalizes_to_bare_root).
                Listing it would nominate a URL we already told Google to fold.
    /welcome  - post-signup, reached with a user id; nothing to index.
    /getapp, /appstore, /playstore - 302 redirects, no document.

  No lastmod/changefreq/priority: Google ignores the latter two, and a
  hand-maintained lastmod goes stale silently, which is worse than none.
  Add a <url> block here whenever a new self-canonical page ships.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://charged.bscotttech.com/</loc>
  </url>
  <url>
    <loc>https://charged.bscotttech.com/support.html</loc>
  </url>
  <url>
    <loc>https://charged.bscotttech.com/supported-devices.html</loc>
  </url>
  <url>
    <loc>https://charged.bscotttech.com/privacy-policy.html</loc>
  </url>
  <url>
    <loc>https://charged.bscotttech.com/terms.html</loc>
  </url>
  <url>
    <loc>https://charged.bscotttech.com/delete-account.html</loc>
  </url>
</urlset>
