<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sustate HQ — app.sustate.ca

  ONLY publicly reachable pages belong here. Listing an authenticated route would
  advertise a URL that returns an empty SPA shell to any crawler, which hurts
  rather than helps. The marketing site (separate repo, sustate.ca) carries its
  own sitemap; this one covers just the three public pages on the app host.

  lastmod is deliberately coarse — these pages change rarely, and a fabricated
  daily timestamp trains crawlers to ignore the field.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://app.sustate.ca/founding</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://app.sustate.ca/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://app.sustate.ca/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
