# 네이버 서치어드바이저 등록

### 1️⃣ HTML 태그 확인

[네이버 서치어드바이저](https://searchadvisor.naver.com/) 에 웨이브온 사이트를 등록 하려면 HTML 태그 방식으로 등록 하셔야 합니다. 네이버 서치어드바이저 에 접속하셔서 사이트 소유 확인에 HTML 태그 부분을 확인해 주세요.

<figure><img src="/files/HHYloI7PHGpt6HCY5pDN" alt=""><figcaption></figcaption></figure>

### 2️⃣ 웨이브온 에디터에서 HTML 태그 입력

에디터의 설정탭에서 스크립트 설정으로 이동하신 후 head script 부분에 네이버 서치어드바이저에서 제공하는 HTML 태그를 입력해 주세요. 반드시 아래 스크린샷 내용처럼 \<script> 등으로 감싸지 않고 넣으셔야 합니다. (만약 이미 다른 내용이 있다면 기존 내용 그 다음줄에 넣어주세요)&#x20;

<figure><img src="/files/uMCKXLvJEPZ1kO2eLQ5z" alt=""><figcaption></figcaption></figure>

입력하신 후 저장을 눌러 적용해 주세요. 그 이후 네이버 서치어드바이저에서 소유확인을 진행해 주세요.


---

# 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://docs.waveon.io/landing/naver-search-advisor.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.
