<?xml version="1.0" encoding="UTF-8"?>
<!--
  solev.io sitemap.

  Like robots.txt, this must be a real file: the SPA fallback in public/_redirects
  returns index.html with a 200 for any unmatched path, so /sitemap.xml was
  serving an HTML page to crawlers that asked for XML.

  Only genuinely public, indexable routes belong here. Everything behind the
  login, plus /preview, /template-preview and /site/:id, is excluded — those
  render unfinished client work.

  Hand-maintained because the route list is small and static. If public routes
  start being generated, generate this too.

  Published CLIENT sites are NOT listed here. Each one emits its own sitemap at
  publish time, on its own hostname.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://solev.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://solev.io/pricing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
