We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd8397 commit 395e378Copy full SHA for 395e378
1 file changed
robots.txt
@@ -1,23 +1,11 @@
1
# ========================================
2
# robots.txt
3
4
-# 이 파일은 검색 엔진 로봇(봇)에게
5
-# "어떤 페이지를 수집해도 되는지" 알려주는 파일입니다.
6
-#
7
-# 비밀스러운 내용이 없으므로 모든 페이지 수집을 허용합니다.
+# 모든 검색 엔진: 영어 페이지만
+# 한국어 페이지: 검색 결과 제외
8
9
10
-# 모든 검색 엔진 허용
11
User-agent: *
12
-Allow: /
+Disallow: /korea/
13
14
-# 네이버 검색 로봇 (Yeti) 명시적 허용
15
-User-agent: Yeti
16
17
-
18
-# 구글 검색 로봇 명시적 허용
19
-User-agent: Googlebot
20
21
22
-# 사이트맵 위치 알려주기
23
Sitemap: https://exceedzero.com/sitemap.xml
0 commit comments