<?xml version="1.0" encoding="UTF-8"?>
<!--
  No <lastmod>. It would have to be written by hand on a static file, and a
  <lastmod> that stopped being true is worse than none -- crawlers weigh the
  ones they can corroborate and discount the ones they cannot. Add it when
  something generates it.

  Paths here must stay in step with the routes `prerender()` in src/main.tsx
  emits -- a sitemap entry with no document behind it is a 404 in every crawl
  log, and a prerendered page missing from here is a page found late.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://appliedcontexts.com/</loc>
  </url>
  <url>
    <loc>https://appliedcontexts.com/features</loc>
  </url>
  <url>
    <loc>https://appliedcontexts.com/faq</loc>
  </url>
  <url>
    <loc>https://appliedcontexts.com/download</loc>
  </url>
  <url>
    <loc>https://appliedcontexts.com/eula</loc>
  </url>
</urlset>
