<?xml version="1.0" encoding="UTF-8"?>
<!--
  Marketing routes only. The app routes are noindex (see app/_layout.js) and are
  intentionally excluded. The root `/` 307-redirects to /employees, so it is not
  listed here. Keep this in sync with MARKETING_ROUTE_SEGMENTS in constants/routes.ts.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://beatrice.fyi/employees</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://beatrice.fyi/employers</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://beatrice.fyi/glossary</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://beatrice.fyi/calculator</loc>
    <priority>0.7</priority>
  </url>
</urlset>
