<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four pages, because there are four pages. Everything else on this domain is
  either the app behind a sign-in or a file.

  The two legal documents are listed on purpose. They used to be a dialog on
  the landing page with no URL of their own, which meant a parent asking what
  this app does with their child's notes could not be sent a link to the
  answer. They are pages now (src/views/PublicLegal.tsx) and being findable is
  most of the point of that change.

  There is deliberately no <lastmod> and no <priority>. A lastmod that is not
  maintained is worse than none — Google stops trusting the whole file once it
  finds one that lies — and priority has been ignored for years. A sitemap this
  small earns its keep by being correct, not by being decorated.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://trellis-notes.com/</loc>
  </url>
  <url>
    <loc>https://trellis-notes.com/get</loc>
  </url>
  <url>
    <loc>https://trellis-notes.com/privacy</loc>
  </url>
  <url>
    <loc>https://trellis-notes.com/terms</loc>
  </url>
</urlset>
