<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four indexable documents and the home page's own sections.

  The home entry is the canonical URL of the marketing page. The section
  entries name the destinations the nav offers, so the sitemap describes the
  same set of places as the page itself; crawlers that ignore fragments
  collapse them onto the home entry, which is the same document — hence the
  lower priority on each.

  The three legal entries are separate documents, not fragments. They are
  static pages that build-simcoach-rs.sh renders into the deploy root from
  the snapshots committed under apps/racestint/scripts/legal/snapshots/, and
  they are listed in the EXTENSIONLESS spelling because that is the canonical
  each page declares — Pages serves the same file at `/privacy.html` and
  normalises it to `/privacy`, and only one of the two should ever be
  indexed. They are the only URLs on this origin besides the home page that
  a crawler should index at all: every other path is answered by the cockpit
  shell under a blanket `X-Robots-Tag: noindex`, and the `_headers` the
  compose writes detaches exactly these.

  No last-modified entries: a hand-written date here would be stale from the
  first copy edit, and a stale one is worse than none at all. The legal
  documents carry their own `Last updated:` line in their body, which is the
  one place that date is written down.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://simcoach-rs.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://simcoach-rs.app/#app</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://simcoach-rs.app/#coaching</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://simcoach-rs.app/#group</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://simcoach-rs.app/#setups</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://simcoach-rs.app/#download</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://simcoach-rs.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://simcoach-rs.app/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://simcoach-rs.app/eula</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
