<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Google fetches this and then fetches each child sitemap.

  Children:
    sitemap-static.xml         — hand-maintained: marketing pages, blog index,
                                 legal, docs. Updated in the repo.
    /api/sitemap-articles.xml  — Express-served dynamic sitemap for individual
                                 blog posts (soro + legacy MDX), pulled from
                                 the blog_posts DB table. Regenerated on every
                                 request; cached for 30 min.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://veritasniw.com/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://veritasniw.com/api/sitemap-articles.xml</loc>
  </sitemap>
</sitemapindex>
