<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Aggregates the three sitemaps that together
  describe every crawlable surface of the site:

    - sitemap-static.xml  (hand-maintained landing/legal/auth pages)
    - sitemap-offers.xml  (regenerated daily by the sitemaps cron)
    - sitemap-entities.xml (regenerated daily by the sitemaps cron)

  This file ships in the SPA bundle as a fallback for the very
  first deploy (before the sitemaps cron has run for the first
  time). After the first cron invocation S3 holds an updated
  index with current `lastmod` values and CloudFront serves
  that one until the next regeneration.

  Crawlers that hit the index can decide which child sitemaps
  to refresh based on `lastmod`, so we don't burn their crawl
  budget re-pulling unchanged static URLs.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.trabajarya.es/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.trabajarya.es/sitemap-offers.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.trabajarya.es/sitemap-entities.xml</loc>
  </sitemap>
</sitemapindex>
