<?xml version="1.0" encoding="UTF-8"?>
<!--
  The static, always-true part of the sitemap: the three marketing routes this
  build serves to anonymous visitors (see apps/web/src/App.tsx, MarketingRoutes).

  Vacancies and careers pages are deliberately absent. Their URLs live in the
  database (one per organization slug and job slug, across several hosts) and
  listing them here would mean freezing a snapshot that goes stale the moment a
  recruiter publishes or closes anything. They need a generated sitemap served
  by the API, not a hand-written file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://talivo.mx/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://talivo.mx/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://talivo.mx/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
