<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every public page on meradomo.com, in the form Caddy actually serves it at:
  extensionless, per the try_files rule in deploy/caddy/Caddyfile. Listing the
  .html form as well would offer a crawler two URLs for one page.

  No <lastmod>, <changefreq> or <priority>. These pages are hand-edited with no
  build step, so a lastmod date would be wrong within a week, and a stale one is
  worse than none — a crawler that learns our dates are fiction stops reading
  them. Google ignores changefreq and priority outright.

  tests/sitemap-unit.test.js checks this file against the contents of landing/,
  so a page added later cannot quietly go uncrawled.

  Not listed here: developers.meradomo.com (its own site, its own sitemap) and
  account.meradomo.com (signed-in surfaces, nothing to index).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://meradomo.com/</loc></url>
  <url><loc>https://meradomo.com/apps/</loc></url>
  <url><loc>https://meradomo.com/security</loc></url>
  <url><loc>https://meradomo.com/privacy</loc></url>
  <url><loc>https://meradomo.com/terms</loc></url>
</urlset>
