<?xml version="1.0" encoding="UTF-8"?>
<!--
  The two public URLs.

  The room, the desktop and every app window live behind the homepage, so the
  site is one page plus the privacy notice. The notice is listed on purpose: a
  notice nobody can find is not notice, and it is the one page here that a
  person may go looking for by name rather than by wandering in.

  /analytics is private and carries a noindex header. Listing it would be the
  same mistake as disallowing it in robots.txt: an invitation dressed up as a
  restriction.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.joshetn.dev/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.joshetn.dev/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
