<?xml version="1.0" encoding="UTF-8"?>
<!--
  Canonical host is the APEX (claimguru.com); www 301-redirects to it.
  Every <loc> MUST use the apex so the sitemap never lists a redirecting URL.
  /signup is intentionally omitted because it 302-redirects to app.claimguru.com
  (a different origin) and is not indexable marketing content.

  PRE-LAUNCH (2026-09-21). /benefits, /pricing and /about are retired until
  launch and now 301 to "/" (see netlify.toml). A sitemap must never list a URL
  that redirects, so they are removed here in the same change. Put them back
  when the routes come back in src/App.jsx.

  What is left is what actually resolves: the coming soon page, and the legal
  and trust pages, which stay reachable at their own URLs.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://claimguru.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://claimguru.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://claimguru.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://claimguru.com/security</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
