<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Two children:
    1. /sitemap-static.xml — hand-maintained static routes
    2. /api/blog/sitemap.xml — served by backend, rebuilt whenever a post is
       published/updated/deleted. Backend must return a standard <urlset> of
       every visible post (status=published OR scheduled with publishAt<=now),
       with <loc>, <lastmod>, <changefreq>, <priority>.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.truenorthhq.app/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.truenorthhq.app/api/blog/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
