<?xml version="1.0" encoding="UTF-8"?>
<!--
  NOTE: update the domain below to the real production host before go-live —
  no prod domain is configured anywhere in this repo yet (see environment.ts),
  so this currently points at the dev2 deployment.

  Only statically-known, public, indexable routes are listed (see
  app.routes.ts). Entity routes (/projects/:id, /donate/:id, /news/:id,
  /thank-you/:cartId) aren't enumerable without a backend crawl — this SPA has
  no SSR/prerendering (confirmed in KSCCP-30) to generate them at build time,
  and donation_api has no sitemap/feed endpoint to source them from. Auth- or
  role-gated routes (/my-donations, /my-subscriptions, /collect) are excluded,
  matching robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ksccp.dev.q8coders.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ksccp.dev.q8coders.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ksccp.dev.q8coders.com/governance</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://ksccp.dev.q8coders.com/news</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://ksccp.dev.q8coders.com/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://ksccp.dev.q8coders.com/bank-deduction</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://ksccp.dev.q8coders.com/project-request</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://ksccp.dev.q8coders.com/login</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ksccp.dev.q8coders.com/register</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ksccp.dev.q8coders.com/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://ksccp.dev.q8coders.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
