mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
25 lines
546 B
Markdown
25 lines
546 B
Markdown
---
|
|
title: Sitemap Variables
|
|
linktitle: Sitemap Variables
|
|
description:
|
|
categories: [variables and params]
|
|
keywords: [sitemap]
|
|
menu:
|
|
docs:
|
|
parent: variables
|
|
weight: 80
|
|
weight: 80
|
|
---
|
|
|
|
A sitemap is a `Page` and therefore has all the [page variables][pagevars] available to use sitemap templates. They also have the following sitemap-specific variables available to them:
|
|
|
|
.Sitemap.ChangeFreq
|
|
: the page change frequency
|
|
|
|
.Sitemap.Priority
|
|
: the priority of the page
|
|
|
|
.Sitemap.Filename
|
|
: the sitemap filename
|
|
|
|
[pagevars]: /variables/page/
|