"로봇배제표준 robots.txt"의 두 판 사이의 차이

(새 문서: {{소문자}} ;robots.txt ;robots exclusion standard ;로봇 배제 표준 ==모두 허용== <source lang="robots"> User-agent: * Disallow: </source> ==모두 차단== <source lang=...)
 
39번째 줄: 39번째 줄:


==참고 자료==
==참고 자료==
*http://en.wikipedia.org/wiki/Robots_exclusion_standard
[[분류: 웹]]

2012년 5월 10일 (목) 11:05 판

robots.txt
robots exclusion standard
로봇 배제 표준

1 모두 허용

User-agent: *
Disallow:

2 모두 차단

User-agent: *
Disallow: /

3 특정 폴더 차단

User-agent: *
Disallow: /cgi-bin/
Disallow: /images/

4 특정 파일 차단

User-agent: *
Disallow: /directory/file.html

5 활용 사례

국내 포털의 경우, 네이버와 네이트는 없고 다음은 단 2줄이었다. 아래는 실제 웹사이트에서 사용하고 있는 설정들의 링크이다. (내용 짧은 순)

6 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}