<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!--
    Sitemap for the Bloom subdomain (bloom.life-psychology.com.au).

    Only public, indexable URLs are listed. Authenticated routes
    (/login, /dashboard, /clients, etc.) are excluded — they're
    disallowed in robots.txt and serve a SPA shell with no
    crawl-visible content.

    NOTE: This is a Vite SPA where every route resolves to
    /index.html via navigationFallback. Listing /join-us here is
    useful for Google's discovery (it now knows the URL exists),
    but the rendered HTML is the same as /. To make /join-us
    differentiate from / for SEO purposes we'd need pre-rendering
    or SSR — separate architectural work.
  -->
  <url>
    <loc>https://bloom.life-psychology.com.au/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://bloom.life-psychology.com.au/join-us</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
