<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the landing page is listed, and that is not an oversight.

  Every other route in this app is a signed-in screen carrying one person's
  finances, and each one sends `noindex` (see src/lib/seo.ts). Listing a URL
  here that tells crawlers not to index it is contradictory advice — the
  sitemap says "this is worth indexing" and the page says the opposite. The
  auth pages are excluded for the same reason.

  So this file has exactly one entry, which is the honest size of this site's
  public surface.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mysavings360.co.za/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
