<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the public, indexable marketing/auth routes are listed here. landlord_dashboard is a
  hybrid app: "/", "/register" and "/login" are the public marketing site for nyumbapoa.com,
  while everything under "/dashboard/*" (~40 routes) is authenticated, per-organization
  application UI with no unique content for an anonymous crawler to index — those are
  excluded here and blocked in robots.txt (Disallow: /dashboard) instead, per standard SEO
  practice of not submitting auth-gated pages to a sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://nyumbapoa.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://nyumbapoa.com/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://nyumbapoa.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
