# SEO 설정

seo설정 페이지는 검색노출을 위한 서치어드바이저 페이지와 공통코드 관리 페이지로 나뉘게 됩니다.

## 서치어드바이저

큐샵으로 제작된 웹 사이트 및 쇼핑몰을 구글 네이버 다음과 같은 포털 사이트에 노출을 할 수 있습니다. 각 플랫폼 검색 노출 등록 방법은 플렛폼 별 상세 가이드를 참고 부탁드립니다.

<table data-header-hidden><thead><tr><th width="163">버리는</th><th>항목</th></tr></thead><tbody><tr><td>항목</td><td>설명</td></tr><tr><td><a href="/pages/G8Vs7VXzgUe94l1wh5yQ"><strong>네이버</strong></a></td><td>네이버 서치어드바이저에 사이트를 등록하고 검색 노출을 할 수 있습니다.</td></tr><tr><td><a href="/pages/G7Au3uzwPbsu4f5oFqEa"><strong>구글</strong></a></td><td>구글 서치 콘솔에 사이트를 등록하고 검색 노출을 할 수 있습니다.</td></tr><tr><td><a href="/pages/Skn68XrwNhJM8Isc2XDC"><strong>다음</strong></a></td><td>다음 웹마스터 도구에 사이트를 등록하고 검색 노출을 할 수 있습니다.</td></tr><tr><td><a href="/pages/IMz23oTEIFGrOB1yN2Mv"><strong>빙(Bing)</strong></a></td><td>빙(Bing) 웹마스터 도구에 사이트를 등록하고 검색 노출을 할 수 있습니다.</td></tr><tr><td><strong>사이트맵 주소</strong></td><td>사이트맵(Sitemap)이란 웹사이트 내의 페이지들을 목록으로 나열한 파일로 <br>검색 로봇이 내 사이트 내 발견할 수 없던 페이지를 검색엔진에게 알려주어 <br>검색 노출에 도움을 줍니다.</td></tr></tbody></table>

## 공통코드관리

큐샵은 코딩을 하지 못하더라도 웹 사이트 제작 및 쇼핑몰 제작이 가능한 노코드 에디터 입니다.

사용자의 활용도에 따라 사이트 내 CSS / JavaScript 코드를 적용하여 사용을 할 수가 있습니다. 코드를 활용하여 사이트의 디자인을 수정하거나, 전환 스크립트를 삽하는 용도로 사용이 됩니다.

{% hint style="info" %}
공통 코드 관리 페이지를 통한 스크립트 삽입은 **유료 전환 후** 이용이 가능합니다.
{% endhint %}

{% hint style="danger" %}
직접 삽입한 코드로 인해 발생하는 오류 현상에 대해서는 조치 및 안내가 불가능합니다.
{% endhint %}

<table data-header-hidden><thead><tr><th width="137">버리는</th><th>항목</th></tr></thead><tbody><tr><td>항목</td><td>설명</td></tr><tr><td><strong>header</strong></td><td>모든 페이지의 &#x3C;head> 와 &#x3C;/head> 사이에 삽입됩니다.</td></tr><tr><td><strong>body</strong></td><td>모든 페이지에 &#x3C;body> 아래에 삽입됩니다.</td></tr><tr><td><strong>footer</strong></td><td>모든 페이지의 &#x3C;/body> 위에 삽입됩니다.</td></tr><tr><td><strong>robots.txt</strong></td><td>robots.txt 를 설정하여 검색엔진 수집을 제한할 수 있습니다.<br>검색엔진에 따라 수집 제한을 해두더라도 검색 노출이 될 수 있습니다.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.qshop.ai/customer_support/guide/setting/manage/seo.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.
