<?xml version="1.0" encoding="UTF-8"?>
<!--
  The sitemap index — the one URL robots.txt points at and the one to submit in
  Search Console. It lists the real sitemaps rather than any URLs of its own.

  sitemap-static.xml is kept by hand and holds the pages whose URLs never
  change. The other four are written at build time from the database by
  scripts/generate-sitemaps.mjs, so every post, job, company and expert profile
  is listed without anyone maintaining a file.

  A child listed here that failed to generate shows up as a fetch error in
  Search Console, which is the intended behaviour: a build that could not reach
  the API should be noisy rather than silently shipping a site whose content
  pages have vanished from the index.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://experdize.com/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://experdize.com/sitemap-posts.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://experdize.com/sitemap-jobs.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://experdize.com/sitemap-companies.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://experdize.com/sitemap-experts.xml</loc>
  </sitemap>
</sitemapindex>
