<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public pages only. Every URL here is also on PUBLIC_INDEXABLE_PATHS in
  src/seo/robotsMeta.js, which is what actually serves the `index, follow` directive;
  a URL submitted here but served `noindex` is an error Search Console reports.

  This lists ALL seven public pages. /support and /integrations/zoom were indexable but
  unlisted until 2026-09-07 — they were reachable only if a crawler happened to follow a
  footer link. robotsMeta.test.js now pins the set both ways, so a future public page
  cannot be added to the allowlist and silently left out of here again.

  Deliberately absent:
    /register, /reset-password  — sign-up and credential recovery. Removed 2026-09-07
                                  and now served `noindex, nofollow, noarchive`.
    every authenticated route   — /dashboard, /meetings, /documents, /settings, …
    every token-bearing portal  — /sign/<token>, /external-portal, /guest/access, …

  No <lastmod>. The values that used to be here were not maintained: they claimed
  2026-05-26 for /privacy and /terms while public/privacy.html and public/terms.html
  were last edited 2026-09-06, and 2026-05-26 for / while the landing page changed
  2026-07-02. lastmod only ever moved when this file itself was touched, so it tracked
  edits to the sitemap rather than to the content. A lastmod that is wrong is worse
  than none — crawlers that trust it recrawl stale pages and skip fresh ones — and
  omitting it is valid: the sitemap protocol marks lastmod optional. Add it back only
  together with something that derives it from the content (a build step or a CI check),
  not by hand.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.boardli.ai/</loc>
  </url>
  <url>
    <loc>https://www.boardli.ai/login</loc>
  </url>
  <url>
    <loc>https://www.boardli.ai/privacy</loc>
  </url>
  <url>
    <loc>https://www.boardli.ai/terms</loc>
  </url>
  <url>
    <loc>https://www.boardli.ai/tools/immediate-report-deadline</loc>
  </url>
  <url>
    <loc>https://www.boardli.ai/support</loc>
  </url>
  <url>
    <loc>https://www.boardli.ai/integrations/zoom</loc>
  </url>
</urlset>
