> For the complete documentation index, see [llms.txt](https://seotoolkit.gitbook.io/useotoolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seotoolkit.gitbook.io/useotoolkit/how-to-use/sitemap.md).

# Sitemap

## Usage

After installing the package, it'll automatically allow you to go to /sitemap.xml and see the generated sitemap. If you are running multiple domains, then it could also show the index sitemap. If you have two domains like **<https://domain.com/nl>** and **<https://domain.com/en>.** Then you'll find an index sitemap at **<https://domain.com/sitemap.xml>** and specific sitemaps at **<https://domain.com/nl/sitemap.xml>** and **<https://domain.com/en/sitemap.xml>**

You are also able to set some specific information about your document types in the backoffice. There is a **Seo Settings** content app located at each document type. After enabling the Seo Settings, you are able to configure the Change Frequency or Priority. You can also hide that document type from the sitemap itself

![](/files/0uUsWyCtOLi8iJtklsW2)

## Priority & Change Frequency

There are two ways to configure the Priority and Change Frequency. The first one is by using the interface in the document type content app. The other way is to have a property with the alias priority and changeFrequency for the priority and change frequency fields. It'll then use the value of those properties and display it in the sitemap.xml

## Configuration

You are able to change the configuration of the sitemap within your appsettings. The section lives under SeoToolkit and the options to change are:

* ShowAlternatePages (default: true). Determines if alternate pages should be rendered in the sitemap.xml. Is only used if your page has multiple languages
* LastModifiedFieldAlias (default: "lastModifiedDate"). The field alias of the field that is used to determine the Last Modified date. If this field doesn't exist, then the publish date is used.
* ChangeFrequencyFieldAlias (default: "changeFrequency"). The field alias of the field that is used to determine the change frequency. If this field doesn't exist, then the change frequency isn't generated.
* PriorityFieldAlias (default: "priority). The field alias of the field that is used to determine the priority. If this field doesn't exist, then the priority isn't generated.


---

# 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://seotoolkit.gitbook.io/useotoolkit/how-to-use/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.
