<?xml version="1.0" encoding="UTF-8"?>
<!--
  Evolve Reps (#957). Only the pages a stranger can actually read.

  Deliberately short. Everything else is either auth-gated or a
  single-use token, and listing a URL that answers 404 to the crawler is
  worse than listing nothing.

  Hand-maintained, which is the shape that rots (#713, #840). It is three
  lines and the routes are stable, so a generator would be more moving
  parts than the problem deserves. If this grows past a handful, derive
  it from the route tree instead of adding entries.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://evolvereps.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://evolvereps.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://evolvereps.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
