<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three corrections over the previous version.

  /docs and /swagger were listed without their trailing slash and both
  301'd. A sitemap should carry the URL that answers 200, not one that
  redirects — a redirected entry is a weaker signal and spends crawl
  budget confirming something the sitemap could have stated directly.

  /health was listed. It is a monitoring endpoint, not a page.

  Every lastmod said 2026-02-24 while the pages have changed repeatedly
  since. A stale lastmod is worse than none: it tells a crawler not to
  re-read a page that has in fact changed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://biquote.io/</loc>
        <lastmod>2026-07-29</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://biquote.io/docs/</loc>
        <lastmod>2026-07-29</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://biquote.io/swagger/index.html</loc>
        <lastmod>2026-07-29</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://biquote.io/llms.txt</loc>
        <lastmod>2026-07-29</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
</urlset>
