<?xml version="1.0" encoding="UTF-8"?>
<!--
  Most of this site is a single-page app — one real URL with client-side view
  switching — so a sitemap can only honestly list URLs that return distinct
  content when requested directly.

  /privacy, /terms and /sms now do: the router reads the path, and the host
  rewrites unknown paths to index.html. They are listed because compliance
  reviewers and carriers fetch them directly, and an unlisted legal page reads
  as an absent one. Add an entry here for any other route given the same
  treatment.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://experiencehitters.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://experiencehitters.com/sms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://experiencehitters.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://experiencehitters.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
