<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every page the build emits, which is every page in ROUTES (src/routes.tsx).

  /ads-txt was missing from here for as long as it has existed, which is the
  same class of omission as the legal pages being linked before they were built:
  a file that has to be edited by hand when something else changes, and is not.
  Add a route, add it here — the route-coverage test in tests/legal.spec.ts is
  what catches the link, and a crawler is what catches this.

  Add /publishers, /buyers and /company when they ship.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://thegrowthy.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://thegrowthy.com/ads-txt</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://thegrowthy.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://thegrowthy.com/cookies</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://thegrowthy.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
