<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every crawlable route on bevr.work. `next.config.js` sets trailingSlash: true,
  so each URL must carry its trailing slash to match the exported path and the
  canonical link the page emits; without it a crawler records a redirect or a
  second URL for the same page.

  Deliberately no modification timestamps: they would have to be hand-edited on
  every content change, and a stale one is worse than none because search engines
  discount the whole signal once it stops matching observed changes. Change
  frequency and priority hints are omitted for the same reason — both are
  advisory and widely ignored.

  __tests__/crawlability.test.ts asserts this file lists every page in pages/,
  so a new page cannot ship undiscoverable.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://bevr.work/</loc></url>
  <url><loc>https://bevr.work/features/</loc></url>
  <url><loc>https://bevr.work/pricing/</loc></url>
  <url><loc>https://bevr.work/about/</loc></url>
  <url><loc>https://bevr.work/contact/</loc></url>
  <url><loc>https://bevr.work/privacy/</loc></url>
  <url><loc>https://bevr.work/terms/</loc></url>
  <url><loc>https://bevr.work/messaging/</loc></url>
</urlset>
