<?xml version="1.0" encoding="UTF-8"?>
<!--
    Our Dark Home — sitemap.

    ONE URL, AND THAT IS CORRECT. The site is members-only: routes/web.php puts
    everything except "/" behind auth + verified, so the landing page is the only
    thing a crawler can reach. Galleries, music, stories and the forum are not
    missing from this file by oversight — they are unreachable without an
    account, and listing them would only hand both search engines a list of URLs
    that answer with a redirect to /login.

    Static rather than generated, because the URL set cannot change without a
    deliberate decision to open part of the site to guests. IF THAT EVER
    HAPPENS, this file and public/robots.txt both need revisiting together —
    they are the two halves of the same statement.

    changefreq and priority are deliberately absent. Google ignores both and has
    said so plainly; Bing treats them as weak hints at best. Fewer lines that do
    nothing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://ourdarkhome.com/</loc>
        <lastmod>2026-08-11</lastmod>
    </url>
</urlset>
