<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written, and kept honest by `src/sitemap.test.ts` rather than by
  discipline: that test fails if a page exists in src/pages and is not listed
  here, which is the only way this file stays right as pages are added.

  `@astrojs/sitemap` would generate it instead. It was passed over for now
  because it is a dependency and a build step to keep one URL correct, and the
  test gives the same guarantee for nothing. Revisit that when this site has
  enough pages that the list is tedious rather than trivial.

  No <lastmod>. Google states it ignores the value unless it is consistently
  accurate, and a date hand-typed here would be wrong within a week — which is
  worse than absent, because an inaccurate lastmod devalues the ones that are
  right.

  404.astro is deliberately absent: it is marked noindex, and listing a page in
  a sitemap while telling crawlers not to index it is a contradiction that
  shows up in Search Console as an error.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://getdewli.com/</loc>
  </url>
  <url>
    <loc>https://getdewli.com/privacy/</loc>
  </url>
  <url>
    <loc>https://getdewli.com/terms/</loc>
  </url>
  <url>
    <loc>https://getdewli.com/contact/</loc>
  </url>
</urlset>
