<?xml version="1.0" encoding="UTF-8"?>
<!--
  The three indexable URLs (§8.25). Hand-written rather than generated: there are
  three, they change when the marketing pages change, and a generator over the
  route tree would list the whole auth-gated app.

  NOTE: expo-router also serves a `/_sitemap` route. That is its own dev route
  listing, nothing to do with this file, and robots.txt excludes it.

  **The apex is deliberately absent.** `/` is the sign-in screen now; the pitch
  lives at /information. The old /fr and /es 301 to their new addresses
  (public/_redirects) and must not be listed here — a sitemap naming a redirect
  is a soft error in Search Console and asks Google to crawl a URL only to be
  sent somewhere else.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://vociz.com/information</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://vociz.com/information/fr</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://vociz.com/information/es</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
