<?xml version="1.0" encoding="UTF-8"?>
<!--
  Keep in sync with src/routes/. Add each new indexable route here when it ships
  (e.g. /solutions/data-reporting). Use absolute URLs — the sitemap protocol
  requires them, and relative <loc> values are rejected.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://samuelanderson.dev/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://samuelanderson.dev/solutions/data-reporting</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://samuelanderson.dev/work/operations-rollup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
