<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. This URL is what's submitted to Search Console and pointed at
  from robots.txt, so it stays the single entry point:

    sitemap-pages.xml   static app routes (this repo, shipped as a file)
    blog/sitemap.xml    blog index + posts + category archives, generated per
                        request by api/blog from the WordPress REST API, so a
                        newly published post shows up without a redeploy

  No <lastmod> on the blog child on purpose: this file is static, so any date
  baked in here would go stale the moment an editor publishes. Crawlers fall
  back to their own schedule, and the per-URL <lastmod> inside the blog sitemap
  is accurate.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://dynamo.finance/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://dynamo.finance/blog/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
