<?xml version="1.0" encoding="UTF-8"?>
<!--
  The three pages an anonymous visitor can reach. /app/ is deliberately absent:
  it is a dashboard behind a session, and listing it would send crawlers to a
  page that redirects them to Google.

  /privacy and /terms are load-bearing beyond SEO - both are registered on the
  Google OAuth consent screen, and scripts/check-static-site.mjs gates every
  deploy on them existing and linking to each other.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ulyx.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ulyx.in/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ulyx.in/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
