<?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"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

    <!-- 메인 페이지 -->
    <url>
        <loc>https://yourdomain.com/home.php</loc>
        <lastmod>2024-11-06</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 정보센터 -->
    <url>
        <loc>https://yourdomain.com/info-hub.php</loc>
        <lastmod>2024-11-06</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 심리 분석 페이지 -->
    <url>
        <loc>https://yourdomain.com/psychology.php</loc>
        <lastmod>2024-11-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 치수 가이드 페이지 -->
    <url>
        <loc>https://yourdomain.com/size-guide.php</loc>
        <lastmod>2024-11-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 사이즈 체계 페이지 -->
    <url>
        <loc>https://yourdomain.com/clothing-size-system.php</loc>
        <lastmod>2024-11-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 드레스 계산기 페이지 -->
    <url>
        <loc>https://yourdomain.com/dress-calculator.php</loc>
        <lastmod>2024-11-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 반지 계산기 페이지 -->
    <url>
        <loc>https://yourdomain.com/ring-calculator.php</loc>
        <lastmod>2024-11-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 사이트맵 페이지 -->
    <url>
        <loc>https://yourdomain.com/sitemap.php</loc>
        <lastmod>2024-11-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

</urlset>
