<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the homepage is listed. Carvent is a client-side SPA using hash-based
  routing (#/events, #/event/<slug>, ...) — search engines don't treat a URL
  fragment (the part after #) as a distinct, separately-indexable page, so
  listing hash routes here would be misleading, not actually more complete.
  Making individual routes (especially event pages) independently indexable
  would need path-based routing plus server-side rendering or prerendering —
  a separate, larger architectural decision, not part of this file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://carvent.se/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
