<?xml version="1.0" encoding="UTF-8"?>
<!--
  The four publicly reachable pages, and only those.

  /auth/login is deliberately absent: it is a sign-in wall with nothing to index,
  and robots.txt disallows /auth/ - listing it here would be a direct contradiction
  that Search Console reports as an error. src/__tests__/public-assets.test.ts fails
  if any <loc> below falls under a Disallow prefix in robots.txt.

  No <lastmod>, <changefreq>, or <priority>. Google ignores the latter two outright,
  and a hand-maintained lastmod is worse than none - it goes stale the first time
  someone edits a page without remembering this file, and a lying lastmod costs more
  trust than a missing one.

  Adding a public route to App.tsx means adding it here. Nothing enforces that
  direction automatically; the routes are JSX and cannot be read as data.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.okc-fundraising.com/</loc>
  </url>
  <url>
    <loc>https://www.okc-fundraising.com/apply</loc>
  </url>
  <url>
    <loc>https://www.okc-fundraising.com/terms</loc>
  </url>
  <url>
    <loc>https://www.okc-fundraising.com/privacy</loc>
  </url>
</urlset>
