<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written, 2026-08-30. There was no sitemap before launch.

  It is static rather than generated by @astrojs/sitemap for one reason: adding
  that integration means an npm install, and this was written on ship day. Ten
  routes is a list a person can maintain. If the route table grows past what is
  comfortable to keep in step by hand, swap in the integration.

  WHAT IS DELIBERATELY ABSENT: /discovery and /demo, both noindex. /system is
  gone entirely and redirects to /, so it must never appear here.

  ALSO ABSENT, and this one is temporary: /case-study-icustomer. It sits behind
  the password gate in middleware.ts while the client reviews it, so the only
  thing a crawler can reach is the password form. Put it back, and remove the
  page's `noindex`, the day the gate comes down.

  KEEP THIS IN STEP with site/src/pages/*.astro. A sitemap listing a route that
  404s is worse than no sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://onboardingloop.ai/</loc><priority>1.0</priority></url>
  <url><loc>https://onboardingloop.ai/product</loc><priority>0.9</priority></url>
  <url><loc>https://onboardingloop.ai/pricing</loc><priority>0.9</priority></url>
  <url><loc>https://onboardingloop.ai/check</loc><priority>0.9</priority></url>
  <url><loc>https://onboardingloop.ai/faq</loc><priority>0.7</priority></url>
  <url><loc>https://onboardingloop.ai/about</loc><priority>0.7</priority></url>
  <url><loc>https://onboardingloop.ai/case-study-corebee</loc><priority>0.6</priority></url>
  <url><loc>https://onboardingloop.ai/terms-of-service</loc><priority>0.2</priority></url>
  <url><loc>https://onboardingloop.ai/privacy-policy</loc><priority>0.2</priority></url>
</urlset>
