# 사이트맵 제출하기

### 구글 사이트맵 문서 보기

* [구글 사이트맵 문서 바로가기](https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap?hl=ko)

### 구글 사이트맵 적용 방법 영상 보기

{% embed url="<https://youtu.be/zLKuG0C7dUw>" %}
Google의 사이트맵 등록 방법
{% endembed %}

### 사이트맵이란?&#x20;

사이트맵(Sitemap)은 웹사이트의 모든 페이지를 구조적으로 나열한 목록입니다. 이는 검색 엔진이 사이트를 더 효율적으로 크롤링하고 인덱싱하도록 도와주며, XML 또는 HTML 형식으로 작성될 수 있습니다.

<pre><code>&#x3C;?xml version=<a data-footnote-ref href="#user-content-fn-1">"1.0"</a> encoding="UTF-8"?>
&#x3C;urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  &#x3C;url>
    &#x3C;loc>https://www.example.com/&#x3C;/loc>
    &#x3C;lastmod>2024-01-01&#x3C;/lastmod>
    &#x3C;changefreq>daily&#x3C;/changefreq>
    &#x3C;priority>1.0&#x3C;/priority>
  &#x3C;/url>
  &#x3C;url>
    &#x3C;loc>https://www.example.com/about&#x3C;/loc>
    &#x3C;lastmod>2024-01-01&#x3C;/lastmod>
    &#x3C;changefreq>monthly&#x3C;/changefreq>
    &#x3C;priority>0.8&#x3C;/priority>
  &#x3C;/url>
  &#x3C;url>
    &#x3C;loc>https://www.example.com/contact&#x3C;/loc>
    &#x3C;lastmod>2024-01-01&#x3C;/lastmod>
    &#x3C;changefreq>yearly&#x3C;/changefreq>
    &#x3C;priority>0.5&#x3C;/priority>
  &#x3C;/url>
&#x3C;/urlset>
</code></pre>

### 1) sitemap generator에서 사이트맵 생성

* sitemap generator를 구글에 검색해, xml파일 생성기 페이지에 방문합니다. \
  ( :point\_right:  [예시 페이지](https://www.xml-sitemaps.com/))
* 웹페이지 URL 기입 > start&#x20;
* 완성되면 view sitemap details > download your xml sitemap file

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaVCOj08LBZawJvdBmTNq%2Fuploads%2Fw9g5nsDScY98tg9Cb8qW%2Fimage%201662603385.png?alt=media&#x26;token=1a1c862f-b6ca-4588-be4c-27d79659afc6" alt=""><figcaption></figcaption></figure>

### 2) 고도몰 관리자페이지에 사이트맵 등록&#x20;

* 고도몰 관리자 페이지 > 검색엔진 최적화 설정&#x20;
* 스크롤 내려 ‘사이트맵’ 항목에 사이트맵 파일 업로드&#x20;
* 우측 상단 ‘저장’ 누르기

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaVCOj08LBZawJvdBmTNq%2Fuploads%2FrRFlob7GWS1IiCyMRRyF%2Fimage%201662603386.png?alt=media&#x26;token=dcec1edf-2e12-46a2-8539-d2032bb3e452" alt=""><figcaption></figcaption></figure>

### 3) 구글 서치콘솔에  사이트맵 등록

* 좌측 메뉴에서 **sitemaps** 선택 > 새 사이트맵 추가 항목에 **sitemap.xml** 입력
* **제출** 버튼 클릭&#x20;

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaVCOj08LBZawJvdBmTNq%2Fuploads%2Fgc9rPPlA7eCEvcVK2lB4%2Fimage.png?alt=media&#x26;token=38520f99-8ec8-46db-9351-9e31fe0e2486" alt=""><figcaption></figcaption></figure>

[^1]:


---

# 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/google-seo/google-searchconsole-sitemap-submit.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.
