<?xml version="1.0" encoding="UTF-8"?>
<!--
  아너링크 (태산솔루션) — sitemap.xml
  도메인: honorlink.li (치환 완료)

  <changefreq> 와 <priority> 는 구글이 무시한다고 공식 문서에 명시되어 있어 넣지 않았다.
  구글이 실제로 참고하는 것은 <loc> 과 <lastmod> 뿐이다.
  <lastmod> 는 내용을 실제로 고쳤을 때만 갱신할 것.
  (안 고쳤는데 날짜만 바꾸면 신뢰를 잃어 이후로는 무시된다)

  페이지를 추가하면 여기에도 <url> 블록을 반드시 추가할 것.
  존재하지 않는 URL 을 넣으면 Search Console 에 색인 오류로 잡힌다.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://honorlink.li/</loc>
    <lastmod>2026-08-16</lastmod>
  </url>

  <url>
    <loc>https://honorlink.li/contact/</loc>
    <lastmod>2026-08-16</lastmod>
  </url>

</urlset>
