<?xml version="1.0" encoding="UTF-8"?>
<!--
  ISC-2-012 — isciden.net's own sitemap index, the URL robots.txt names and the one the portal's
  federated index points at (config/sitemap-manifest.json).

  It lists the shard this origin actually serves, and only that one. recruitment-service now answers
  GET api/v1/sitemap/shards with descriptors for four more — sitemap-jobs-is, sitemap-employers-is,
  sitemap-job-categories-is and sitemap-job-cities-is, at /sitemaps/{name}.xml — but the thing that
  renders a descriptor as XML on this origin is ecosystem-sitemap-service, and its registration for
  isciden is still RemainingVerticalsStubProvider (phase F3, "remaining vertical adapters", in
  docs/sitemap/onboarding-new-marketplace.md). Listing those four here before that adapter exists
  would publish four URLs that answer 404, which Search Console reports as index errors against this
  domain — worse than listing nothing, because a missing shard is invisible and a broken one is not.

  Add each <sitemap> entry in the same change that gives ecosystem-sitemap-service a provider reading
  the descriptor endpoint. The names come from RecruitmentSitemapShardProvider.ShardName, so they
  must not be typed by hand twice.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://isciden.net/sitemaps/sitemap-static-is.xml</loc>
  </sitemap>
</sitemapindex>
