<?xml version="1.0" encoding="UTF-8"?>
<!--
  Habits — sitemap.xml

  Habits' authenticated app (dashboard, calendar, insights, goals,
  settings, etc.) is a client-side, hash-routed single-page app: every
  screen lives at a URL fragment like /#/dashboard, which browsers never
  send to the server and which Google's own guidance says not to treat as
  a separately indexable page. Listing those hash routes here would just
  be padding the sitemap with URLs that can't actually be crawled or
  ranked as distinct documents — the opposite of what a sitemap is for.

  What's listed below are Habits' real, individually-served, indexable
  documents: the public marketing shell at "/", and the two static legal
  pages (Terms & Conditions, Privacy Policy) required for Google Sign-In
  and general transparency. When the app gains more server-rendered public
  pages (e.g. a real "/pricing" or "/blog" route), add them here too.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://habits.sadanand.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://habits.sadanand.in/terms.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://habits.sadanand.in/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
