<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index for the Paycore tools hub (outils.paycore.be / tools.paycore.be).
  Served statically at the host root and referenced from robots.txt so crawlers
  discover EVERY tool sitemap from a single entry point.

  - /sitemap.xml ............ the portal landing pages (/fr /nl /en), generated
                             by app/sitemap.ts.
  - /<tool>/sitemap.xml ..... each calculator's own sitemap, proxied from its
                             Netlify origin (see netlify.toml). Each already
                             lists all three locales' absolute, host-correct
                             URLs (FR -> outils.paycore.be, NL/EN -> tools.paycore.be)
                             with reciprocal hreflang.

  GSC/Bing setup: create a *domain property* for paycore.be and submit this
  index once — the cross-host URLs inside the per-tool sitemaps are then all
  covered. Fiches (fiche-*.paycore.be) are NOT proxied under the hub yet; add
  their sitemaps here once they are migrated into the hub.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://outils.paycore.be/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://outils.paycore.be/brut-net/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://outils.paycore.be/preavis/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://outils.paycore.be/salaire-independant/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
