<?xml version="1.0" encoding="UTF-8"?>
<!--
  adsite.store — sitemap.xml (Sitemap Index · 2026-04-24)

  Sitemap Index 패턴:
    - 단일 sitemap.xml 대신 여러 sub-sitemap 을 이 index 가 참조.
    - Google · 네이버 모두 sitemapindex 표준 지원.
    - Search Console / 서치어드바이저 에 등록된 /sitemap.xml URL 은 유지,
      내용만 index 구조로 전환 → 재등록 불필요.

  구성:
    - sitemap-main.xml    (정적) — 홈·서비스·컨택·quote·works·법적·서브도메인
    - sitemap-blog.xml    (동적) — 블로그 허브 + 개별 포스트 (.htaccess rewrite → sitemap-blog.php)
    - sitemap-images.xml  (정적) — 이미지 전용 sitemap (Google Image)
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <sitemap>
    <loc>https://adsite.store/sitemap-main.xml</loc>
    <lastmod>2026-04-24</lastmod>
  </sitemap>

  <sitemap>
    <loc>https://adsite.store/sitemap-blog.xml</loc>
    <lastmod>2026-04-30</lastmod>
  </sitemap>

  <sitemap>
    <loc>https://adsite.store/sitemap-images.xml</loc>
    <lastmod>2026-04-30</lastmod>
  </sitemap>

</sitemapindex>
