16 lines
292 B
Plaintext
16 lines
292 B
Plaintext
# robots.txt — triplepick.o2o.kr
|
|
# 모든 검색엔진 크롤러 전체 허용 + 사이트맵 위치 명시
|
|
|
|
User-agent: *
|
|
Allow: /
|
|
|
|
# 네이버 크롤러(Yeti) 명시 허용
|
|
User-agent: Yeti
|
|
Allow: /
|
|
|
|
# 구글
|
|
User-agent: Googlebot
|
|
Allow: /
|
|
|
|
Sitemap: https://triplepick.o2o.kr/sitemap.xml
|