<?xml version="1.0" encoding="UTF-8"?>
<!--
  SITEMAP INDEX
  References two same-domain child sitemaps:
  1. /sitemap-static.xml  — hand-maintained marketing/legal pages
  2. /sitemap-content.xml — dynamic content (blog posts, recruiting resources,
     help articles), served from our domain by src/routes/sitemap-content[.]xml.ts
  Google dedupes by <loc>, so overlap between the two children is safe.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://recruitedcrm.com/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://recruitedcrm.com/sitemap-content.xml</loc>
  </sitemap>
</sitemapindex>
