# 봇 접근 허용하기

각 user-agent, 즉 각 매체별 웹 크롤러(봇)에게 접근 권한을 주어야해요.&#x20;

(예를 들어, 구글의 웹 크롤러는 ‘googlebot’이라는 이름을 사용합니다.)&#x20;

* 허용하고자 하는 user-agent 아래에 Allow:/를 추가해주면 끝!

참고로 모든 user-agent를 허용하고자 한다면 robots.txt 최상단의 User-agent: \* 아래의 Disallow: / 를 Allow: / 로 바꿔주면 된답니다 🙂

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaVCOj08LBZawJvdBmTNq%2Fuploads%2FjBNxpSoM3mXX32ZRAcCb%2FGroup%20116573.png?alt=media&#x26;token=fd12ed1f-b6c0-4150-88af-0eea484510a4" alt=""><figcaption></figcaption></figure>

\*로봇 텍스트를 설정하는 방법은 다양합니다!

[네이버 웹마스터 가이드](https://searchadvisor.naver.com/guide/seo-basic-robots)를 참고해 보세요 :thumbsup:&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://marketing-help.nhn-commerce.com/traffic-growth-strategies/naver-seo/naver-searchadvisor-robot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
