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

  Every entry must also appear as an `hreflang` alternate in `+html.tsx`, and
  vice versa: a page in the sitemap that the cluster does not name reads as an
  orphan, and an alternate that is not crawlable is dropped from the cluster.
  `pt-BR` keeps its capital BR here because the exported path is
  case-sensitively `/information/pt-BR`.

  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>
  <url>
    <loc>https://vociz.com/information/pt-BR</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://vociz.com/information/it</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://vociz.com/information/de</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
