<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable routes only. Kept in step with src/config/pageMeta.js by
  PageMeta.test.js, which fails if a route marked index:true is missing here or
  a URL here is not an indexable route.

  No <lastmod>, <changefreq> or <priority>: Google ignores the last two
  outright, and a hand-maintained lastmod on a static file goes stale and is
  then discounted anyway. A loc-only sitemap is the honest version.

  Paper URLs are absent because they are not hand-maintained: /paper/<id> is
  listed by the generated sitemaps under /sitemaps/, published monthly by
  backend/src/lambda_functions/generate_sitemaps.py for the papers clearing
  SEO_INDEX_MIN_CITATIONS. This file is the static-route half, and the
  generated index lists it alongside them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://papernex.us/</loc>
  </url>
  <url>
    <loc>https://papernex.us/map</loc>
  </url>
  <url>
    <loc>https://papernex.us/pricing</loc>
  </url>
  <url>
    <loc>https://papernex.us/about</loc>
  </url>
  <url>
    <loc>https://papernex.us/contact</loc>
  </url>
  <url>
    <loc>https://papernex.us/privacy</loc>
  </url>
  <url>
    <loc>https://papernex.us/terms</loc>
  </url>
  <url>
    <loc>https://papernex.us/cookies</loc>
  </url>
</urlset>
