# 네이버 서치어드바이저(웹마스터도구) 앱 등록방법

네이버 웹마스터 도구에 앱이나 채널을 등록하고 싶다면, 메타태그 없이 \<head> 영역에 아래 코드를 입력해 주세요.

***

## 코드 입력 위치

* 모바일 2.0 / 모바일 4.0
  * <kbd>디자인</kbd> > <kbd>디자인 스킨 관리</kbd> > <kbd>디자인 스킨 관리</kbd> 메뉴에서 \[디자인 편집하기] 클릭 후,\
    'HEAD 입력' 부분에 입력해 주세요.
* 파워팩
  * <kbd>디자인</kbd> > <kbd>디자인 스킨 관리</kbd> > <kbd>디자인 스킨 관리</kbd> 메뉴에서 \[파워팩 스킨 관리]로 이동한 뒤,\
    &#x20;\[디자인 편집하기] 클릭 후, 모바일샵 환경 설정 > 'HEAD 입력' 부분에 입력해 주세요.

***

## 코드 소스

위 메뉴에 아래 코드를 복사해서 붙여 넣으면 돼요. `href` 부분에 원하는 채널 주소를 입력해 주세요.

HTML

```
<span itemscope="" itemtype="http://schema.org/Organization">
<link itemprop="url" href="http://상점 도메인">
<a itemprop="sameAs" href="상점에서 이용하는 SNS계정"></a>
</span>
```

예시)

HTML

```
<span itemscope="" itemtype="http://schema.org/Organization">
<link itemprop="url" href="http://상점 도메인">
<a itemprop="sameAs" href="https://www.facebook.com/페이스북아이디"></a>
<a itemprop="sameAs" href="http://blog.naver.com/네이버아이디"></a>
<a itemprop="sameAs" href="http://storefarm.naver.com/스마트스토어아이디"></a>
</span>
```

{% hint style="info" %}

## 참고사항

네이버 블로그/카페, 스토어팜, 페이스북, 인스타그램 등 최대 9개의 채널만 연동할 수 있어요.\
더 자세한 내용은 아래 네이버 공식 도움말에서 확인할 수 있어요.

<https://help.naver.com/support/contents/contents.nhn?serviceNo=14882&categoryNo=18161>
{% endhint %}

***

## 등록 확인 방법

코드를 입력한 뒤 아래 구글 페이지에서 제대로 등록되었는지 확인할 수 있어요.

{% embed url="<https://search.google.com/structured-data/testing-tool/u/0/>" %}


---

# 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://help.makeshop.co.kr/faq/pc-and/undefined-8.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.
