<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public URL on autocrm.lv. Everything else on this host is the
  authenticated CRM: nginx serves the same JavaScript shell for all of it, and
  that shell is marked noindex (web/nuxt.config.ts), so none of it belongs here.

  Before this file existed, https://autocrm.lv/sitemap.xml answered HTTP 200
  with that shell — an HTML document served where a crawler asked for XML,
  which is a parse error, not an empty sitemap.

  No <lastmod>. It was built from the build date at first, via a Nitro route,
  and that route registered an internal path which changed how $fetch's
  generic resolves and broke typecheck in an unrelated composable
  (useCampaignAttribution). A hand-typed date here would be wrong the first
  time somebody edits a page and forgets this file, and Google ignores lastmod
  entirely on sites where it is not consistently accurate. One URL does not
  need the hint: omitting it is the honest option, not a missing one.

  /prezentacija was here until 2026-08-17 and is gone (docs/product/seo.md §2).
  It is NOT listed as a removed URL — a sitemap says what exists, and the 301
  in docker/web/nginx.conf is what tells a crawler where it went.

  Adding a public page means adding it here AND to
  web/nuxt.config.ts `nitro.prerender.routes` — a page missing from the second
  list is not prerendered, so it would be listed here as an empty shell.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://autocrm.lv/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
