<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public surface of autarla.com, in full. Five URLs, and that is not an
  omission: every other route in web/src/App.tsx is either behind auth
  (/app/*, /admin/*) or carries a single-use token in the path or query
  (/invite/:token, /reset-password), and none of them has anything to index.
  robots.txt disallows the same set.

  (Note for anyone editing this comment: XML forbids a double hyphen inside a
  comment, so the em dash this codebase normally writes as two hyphens has to
  be a real character here. An XML parser rejects the whole file otherwise,
  which is exactly as loud as it sounds and exactly as easy to miss.)

  `lastmod` is the date this file was last edited to reflect a real content
  change, NOT the date of the last deploy. Google only uses lastmod when a site
  proves it accurate, so a value bumped by CI on every build is worse than no
  value at all. Update it by hand when the page copy actually changes.

  `priority` and `changefreq` are advisory and Google has said it ignores both;
  they are here because other crawlers still read them and they cost nothing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://autarla.com/</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://autarla.com/register</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://autarla.com/login</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://autarla.com/legal/privacy</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://autarla.com/legal/terms</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
