<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for guruvers.com.

  GuruVers is a client-rendered Flutter Web SPA. The only publicly
  accessible (unauthenticated) content is the marketing landing page.
  Resource and teaching-tip pages are behind authentication and have no
  public canonical URLs, so they are intentionally NOT listed here.

  Only the canonical homepage (https://guruvers.com/) is listed. The app also
  serves the same landing content at /welcome, but that URL declares
  https://guruvers.com/ as its canonical (see web/index.html), so it is
  intentionally omitted here to avoid duplicate-homepage signals.

  When public, prerendered resource/teaching-tip pages exist, generate
  their <url> entries from the backend feed/search API and, if the count
  can exceed 50,000 URLs, split into multiple sitemaps behind a
  <sitemapindex>. See docs/SEO.md.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://guruvers.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
