<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index — 2026-04-23 cleanup.

  Non-English locale sitemaps (es/fr/de/pt/ar/he/sv/hi/id) removed because
  /{locale}/* URLs currently 301-redirect to their English equivalent
  (App.jsx:1028-1038 — the locale prefix is stripped and i18n renders
  client-side). Googlebot followed these URLs into dead redirects,
  flagging 641 non-English entries as "Alternate page with proper
  canonical tag" in Search Console.

  Translation files under frontend/src/locales/ are real and substantial
  (es.json ≈ 1700 lines). The routing just isn't SEO-ready. Reinstate
  the non-English sitemap entries once the routing is fixed to serve
  actual localized pages at /{locale}/*.

  Until then, the site SEO-claims only English. Client-side i18n still
  works for signed-in users with non-English browser locales — just not
  visible to crawlers.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://whos-in.app/sitemap-pages-en.xml</loc>
    <lastmod>2026-04-23</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://whos-in.app/sitemap-events.xml</loc>
    <lastmod>2026-04-23</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://whos-in.app/sitemap-blog.xml</loc>
    <lastmod>2026-04-23</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://whos-in.app/sitemap-glossary.xml</loc>
    <lastmod>2026-04-23</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://whos-in.app/sitemap-resources.xml</loc>
    <lastmod>2026-04-23</lastmod>
  </sitemap>
</sitemapindex>
