<?xml version="1.0" encoding="UTF-8"?>
<!--
  Five routes, and all five are served today.

    /                     apps/landing/public/index.html
    /developers           apps/landing/public/developers/index.html
    /incidents            apps/landing/public/incidents/index.html
    /brand                apps/landing/public/brand/index.html
    /legal/privacy.html   apps/landing/public/legal/privacy.html

  The Node server in apps/landing/src/app.ts answers both the bare and the
  slashed form of each directory route; firebase.json sets trailingSlash:
  false, so the bare form is canonical and the one listed here. cleanUrls is
  deliberately off, which is why the privacy policy keeps its .html extension
  - that URL has been published since 2026-07-11 and
  apps/landing/src/hostingConfig.test.ts fails if anyone turns cleanUrls on.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://ruzayo.com/</loc></url>
  <url><loc>https://ruzayo.com/developers</loc></url>
  <url><loc>https://ruzayo.com/incidents</loc></url>
  <url><loc>https://ruzayo.com/brand</loc></url>
  <url><loc>https://ruzayo.com/legal/privacy.html</loc></url>
</urlset>
