<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

    <!-- 메인 페이지 (index.php) - 최우선 -->
    <url>
        <loc>https://mkrpg.com/</loc>
        <lastmod>2025-01-20</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://iwgame.cafe24.com/images/logo.png</image:loc>
            <image:title>웹핵 로고</image:title>
        </image:image>
    </url>

    <!-- 인덱스 페이지 명시적 URL -->
    <url>
        <loc>https://mkrpg.com/index.php</loc>
        <lastmod>2025-01-20</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 패치 노트 페이지 (path.php) -->
    <url>
        <loc>https://mkrpg.com/path.php</loc>
        <lastmod>2025-01-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 게임 플레이 페이지 -->
    <url>
        <loc>https://mkrpg.com/play.php</loc>
        <lastmod>2025-01-20</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 모바일 페이지 -->
    <url>
        <loc>https://mkrpg.com/m.php</loc>
        <lastmod>2025-01-20</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 게임 규칙 -->
    <url>
        <loc>https://mkrpg.com/rule.php</loc>
        <lastmod>2025-01-20</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- 이용약관 -->
    <url>
        <loc>https://mkrpg.com/license.php</loc>
        <lastmod>2025-01-20</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- 개인정보취급방침 -->
    <url>
        <loc>https://mkrpg.com/priv.php</loc>
        <lastmod>2025-01-20</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- 도움말 -->
    <url>
        <loc>https://mkrpg.com/help.php</loc>
        <lastmod>2025-01-20</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

</urlset>
