<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the four real pages. Everything inside the trainer is a #/ route, and fragments are
  never sent to a server — listing them would be listing this same file five times.

  Search Console reported "No referring sitemaps detected" and no referring pages, which for
  a site nothing links to is the whole discovery story: without this, Google has no route to
  the pages at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.deutschdojo.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- .html is not tidiness left behind: this project has no cleanUrls, so /privacy is a 404
       and only /privacy.html answers. These are the URLs the app itself links to. -->
  <url>
    <loc>https://www.deutschdojo.com/faq.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.deutschdojo.com/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://www.deutschdojo.com/terms.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
