<?xml version="1.0" encoding="UTF-8"?>
<!--
  Varion AI Sdn. Bhd. Five routes, written by hand.

  Astro's sitemap integration is deliberately not used. It is a dependency, this
  site has five fixed routes that change only when somebody edits this file, and
  a static file has no build-time failure mode. An integration that silently
  emits four URLs is a defect nobody notices; a file with four lines in it is
  one anybody can see.

  Each loc below is byte identical to the rel="canonical" the corresponding page
  emits, trailing slash included. Astro builds each route to a directory with an
  index.html, so /services/ is the canonical form and /services is a redirect to
  it. A sitemap that disagreed with the canonical would be asking a crawler to
  choose between two URLs for one page.

  /404 is not listed and must not be. A sitemap is a list of pages that should
  be indexed, and that one answers with a 404 status by design.

  No lastmod. It is the one optional element crawlers still read, which is
  exactly why a wrong one is worse than none: a date that stops being updated
  the first time somebody forgets tells a crawler the page is stale when it is
  not. If it is ever added it has to be generated at build time from git, not
  typed here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://varionai.net/</loc>
  </url>
  <url>
    <loc>https://varionai.net/services/</loc>
  </url>
  <url>
    <loc>https://varionai.net/sectors/</loc>
  </url>
  <url>
    <loc>https://varionai.net/about/</loc>
  </url>
  <url>
    <loc>https://varionai.net/legal/</loc>
  </url>
</urlset>
