<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- 메인 페이지 -->
    <url>
        <loc>https://pentacus.com/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 비즈니스 페이지 -->
    <url>
        <loc>https://pentacus.com/business</loc>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://pentacus.com/business/solutions</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://pentacus.com/business/ai</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://pentacus.com/business/software</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 제품 페이지 -->
    <url>
        <loc>https://pentacus.com/products</loc>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://pentacus.com/products/t-fect</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://pentacus.com/products/ai-mn</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://pentacus.com/products/with-chat</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 회사 소개 페이지 -->
    <url>
        <loc>https://pentacus.com/about</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- 채용 페이지 -->
    <url>
        <loc>https://pentacus.com/careers</loc>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
</urlset> 