<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written, and held to lib/seo.ts by `bun run test:seo`: this file must
  list exactly the entries of PUBLIC_PAGES with index: true. It is four urls
  because that is the site's entire indexable surface today — the landing page,
  the client portal's front door, and two legal documents. Adding marketing
  pages grows the table in lib/seo.ts first, and this suite then fails until
  this file follows.

  /portal/<token> is NOT here and never can be: a portal url is a capability
  link addressed to one client, so listing one publishes it. /client-signin is
  the tokenless door to the same place.

  No <lastmod>: a date nobody updates is worse than no date, and the legal pages
  are rendered from docs/legal/*.md, so the honest value would have to come from
  that file's git history rather than from whoever edits this one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://beforemay.com.au/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://beforemay.com.au/client-signin</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://beforemay.com.au/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://beforemay.com.au/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
