# Sitemap

The Sitemap node should be placed directly under your Site node.&#x20;

<div align="left"><img src="/files/-MNrEZ2E9udPehsUdEyI" alt=""></div>

Once added it will generate sitemap on  url found in the info tab of the Sitemap node.&#x20;

![](/files/-MNrFJjfX7tlOlkHOgRV)

![](/files/-MNrG-qO9_oMnXvcmVzj)

## Connect Sitemap in Robots.txt

Add the following line to your Robots.txt file to help crawlers find the sitemap

```markup
Sitemap: https://example.com/sitemap/
```

Add multiple Sitemap links for multilingual sites.

```markup
Sitemap: https://example.com/sitemap/
Sitemap: https://example.se/sitemap/
```

{% hint style="info" %}
There are some great packages that allows you to edit Robots.txt file from the Umbraco backoffice. ⟶ [Friendly Robots](https://our.umbraco.com/packages/website-utilities/friendly-robots/), [Robots.txt Editor](https://our.umbraco.com/packages/developer-tools/robotstxt-editor/)
{% endhint %}

## Page settings for sitemap

In the SEO section of any page you will find some settings for Sitemap

![](/files/-MNrH8yk6ewlyryKrXIM)

### Hide From Search Engines

Tell web crawlers to not index this page. Also removes this page from the sitemap

### Sitemap Page Priority

The priority of this page relative to other pages on your site. Default is 0.5

### Sitemap Page Change Frequently

How frequently the page is likely to change. This value provides general information to search engines and may not correlate exactly to how often they crawl the page.


---

# 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://docs.iglootheme.com/page-types/sitemap.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.
