<?xml version="1.0" encoding="UTF-8"?>
<!--
  Root sitemap index.
  Next.js generateSitemaps() serves each segment at /sitemap/<id>.xml but does not
  emit an index at /sitemap.xml, so crawlers and Search Console probing the canonical
  /sitemap.xml would hit a 404. This static index points at every segment. Keep the
  list in sync with generateSitemaps() in src/app/sitemap.ts.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.stowlog.com/sitemap/pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.stowlog.com/sitemap/modules.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.stowlog.com/sitemap/news.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.stowlog.com/sitemap/case-studies.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.stowlog.com/sitemap/blog.xml</loc>
  </sitemap>
</sitemapindex>
