<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only routes this site actually serves belong here. An entry for a page that
  does not exist is a 404 advertised to search engines, and a sitemap may only
  list URLs on its own host — the documentation has its own sitemap at
  https://docs.sillo.build/sitemap-index.xml.

  The routes come from app/routes/. Add an entry when you add a route.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://sillo.build/</loc>
    <lastmod>2026-07-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://sillo.build/about</loc>
    <lastmod>2026-07-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
