The Sitemap-Max-Entries header can optionally be set on the root node to control the maximum number of entries that can show up in the generated sitemap.
This field is optional. The default value is 50000.
If this field is set, the value must be an unsigned integer.
This header will only have an effect if the Sitemap-URL header is set on the root node.
On this documentation site, the Sitemap-Max-Entries header is set on the root node to a value of 10000, like this:
Sitemap-Max-Entries: 10000
This causes Uriel to limit the number of entries in the generated sitemap to 10000 entries. You can see the generated sitemap here: /sitemap.xml
On this documentation site, the maximum number of allowed sitemap entries is larger than the number of nodes that are eligible for inclusion in the sitemap, so you won't directly observe any effect without changing the value and rebuilding the site.
Tags: root-node, sitemap, sitemap-headers
This page was generated by Uriel with the following settings:
Page Details
| Resource | Path | Project File |
|---|---|---|
| Node | headers/sitemap-max-entries | nodes/headers/sitemap-max-entries |
| Template | default.html | templates/default.html |
| URL | /headers/sitemap-max-entries/ | public/headers/sitemap-max-entries/index.html |
Node Headers
| Header (Lowercase) | Value |
|---|---|
| tags | sitemap, sitemap-headers, root-node |
| title | Sitemap-Max-Entries |
| +-tags | * |
| breadcrumb-separator | » |
| canonical-url | https://documentation.uriel.foo |
| rss-description | Uriel Documentation |
| rss-image-height | 32 |
| rss-image-url | /favicon-32x32.png |
| rss-image-width | 32 |
| rss-max-entries | 50 |
| rss-title | Uriel Documentation |
| rss-url | /rss.xml |
| sitemap-max-entries | 10000 |
| sitemap-url | /sitemap.xml |
| tag-node | tag |
| template | default.html |
Node Timestamps
| Type | Value |
|---|---|
| Created | |
| Modified | 2026-06-07T22:59:06-04:00 |
Node Methods
| Method | Value |
|---|---|
| get_parent_node() | headers/index |
| get_path() | headers/sitemap-max-entries |
| get_node_type() | file |
| get_url() | /headers/sitemap-max-entries/ |
| get_canonical_url() | https://documentation.uriel.foo/headers/sitemap-max-entries/ |
| get_name() | sitemap-max-entries |
| get_display_name() | Sitemap Max Entries |
| get_title() | Sitemap-Max-Entries |
| get_escaped_title() | Sitemap-Max-Entries |
| get_link() | <a href="/headers/sitemap-max-entries/">Sitemap-Max-Entries</a> |
| get_canonical_link() | <a href="https://documentation.uriel.foo/headers/sitemap-max-entries/">Sitemap-Max-Entries</a> |
| get_link_prefix() | <p> |
| get_link_suffix() | </p> |
| get_tags() | ['root-node', 'sitemap', 'sitemap-headers'] |
| get_dest_dir() | ./public/headers/sitemap-max-entries |
| get_dest_file() | ./public/headers/sitemap-max-entries/index.html |
| get_breadcrumb_separator() | » |