<?xml version="1.0" encoding="UTF-8"?>
<!--
  Marketing-page sitemap. The blog ships its own generated sitemap at /blog/sitemap.xml
  (otopilot-blog/app/sitemap.js) — robots.txt declares BOTH; neither replaces the other.

  Hand-maintained on purpose: otopilot-web is served as-is with no build step, so there is
  nothing to generate this from. Add an entry when you add a page.

  Omitted deliberately:
    /share       — requires a ?token= param; every bare hit is an error page.
    /404         — error page.
    /store-assets, /store-assets-ios — offscreen render targets for the screenshot
                   generators, not linked from the site and not for humans.

  cleanUrls is on in firebase.json, so the extensionless forms below are canonical and the
  .html forms 301 to them. Do not list the .html forms.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://oto-pilot.app/</loc>
    <lastmod>2026-07-28</lastmod>
  </url>
  <url>
    <loc>https://oto-pilot.app/legal</loc>
    <lastmod>2026-07-23</lastmod>
  </url>
  <url>
    <loc>https://oto-pilot.app/delete-account</loc>
    <lastmod>2026-07-16</lastmod>
  </url>
</urlset>
