<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL per page that actually ships in public/ — a sitemap listing a page
  that 404s is worse than no sitemap.

  404.html is deliberately absent (it carries noindex and is not a destination).
  /terms/ and /privacy/ ARE listed: they are real destinations, they are linked
  from both pages' footers, and a policy a crawler cannot find is one a buyer's
  payment provider cannot find either.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://analogendurance.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://analogendurance.com/plan-builder/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://analogendurance.com/terms/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://analogendurance.com/privacy/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
