<?xml version="1.0" encoding="UTF-8"?>
<!--
  AgentPro sitemap — indexable public marketing/legal pages only.
  Canonical host: https://agentproapp.com (apex, no www) — matches index.html canonical.

  Excluded on purpose:
    - Auth / utility flows (/login, /signup, /register, /request-access,
      /forgot-password, /reset-password, /pending-approval, /select-club):
      transactional pages with no ranking value; treat as noindex.
    - /home: duplicate of "/" (same landing component) — kept out to avoid
      a duplicate-content signal.
    - All authenticated app routes (/dashboard, /players, /matching, ...):
      behind auth, must not be indexed (also disallowed in robots.txt).

  hreflang: the frontend does NOT serve distinct URLs per language — the
  language is a client-side i18n state (localStorage 'agentpro_lang'), the
  same URL renders fr/en/es. Per-language <xhtml:link hreflang="fr|en|es">
  alternates would all point to the identical URL, which Google flags as
  conflicting. We therefore emit only hreflang="x-default" (self-referential)
  which is correct and non-misleading. Real per-language alternates require
  localized URLs (e.g. /fr, /en, /es prefixes) — tracked under routing work
  (M6), not deliverable from the sitemap alone.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://agentproapp.com/</loc>
    <lastmod>2026-07-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://agentproapp.com/"/>
  </url>
  <url>
    <loc>https://agentproapp.com/about</loc>
    <lastmod>2026-07-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://agentproapp.com/about"/>
  </url>
  <url>
    <loc>https://agentproapp.com/compliance</loc>
    <lastmod>2026-07-11</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://agentproapp.com/compliance"/>
  </url>
  <url>
    <loc>https://agentproapp.com/terms</loc>
    <lastmod>2026-07-11</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://agentproapp.com/terms"/>
  </url>
  <url>
    <loc>https://agentproapp.com/privacy</loc>
    <lastmod>2026-07-11</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://agentproapp.com/privacy"/>
  </url>
  <url>
    <loc>https://agentproapp.com/mentions-legales</loc>
    <lastmod>2026-07-11</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://agentproapp.com/mentions-legales"/>
  </url>
</urlset>
