<?xml version="1.0" encoding="UTF-8"?>
<!-- Copie statique de l'index dynamique servi sous /api (nginx ne route que
     /api/* vers Laravel). Garder la liste des sections synchronisee avec
     SitemapController::renderers()
     (wejob-backend/app/Http/Controllers/API/SitemapController.php)
     et avec wejob-backend/public/sitemap.xml. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>https://wejob.ch/api/sitemaps/static.xml</loc>
    </sitemap>
    <sitemap>
        <loc>https://wejob.ch/api/sitemaps/jobs.xml</loc>
    </sitemap>
    <sitemap>
        <loc>https://wejob.ch/api/sitemaps/companies.xml</loc>
    </sitemap>
    <sitemap>
        <loc>https://wejob.ch/api/sitemaps/formations.xml</loc>
    </sitemap>
</sitemapindex>
