mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
30a20122b7
# Conflicts: # docs/data/docs.yaml
1.0 KiB
1.0 KiB
title, linkTitle, description, categories, keywords
| title | linkTitle | description | categories | keywords |
|---|---|---|---|---|
| Configure sitemap | Sitemap | Configure the sitemap. |
These are the default sitemap configuration values. They apply to all pages unless overridden in front matter.
{{< code-toggle config=sitemap />}}
- changefreq
- (
string) How frequently a page is likely to change. Valid values arealways,hourly,daily,weekly,monthly,yearly, andnever. With the default value of""Hugo will omit this field from the sitemap. See details. - disable
- (
bool) Whether to disable page inclusion. Default isfalse. Set totruein front matter to exclude the page. - filename
- (
string) The name of the generated file. Default issitemap.xml. - priority
- (
float) The priority of a page relative to any other page on the site. Valid values range from 0.0 to 1.0. With the default value of-1Hugo will omit this field from the sitemap. See details.