<?xml version="1.0" encoding="UTF-8"?>
<!--
  Phase 1 static sitemap. Canonical host: https://verifiedtradealerts.com (apex, non-www).
  Customer app is served under /members after the root-domain flip, so every loc
  carries that prefix and must match the page's own canonical tag exactly.
  Like robots.txt, this must be published at the origin root to be discoverable.
  Lists only the genuinely static, public, indexable routes that exist today.

  Deliberately EXCLUDED:
    - Redirect-only paths (/landing -> /, /support -> /support/contact-us): list the canonical target, not the redirect.
    - All robots.txt-disallowed routes (auth, gated, transactional, token-bearing).
    - Dynamic per-trader routes (profile/, plans/, education/, t/): these need backend
      enumeration + a rendering decision and are added in a later phase, not here.
      Trader profiles will be included only at >= SEO_INDEX_MIN_CLOSED_TRADES closed trades.

  Keep this file consistent with src/robots.txt: never list a Disallow-ed URL.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://verifiedtradealerts.com/members</loc>
  </url>
  <url>
    <loc>https://verifiedtradealerts.com/members/trader-search</loc>
  </url>
  <url>
    <loc>https://verifiedtradealerts.com/members/support/contact-us</loc>
  </url>
  <url>
    <loc>https://verifiedtradealerts.com/members/privacy-policy</loc>
  </url>
  <url>
    <loc>https://verifiedtradealerts.com/members/terms-of-service</loc>
  </url>
</urlset>
