<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — averon-systems.com

  One URL, because there is one page. That is not a limitation to apologise
  for: a single-page sitemap that is accurate beats a padded one.

  Two rules if this file grows:

  1. NEVER list a #fragment as a separate <url>. Fragments are not crawlable
     URLs; Google discards them and an inflated sitemap of anchors is a known
     way to look spammy for zero gain. Section anchors are discovered from the
     nav links in index.html, which is what they are for.

  2. <lastmod> must be a real date on which the page CONTENT changed. Scripting
     it to today's date on every deploy is the most common sitemap mistake —
     Google learns the signal is noise and stops weighting it. Update it by
     hand, in the same commit that changes the copy.

  lastmod set 2026-08-18: SEO/discoverability pass.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://averon-systems.com/</loc>
    <lastmod>2026-08-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
