<?xml version="1.0" encoding="UTF-8"?>
<!--
  Place this file at the root of the public/ folder so it is served at
  https://www.oasiscopilot.com/sitemap.xml

  Only genuinely public, indexable pages are listed. The authenticated
  workspace is not included because it does not have its own URL in the
  current architecture (it renders at the same "/" path, gated by
  client-side auth state) -- it is protected via a noindex meta tag
  instead, added directly in App.js.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.oasiscopilot.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.oasiscopilot.com/resources</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
