<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index — Google fetches this and follows links to each sub-sitemap.

  - sitemap-pages.xml: static pages + blog articles (this repo's public/ folder)
  - api/public/sitemap-jobs.xml: dynamically generated by backend, lists all
    active job URLs (/job/:slug). Backend may report a "couldn't fetch" warning
    in Google Search Console until that endpoint goes live — that is expected
    and harmless. Once the endpoint ships, Google's next crawl picks it up
    automatically with no frontend changes needed.

  See dynamic-sitemap-api-spec.md at the repo root for the backend contract.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://jobstack.ai/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://jobstack.ai/api/public/sitemap-jobs.xml</loc>
  </sitemap>
</sitemapindex>
