<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap — served at https://my.gettorrent.cloud/sitemap.xml.
  Mounted via conf/routes:
    GET /sitemap.xml    staticFile:public/sitemap.xml

  Only public, indexable URLs go here. Authenticated surfaces (/client,
  /account, /admin) are explicitly Disallowed in robots.txt and carry
  noindex,nofollow meta in their templates — they MUST NOT be added.

  TODO(seo): once a marketing/landing site lives at the apex
  (https://gettorrent.cloud) or under my.gettorrent.cloud/about, /pricing,
  /docs, expand this list and consider generating it from the Play app
  (controllers/Seo.java -> renderXml) so changes in routes.conf can't drift.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://my.gettorrent.cloud/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://my.gettorrent.cloud/auth/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://my.gettorrent.cloud/auth/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
