<?xml version="1.0" encoding="UTF-8"?>
<!--
  Strictly Hush — sitemap index.
  Google Search Console fetches this URL first. It references three
  child sitemaps served by the backend. Splitting keeps each child
  well under Google's per-sitemap limits and lets GSC report failures
  per-slice instead of failing the whole tree.

  Child sitemaps:
    - sitemap-pages.xml     Core SEO pages (homepage, competitor
                            landings, national hub, all 51 states,
                            all 308 metros).
    - sitemap-providers.xml Public verified-provider profiles.
    - sitemap-boards.xml    Public forum-board landing pages.

  A legacy monolithic /api/sitemap.xml also exists for backwards
  compatibility with anyone (including GSC's cache) that indexed it
  during the previous SEO rollout.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://strictlyhush.com/api/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://strictlyhush.com/api/sitemap-providers.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://strictlyhush.com/api/sitemap-boards.xml</loc>
  </sitemap>
</sitemapindex>
