<?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.

  The guide is listed without its file extension: Cloudflare's asset handler serves guide.html at
  /guide and answers /guide.html with a 307 to /guide, so listing the dotted form advertises a
  redirect and Search Console reports exactly that. The Strato copy serves the same path by an
  internal rewrite (see server/.htaccess), so /guide is a 200 on both hosts.

  llms.txt is deliberately not listed: it is the guide's plain text twin for agents, served with a
  noindex header on the origin, so asking a crawler to index it as well would be a contradiction.
-->
<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</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
