<?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">

  <!-- 실제 존재하는 라우트만 등재 (App.jsx Routes: '/' , '/privacy').
       존재하지 않던 about/services/contact 템플릿 잔재는 soft 404/중복 방지를 위해 제거함. -->

  <!-- 홈페이지 -->
  <url>
    <loc>https://thementalist.co.kr/</loc>
    <lastmod>2026-06-26</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- 개인정보처리방침 -->
  <url>
    <loc>https://thementalist.co.kr/privacy</loc>
    <lastmod>2026-06-26</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
