<?xml version="1.0" encoding="UTF-8"?>
<!--
  Eterniseed sitemap — public surfaces only (α.9 Stage 6, 2026-05-05).

  Per architect Q1 lock (variant α): only public, link-discoverable surfaces
  appear here. Authed surfaces (/home, /read, /lessons, /settings, /admin/*,
  etc.) are deliberately omitted — they require login and shouldn't be
  indexed as standalone landing pages.

  Six URLs:
    1. /                — root (302s to /auth/login; included for crawler
                          coverage of the apex domain itself)
    2. /auth/login      — public login surface
    3. /auth/register   — public registration surface (canonical per Doc
                          Stage 5 walk; /auth/register is the served route
                          per web_html_port/_redirects:179)
    4. /iosif/          — Sandu Milas dedication page (auth-gated but the
                          URL itself is public-discoverable + linkable)
    5. /legal/privacy   — privacy policy (public legal surface)
    6. /legal/terms     — terms of service (public legal surface; /terms
                          alias serves the same content)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://eterniseed.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://eterniseed.com/auth/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://eterniseed.com/auth/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://eterniseed.com/iosif/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://eterniseed.com/legal/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://eterniseed.com/legal/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
