<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only routes that actually exist and are actually public. Checked against the
  <Route> list in frontend/src/App.js: /apply, /legal, /privacy and /terms are
  real, and "/" is the landing page on the apex host.

  /login and /chat are deliberately absent. A sitemap is a claim that a page is
  worth indexing, and a login wall is not -- listing one asks Google to rank a
  dead end for somebody searching for the business.

  lastmod is deliberately omitted rather than filled with today's date on every
  deploy. A lastmod that changes when nothing changed is a lie a crawler learns
  to ignore, and once it has learned that, the honest one will not be believed
  either.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://twsolution.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://twsolution.ai/apply</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://twsolution.ai/legal</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

  <url>
    <loc>https://twsolution.ai/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

  <url>
    <loc>https://twsolution.ai/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>

</urlset>
