<?xml version="1.0" encoding="UTF-8"?>
<!--
    Every public page the landing app serves, at the canonical host. These must match the
    rel=canonical LandingController emits: a sitemap listing a URL the page itself disclaims is a
    contradiction Search Console reports rather than resolves.

    No <lastmod>: the legal pages change on LEGAL_UPDATED in LandingController, and a date hardcoded
    here would quietly drift out of step with it. Google ignores lastmod it has learned to distrust,
    so an absent one costs nothing and a wrong one costs credibility.

    Deliberately excludes app.sportypants.app — that is a different app on a different host, and a
    sitemap may only list URLs under its own origin.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://www.sportypants.app/</loc>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://www.sportypants.app/privacy</loc>
        <priority>0.3</priority>
    </url>
    <url>
        <loc>https://www.sportypants.app/terms</loc>
        <priority>0.3</priority>
    </url>
</urlset>
