<?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">
    
    <!-- 메인 페이지 -->
    <url>
        <loc>https://jsonparserweb.web.app/</loc>
        <lastmod>2024-12-24</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://jsonparserweb.web.app/og-image.png</image:loc>
            <image:title>JSON Parser - 무료 온라인 JSON 도구</image:title>
            <image:caption>JSON 디코더, 인코더, 포맷터, 검증기, 비교기 기능을 제공하는 무료 온라인 도구</image:caption>
        </image:image>
    </url>
    
    <!-- JSON 디코더 페이지 -->
    <url>
        <loc>https://jsonparserweb.web.app/#decoder</loc>
        <lastmod>2024-12-24</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- JSON 인코더 페이지 -->
    <url>
        <loc>https://jsonparserweb.web.app/#encoder</loc>
        <lastmod>2024-12-24</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- JSON 포맷터 페이지 -->
    <url>
        <loc>https://jsonparserweb.web.app/#formatter</loc>
        <lastmod>2024-12-24</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- JSON 검증기 페이지 -->
    <url>
        <loc>https://jsonparserweb.web.app/#validator</loc>
        <lastmod>2024-12-24</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- JSON 비교기 페이지 -->
    <url>
        <loc>https://jsonparserweb.web.app/#comparator</loc>
        <lastmod>2024-12-24</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
</urlset>