Update sitemap-template.md

This commit is contained in:
Joe Mooring 2022-03-28 08:23:45 -07:00 committed by GitHub
parent 78665c1e0e
commit c447270ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,13 +38,13 @@ Set the default values for [change frequency] and [priority], and the name of th
{{</ code-toggle >}} {{</ code-toggle >}}
changefreq changefreq
: How frequently a page is likely to change. Valid values are `always`, `hourly`, `daily`, `weekly`, `monthly`, `yearly`, and `never`. Default is `""` (omitted from rendered sitemap). : How frequently a page is likely to change. Valid values are `always`, `hourly`, `daily`, `weekly`, `monthly`, `yearly`, and `never`. Default is `""` (change frequency omitted from rendered sitemap).
filename filename
: The name of the generated file. Default is `sitemap.xml`. : The name of the generated file. Default is `sitemap.xml`.
priority priority
: The priority of a page relative to any other page on the site. Valid values range from 0.0 to 1.0. Default is `-1` (omitted from rendered sitemap). : The priority of a page relative to any other page on the site. Valid values range from 0.0 to 1.0. Default is `-1` (priority omitted from rendered sitemap).
## Override Default Values ## Override Default Values