<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the indexable routes belong here. Every other page in the app is
  per-user, credit-gated data behind auth and ships `noindex` — listing such a
  URL in a sitemap while telling crawlers not to index it is a contradiction
  Search Console reports as an error, not a warning.

  <lastmod> ONLY where a human actually maintains it — the legal documents,
  whose dates are bumped by hand alongside the source markdown. Everywhere else
  it is omitted on purpose: a date nobody updates is worse than none, because a
  stale-but-present lastmod teaches the crawler to trust it and then re-crawl
  less often. Add it elsewhere only when something regenerates this file on
  deploy.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dropera.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://dropera.io/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://dropera.io/login</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <!-- NOTE: bump the <lastmod> dates below whenever a legal document changes
       (frontend/src/pages/legal/content/*.md). They are maintained by hand. -->
  <url>
    <loc>https://dropera.io/legal</loc>
    <lastmod>2026-08-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://dropera.io/legal/terms</loc>
    <lastmod>2026-08-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://dropera.io/legal/privacy</loc>
    <lastmod>2026-09-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://dropera.io/legal/refunds</loc>
    <lastmod>2026-08-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
