<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public routes only. Everything else in App.tsx sits behind ProtectedRoute
  and has nothing to offer an index.

  Hand-maintained: this app has five public URLs and no content pipeline, so
  generating this file would be more machinery than the thing it generates.
  If public pages start being added regularly, generate it from the route
  table instead of editing here.

  lastmod is deliberately absent rather than guessed. A date that does not
  track real edits is worse than none: Google treats an lastmod it learns to
  distrust as noise on every URL in the file.

  THE /writing/ URLS ARE NOT SERVED BY THIS APP, and belong here anyway.

  They come from stockstack-site/ via deploy-site.sh, on the same origin and
  behind the same CloudFront distribution. A sitemap describes a HOST, not a
  deployment unit — splitting them into a second file would be accurate about
  our build process and useless to a crawler.

  The practical consequence: this file lives in the React app's public/ folder
  but must be updated when an ESSAY is added, not only when a route is. That
  is easy to forget, so the essays are listed last with this note attached.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stockstack.financial/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://stockstack.financial/pricing</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://stockstack.financial/contact</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://stockstack.financial/terms</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://stockstack.financial/privacy</loc>
    <priority>0.3</priority>
  </url>

  <!-- Essays, served from stockstack-site/ — see the note above. Ranked above
       the legal pages: they are the only pages here written to be found by
       someone who has never heard of the product. -->
  <url>
    <loc>https://stockstack.financial/writing/</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://stockstack.financial/writing/retail-investors-deserve-real-time-data.html</loc>
    <priority>0.6</priority>
  </url>
</urlset>
