<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- These two children are DISJOINT: every URL appears in exactly one of
         them, and together they are the complete set. Do not add sitemap.xml
         here - it is the union of both, so listing it would submit every URL
         twice and make per-sitemap coverage in Search Console unreadable.

         Splitting this way also lets Search Console report indexing rate for
         real content (core) separately from the programmatic permutations,
         which is the comparison actually worth watching.

         Regenerate with:
             php sitemap.php core         > sitemap-core.xml
             php sitemap.php programmatic > sitemap-programmatic.xml
             php sitemap.php              > sitemap.xml   (compat only, not listed here)
    -->

    <!-- Static pages + blog posts. -->
    <sitemap>
        <loc>https://www.inertiaresourcesinc.com/sitemap-core.xml</loc>
        <lastmod>2026-07-30</lastmod>
    </sitemap>

    <!-- Allowlisted state x industry x service permutations only. -->
    <sitemap>
        <loc>https://www.inertiaresourcesinc.com/sitemap-programmatic.xml</loc>
        <lastmod>2026-07-30</lastmod>
    </sitemap>
</sitemapindex>
