<?xml version="1.0" encoding="UTF-8"?>
<!--
    sitemap_main.xml — erapolis.com core site pages (ERAPOLIS-989).
    Lists every non-wiki page that resolves 200. Referenced by sitemap.xml
    (the sitemap index).  Updated manually when core pages are added/removed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    <!-- Home page -->
    <url>
        <loc>https://erapolis.com/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- About / Press / Contact -->
    <url>
        <loc>https://erapolis.com/about.php</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Press kit -->
    <url>
        <loc>https://erapolis.com/press/</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Privacy -->
    <url>
        <loc>https://erapolis.com/privacy.php</loc>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>

</urlset>
