<?xml version="1.0" encoding="UTF-8"?>
<!--
  Served from ninto.in/sitemap.xml by app/home's Worker (it owns the domain
  root -- see wrangler.jsonc's catch-all "ninto.in/*" route). Lists every URL
  actually live on ninto.in today: app/home's one screen and app/professionals'
  three routes, reached from here by hard link, not by a shared router (see
  CLAUDE.md, "Two apps, reached by hard links, not by one shared router").

  app/careseekers is deliberately absent: it has no wrangler.jsonc / Cloudflare
  route yet and app/home's `careseekers` role stays live: false, so it isn't
  reachable on ninto.in -- add its URLs here (or its own sitemap, cross-linked)
  only once it's actually deployed and linked.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ninto.in/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ninto.in/professionals</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://ninto.in/professionals/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ninto.in/professionals/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
