<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the public web surface. Verba is an Expo app, not a marketing
  site — nearly every route sits behind sign-in (AuthGate in app/_layout.tsx) and has
  no business being indexed. These three are the whole public surface: the landing
  page (what an unauthenticated web visitor actually sees) and the privacy policy.
  Add a <url> here only when a new route is genuinely public — check app/_layout.tsx's
  AuthGate allow-list first.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://verbaa.in/landing</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://verbaa.in/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
