<?xml version="1.0" encoding="UTF-8"?>
<!--
  The pages a stranger can read, and nothing else.

  Six entries, all from `AppRoute` in src/lib/routes.ts: the landing, the API
  reference, the support page, the two legal documents and the sign-in. A route
  behind the session is left out because a crawler is refused it.

  No `<lastmod>`: the value would be written once and then rot, and a date that
  says a page changed when it did not is worse than no date. Add one only if
  something generates it from the build.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tranly.co/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tranly.co/docs</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://tranly.co/support</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://tranly.co/login</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://tranly.co/legal/terms</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://tranly.co/legal/privacy</loc>
    <priority>0.3</priority>
  </url>
</urlset>
