> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/detailed-settings/remove-search-results.md).

# 구글 및 네이버 검색 결과 삭제 방법

{% hint style="info" %}
구글 및 네이버 사이트에서 검색 시 결과를 삭제할 수 있는 방법 안내드립니다.
{% endhint %}

&#x20;

#### 구글 삭제 방법

1\. 구글 써치 콘솔에 사이트를 등록합니다. (이미 등록된 경우 생략)

구글 써치 콘솔:<https://search.google.com/search-console/welcome?hl=ko>

&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FpRbA9gaEEO8PnwPcA0Xv%2Fimage.png?alt=media&amp;token=63341a51-d461-4a23-a16f-1c7e643328d6" alt=""><figcaption></figcaption></figure>

2. URL접두어에 사이트 주소 입력 후 HTML 소유권 확인 태그를 맑은소프트로 전달합니다. 맑은소프트에서 태그 설치한 후 **\[확인]** 버튼을 클릭합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FsPNja8u6BWvzMdYrkR5N%2Fimage.png?alt=media&amp;token=315d6770-e8d0-44a1-a93c-fccec7a240cb" alt=""><figcaption></figcaption></figure>

&#x20;

3. 색인 생성의 \[삭제]메뉴 클릭 > \[새요청] 클릭하여 요청 작성합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F1EtXeMf3O0dwnLNqju3D%2Fimage.png?alt=media&amp;token=503549b1-9f9e-4b6a-8a4e-2835cddcec22" alt=""><figcaption></figcaption></figure>

4. 삭제 요청 시 나타나는 구글 안내사항에 따라 검색 결과에 노출된 URL을 입력한 후 **\[다음]** 버튼을 클릭하여 삭제 진행해주시면 됩니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FvLyFMBE2g58Pf51jx2Ji%2Fimage.png?alt=media&amp;token=343149d1-fe8a-46a8-a8c0-19915a431f74" alt=""><figcaption></figcaption></figure>

#### 네이버 삭제 방법

1. 네이버는 직접 문의하여 삭제를 진행해주셔야 합니다.
2. [네이버 문의 사이트](https://help.naver.com/service/5626/contents/19716?osType=COMMONOS) 에접속합니다.&#x20;
3. [검색 제외 설정 또는 원본 삭제가 완료된 게시글 제외 요청 바로가기](https://help.naver.com/inquiry/input.help?categoryNo=17744\&serviceNo=5626\&lang=ko) 를 클릭 후, 필요한 정보를기입하여 **\[문의하기]** 버튼 클릭하시면 됩니다.&#x20;

   <figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F8JCWjkWL9acLYKJ1Tuju%2Fimage.png?alt=media&amp;token=45f9d678-be89-4aeb-8014-3a5f77a04d37" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://malgn.gitbook.io/cloud/operation-guide/detailed-settings/remove-search-results.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
