<?xml version="1.0" encoding="UTF-8"?>
<!--
  The pages worth indexing, by the URL Pages actually serves. /terms/,
  /privacy/ and /become-a-tutor/ carry their trailing slash because Pages
  answers the bare path with a 308 to it (src/lib/routes.ts); listing a
  redirect makes Google report it.

  Without this file the SPA fallback answers /sitemap.xml with index.html and a
  200. Add a URL here only when it has its own prerendered page — anything the
  SPA fallback serves is the home page to a crawler. /explore and /auth/action
  are deliberately absent (noindex and a one-time link, respectively).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://uki-tutor.com/</loc></url>
  <url><loc>https://uki-tutor.com/terms/</loc></url>
  <url><loc>https://uki-tutor.com/privacy/</loc></url>
  <url><loc>https://uki-tutor.com/become-a-tutor/</loc></url>
</urlset>
