<?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.

  `xhtml:link` alternates are what tell Google these are the same page in three
  languages rather than three thin duplicates competing with each other.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://vociz.com/</loc>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://vociz.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://vociz.com/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://vociz.com/fr"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://vociz.com/es"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://vociz.com/fr</loc>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://vociz.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://vociz.com/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://vociz.com/fr"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://vociz.com/es"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://vociz.com/es</loc>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://vociz.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://vociz.com/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://vociz.com/fr"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://vociz.com/es"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
