<?xml version="1.0" encoding="UTF-8"?>
<!--
  HAND-AUTHORED, because this site has no build step by design — see the header of styles.css. That
  makes this file the one thing here that can silently go stale, so adding a page means adding it
  HERE in the same commit. README.md carries that as a checklist item.

  Extensionless URLs, matching what the host actually serves: /privacy.html 307-redirects to
  /privacy, so listing the .html form would point every crawler at a redirect.

  `404.html` is deliberately absent. Nothing else is.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://delegynshift.com/</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://delegynshift.com/privacy</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://delegynshift.com/terms</loc>
    <lastmod>2026-08-06</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
