<?xml version="1.0" encoding="UTF-8"?>
<!--
  US-043 — the founders page is the only entry.

  /agencies is omitted deliberately and is NOT disallowed in robots.txt
  (US-047): a Disallow would advertise the URL in a public file and block the
  fetch that lets a crawler read the noindex, which is what produces a
  URL-only index entry. Omission plus a readable noindex is the combination
  that actually works.

  /privacy and the 404 route are omitted under US-048.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://{{DOMAIN}}/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- Work samples, D59. Indexed deliberately: substantial unique content,
       and exactly what someone searching for a product discovery deliverable
       is looking for. Reachable from both audiences, which is why neither
       carries a route back to either page. -->
  <url>
    <loc>https://{{DOMAIN}}/work/wavestore/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://{{DOMAIN}}/work/dishfast/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
