<?xml version="1.0" encoding="UTF-8"?>
<!--
    sitemap.xml — erapolis.com (sitemap index)
    ERAPOLIS-989: converted to a sitemapindex so the wiki sitemap can be
    independently crawled without rewriting this file on every content update.

    Two sitemaps:
      1. sitemap_main.xml   — core site pages (home, about, press, privacy)
      2. /wiki/sitemap.php  — dynamically generated wiki pages (entity, category,
                              freeform, leaderboard); generated from the DB

    Sitemap index spec: https://www.sitemaps.org/protocol.html#index
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    <!-- Core site pages -->
    <sitemap>
        <loc>https://erapolis.com/sitemap_main.xml</loc>
    </sitemap>

    <!-- Wiki: entities, categories, freeform pages, leaderboards — generated from DB -->
    <sitemap>
        <loc>https://erapolis.com/wiki/sitemap.php</loc>
    </sitemap>

</sitemapindex>
