-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsitemap.xml
More file actions
80 lines (70 loc) · 2.02 KB
/
sitemap.xml
File metadata and controls
80 lines (70 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<!--
========================================
사이트맵 (sitemap.xml)
========================================
전략: 모든 검색엔진 = 영어만
한국어 페이지 제외
업데이트: 2026년 1월 13일
========================================
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<!-- 메인 페이지 (영문) -->
<url>
<loc>https://exceedzero.com/</loc>
<lastmod>2025-01-05</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<!-- 30주 칼럼 (핵심 콘텐츠) -->
<url>
<loc>https://exceedzero.com/methodology/trinity-30-weeks-creation-process.md</loc>
<lastmod>2026-01-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.95</priority>
</url>
<!-- 실행 로그 개요 -->
<url>
<loc>https://exceedzero.com/Logs/README.md</loc>
<lastmod>2026-01-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.90</priority>
</url>
<!-- 서비스 약관 -->
<url>
<loc>https://exceedzero.com/terms.html</loc>
<lastmod>2025-01-05</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<!-- 면책 조항 -->
<url>
<loc>https://exceedzero.com/disclaimer.html</loc>
<lastmod>2025-01-05</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<!-- 개인정보 처리방침 -->
<url>
<loc>https://exceedzero.com/privacy.html</loc>
<lastmod>2025-01-05</lastmod>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>
<!-- 회사 소개 -->
<url>
<loc>https://exceedzero.com/about.html</loc>
<lastmod>2025-01-05</lastmod>
<changefreq>yearly</changefreq>
<priority>0.7</priority>
</url>
<!--
한국어 페이지 제외:
- /korea/index.html
- /korea/terms.html
- /korea/disclaimer.html
- /korea/privacy.html
- /korea/about.html
이유: 검색 결과 제외 (언어 전환 버튼으로만 접근)
-->
</urlset>