<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four URLs, not the ten `SEO README §1` sketches — and the difference is not an
  omission.

  Academy is a hash-routed single-page app: `academy.pebblesense.com/#/how`,
  `#/pricing` and the rest are *fragments*. A crawler strips everything from the
  `#` onward, so all six Academy pages are one URL as far as Google is
  concerned. Listing them here would submit the same address six times and
  claim six pages that cannot be fetched independently.

  Making them real URLs means path-based routing plus prerendering, which is a
  build change rather than a file like this one. `site/README.md` records it as
  the largest remaining SEO item.

  Regenerate `lastmod` on deploy — a date that never moves is a signal that the
  site is abandoned.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.pebblesense.com/</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://academy.pebblesense.com/</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.pebblesense.com/privacy.html</loc>
    <lastmod>2026-08-18</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://www.pebblesense.com/terms.html</loc>
    <lastmod>2026-08-18</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
