<?xml version="1.0" encoding="UTF-8"?>
<!--
  App-surface sitemap for the lamplit.ai SPA.

  Deliberately TINY. This is a client-rendered app: most routes are either
  auth-gated or render no HTML without JS, so listing them would spend crawl
  budget on blank documents. The crawlable, server-rendered content lives on
  the marketing site and is sitemapped separately at
  https://www.lamplit.ai/sitemap.xml (generated, with hreflang alternates).

  Only list a URL here when it is (a) publicly reachable with no account and
  (b) NOT canonicalised to a www.lamplit.ai copy. Sitemapping a URL whose
  rel=canonical points elsewhere sends Google two contradictory instructions.

  Absent for reason (b): `/` (vercel.json sends a `Link: …rel="canonical"`
  header pointing at https://www.lamplit.ai/, and src/pages/Index.tsx matches
  it), plus /pricing, /privacy and /terms — all canonicalised to their
  server-rendered marketing-site equivalents.
  Absent for reason (a): /health, which is authenticated-only on the web and
  shows a "Sign in to track" wall to anonymous visitors (see the docstring
  atop src/lib/healthUtils.ts).

  `lastmod` values are the real last-change dates of the backing page
  components (from `git log` on each page component), NOT the date this file
  was edited. Google devalues `lastmod` site-wide when it observes bumps that
  don't correlate with content change, so a blanket "today" on every entry
  costs the signal it is meant to buy.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Public social feed. Renders via JS, but it is genuinely reachable
       without an account and has no marketing-site equivalent. -->
  <url>
    <loc>https://lamplit.ai/community</loc>
    <lastmod>2026-07-16</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <!--
    The peer-reviewed evidence base behind Genie's health guidance. Public by
    design (no account needed) and has NO marketing-site duplicate, so it
    self-canonicalises. Citation-bearing pages like this are the app host's
    strongest AI-search asset.
  -->
  <url>
    <loc>https://lamplit.ai/sources</loc>
    <lastmod>2026-08-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
