> For the complete documentation index, see [llms.txt](https://docs.wfolio.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wfolio.pro/seo/seo/sitemap.md).

# Sitemap.xml на вашем сайте

Sitemap — это xml-файл со ссылками на страницы вашего сайта, который помогает поисковым системам определить адреса страниц на сайте и время их последнего обновления.

Файл sitemap.xml формируется автоматически для всех сайтов, созданных на Wfolio, и всегда поддерживается в актуальном состоянии, обновляясь одновременно с изменениями на вашем сайте.

Sitemap всегда доступен по ссылке, где «ВАШСАЙТ» — это адрес (домен) сайта:

```csharp
https://ВАШСАЙТ/sitemap.xml
```

### Как добавить файл Sitemap в вебмастер <a href="#webmasters" id="webmasters"></a>

Sitemap помогает поисковому роботу быстрее находить и индексировать страницы сайта и добавлять их в поиск. Рассказываем, как его добавить.

#### Добавление в Яндекс Вебмастер <a href="#yandex" id="yandex"></a>

* Откройте вкладку **«Индексирование»**. Выберите **«Файлы Sitemap»**.

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

* Вставьте адрес файла: <https://ВАШСАЙТ/sitemap.xml>, где «ВАШСАЙТ» нужно заменить на адрес сайта или диска.

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

#### Добавление в Google Search Console <a href="#gsc" id="gsc"></a>

* Перейдите во вкладку **«Файлы Sitemap»**.
* Введите в поле ***sitemap.xml*** и отправьте файл.

<figure><img src="/files/8r0qa7MjKz336AtL4sKy" 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://docs.wfolio.pro/seo/seo/sitemap.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.
