<?xml version="1.0" encoding="UTF-8"?>
<!--
  The site's fixed pages. Hand-maintained, and referenced from the sitemap index
  at /sitemap.xml alongside /sitemap-blog.xml, which Sitejar.Api serves from the
  database.

  ⚠️ NO <lastmod> HERE, deliberately. These entries are hand-written, so any
  lastmod would be a hand-written claim about when a page last changed, and it
  would be wrong the first time someone edited a page and forgot the date. A
  sitemap whose lastmods cannot be trusted is worse than one with none: search
  engines discount them, and there is no way to un-discount them later. Blog
  posts do carry one, because the database actually knows
  (coalesce(content_revised_at, published_at)). verify-sitemap.mjs fails the
  build if a lastmod appears in this file.

  Every <loc> here is checked against robots.txt's Disallow prefixes by
  verify-sitemap.mjs. A URL that is both listed here and disallowed there is a
  contradiction the build can see, and until that guard existed nothing looked.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://sitejar.app/</loc></url>
  <url><loc>https://sitejar.app/pricing</loc></url>
  <url><loc>https://sitejar.app/developers</loc></url>
  <url><loc>https://sitejar.app/no-overlays</loc></url>
  <url><loc>https://sitejar.app/report</loc></url>
  <url><loc>https://sitejar.app/transparency</loc></url>
  <url><loc>https://sitejar.app/privacy</loc></url>
  <url><loc>https://sitejar.app/terms</loc></url>
  <url><loc>https://sitejar.app/refunds</loc></url>
  <url><loc>https://sitejar.app/bot</loc></url>
  <url><loc>https://sitejar.app/badge-terms</loc></url>
</urlset>
