<?xml version="1.0" encoding="UTF-8"?>
<!--
  One address, because the site is one application. Its only job is to give a search engine, and a
  model that fell back to search after a failed fetch, the canonical address of the app under its own
  name, rather than the better-known game series with a similar title.

  That address is the short domain, and it has to be the one index.html's canonical names: the app is
  served from idyll.cc and from www.dngames.de/wishwewerehere/, the first is a proxy of the second,
  and this file is what tells a crawler which of two identical pages to keep. It listed the Strato
  address until v0.29.0, which is why idyll.cc was invisible.

  No double hyphen may appear anywhere in this comment, which is why the build flag it mentions is
  written without its dashes: XML forbids the string inside a comment, and a sitemap a parser refuses
  is not read at all. Search Console reports that as "Couldn't fetch", with nothing about the cause,
  and this file was in that state from the day it was added until it was noticed here.
  tools/mcp.mjs holds the rule now.

  A launched build publishes a robots.txt that names this file (tools/bundle.mjs), because a sitemap
  nobody is told about is found late or not at all. The noindex build replaces that robots.txt with
  Disallow: / for the preview form, so the mechanism that keeps an unreleased copy out of search is
  untouched.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://idyll.cc/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://idyll.cc/guide.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
