<?xml version="1.0" encoding="UTF-8"?>
<!--
  A REAL file, on purpose. Netlify serves real files in public/ before the
  `/* -> /index.html 200` fallback in netlify.toml. Without this file that
  fallback answered /sitemap.xml with 195KB of app shell as text/html, which
  returned HTTP 200 and so looked healthy to any monitoring check while giving a
  crawler the whole application instead of a sitemap. Same trap robots.txt was
  already fixed for. Check the content type, never just the status code.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://value-gap-audit.hellostepchange.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://value-gap-audit.hellostepchange.com/how-it-works</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
