<?xml version="1.0" encoding="UTF-8"?>
<!--
  cyargpt.com sitemap index.

  Delegates to three leaf sitemaps so the always-growing catalogue and the
  DB-generated articles never go stale in a hand-edited file:
    - sitemap-pages.xml      static pages, hand-coded articles, persona guides
    - /api/articles/sitemap.xml   DB-generated articles (served by the API)
    - /api/vehicles/sitemap.xml   vehicle detail pages (served by the API)

  A crawler that fetches /sitemap.xml discovers everything by following the
  index. robots.txt also lists the leaves directly for older crawlers.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://cyargpt.com/sitemap-pages.xml</loc>
    <lastmod>2026-07-10</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://cyargpt.com/api/articles/sitemap.xml</loc>
    <lastmod>2026-07-10</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://cyargpt.com/api/vehicles/sitemap.xml</loc>
    <lastmod>2026-07-10</lastmod>
  </sitemap>
</sitemapindex>
