<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml for bugcatch.sphoro.com

  Nine documents: the marketing page, five documentation pages, and the three legal pages
  linked from its footer.
  The marketing page's own nav points at #features, #how, #integrations, #security and
  #pricing — those are fragments, positions inside one document, and the server never sees
  them. They are not listed: a sitemap enumerates URLs, and adding five fragments of the
  same page creates no entries while asking the crawler to fetch it five times.

  URLs are written exactly as the site links to them, .html extension included. A sitemap
  entry that redirects — /privacy to /privacy.html, or http to https, or a www variant —
  is reported as an error and the target is what gets indexed anyway, so the canonical
  spelling is the only one worth listing.

  The docs pages are listed at 0.8 — below the marketing page, above the legal ones.
  They are the pages a developer searching for "bugcatch sdk" or "bugcatch webhook" is
  actually looking for, and unlike the legal pages they describe shipped behaviour and
  carry no placeholders.

  NOTE: the three legal pages are still drafts. Each carries a visible draft banner and
  unfilled `.fill` placeholders (privacy 12, terms 7, refunds 3) and each already declares
  `<meta name="robots" content="index, follow">`. They are listed here because they are
  real, linked, publicly reachable pages, but submitting this sitemap invites a crawler to
  index them in their current state. Fill the placeholders, or flip those three pages to
  `noindex` and drop them from this file until they are ready.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://bugcatch.sphoro.com/</loc>
    <lastmod>2026-08-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://bugcatch.sphoro.com/docs.html</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://bugcatch.sphoro.com/docs-sdk.html</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://bugcatch.sphoro.com/docs-extension.html</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://bugcatch.sphoro.com/docs-integrations.html</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://bugcatch.sphoro.com/docs-api.html</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://bugcatch.sphoro.com/privacy.html</loc>
    <lastmod>2026-08-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://bugcatch.sphoro.com/terms.html</loc>
    <lastmod>2026-08-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://bugcatch.sphoro.com/refunds.html</loc>
    <lastmod>2026-08-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
