<?xml version="1.0" encoding="UTF-8"?>
<!--
  A sitemap INDEX, not a urlset. This file used to be a urlset holding one
  URL (the root), which meant V2's ~8,350 prerendered pages under /v2/ were
  advertised nowhere: robots.txt only ever points at the root sitemap, and
  /v2/sitemap.xml had no referrer.

  A sitemap index may reference a child in a subdirectory of the same host,
  so listing /v2/sitemap.xml here is legal and is what exposes V2's unit,
  faction, paint, guide, mission and profile pages to search.

  V1's own URLs live in sitemap-root.xml — a sitemap index cannot mix <url>
  and <sitemap> entries, so the single root URL needed its own file.

  No <lastmod> on the V2 child on purpose: it is regenerated on every V2
  deploy, and a value that is quietly stale is worse than none at all.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://armyarsenal.com/sitemap-root.xml</loc>
    <lastmod>2026-05-11</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://armyarsenal.com/v2/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
