<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written to replace Base44's auto-generated sitemap, which listed all 52
  app routes. See public/robots.txt for the full reasoning.

  Only pages a stranger can actually read belong here. Everything else was
  either signed-in-only (an empty shell to a crawler) or a token-bearing
  callback. Two removals are worth calling out:

  - /web-redirect.html was listed AND carries a noindex meta tag. That
    contradiction is what Search Console was reporting: the sitemap asked Google
    to index a page that refuses to be indexed. The noindex is right; the
    sitemap entry was not.

  - /Pricing is a pure client-side redirect to /#/AccountPortal with no content
    of its own, so it has nothing to rank with.

  No <lastmod>: a date that is not maintained is worse than no date, because
  Google learns to distrust it. <changefreq> and <priority> are omitted because
  Google ignores both.

  KNOWN ISSUE this file cannot fix: Base44 emits a self-referencing canonical
  per route, so / and /LandingPage each declare themselves canonical while
  rendering the same landing content. Google will pick one and report the other
  as a duplicate. Both are listed here deliberately - suppressing one would be
  guessing at which Google should prefer. Fixing it properly means changing the
  canonical Base44 emits.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://guymendelson-seven.com/</loc>
    </url>
    <url>
        <loc>https://guymendelson-seven.com/LandingPage</loc>
    </url>
    <url>
        <loc>https://guymendelson-seven.com/PrivacyPolicy</loc>
    </url>
    <url>
        <loc>https://guymendelson-seven.com/TermsOfService</loc>
    </url>
    <url>
        <loc>https://guymendelson-seven.com/AccessibilityStatement</loc>
    </url>
</urlset>
