<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, 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.

  There is deliberately no robots.txt: a plain build publishes none, and `npm run build --
  --noindex` is what writes one for the preview form, so shipping a permanent one would collide
  with the mechanism that keeps an unreleased copy out of search.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.dngames.de/wishwewerehere/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.dngames.de/wishwewerehere/guide.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
