<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!--
    Sitemap for Life Made Simple (Life OS)

    This is a hash-routed Single Page Application (SPA).
    Hash fragments (#/landing, #/login, etc.) are client-side only and may not
    be crawled by search engines, but they're included here for completeness
    and potential discovery assistance.

    For better SEO with per-route indexing, consider:
    - Switching to history-based routing (BrowserRouter)
    - Implementing server-side rendering (SSR)
    - Using static pre-rendering for public pages
  -->

  <!-- Root entry point -->
  <url>
    <loc>https://lifemadesimpleOS.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Public marketing/auth pages (hash routes) -->
  <url>
    <loc>https://lifemadesimpleOS.com/#/landing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://lifemadesimpleOS.com/#/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://lifemadesimpleOS.com/#/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
