https://ns.adobe.com/helix/shared/sitemap
The sitemap configuration for a Project Helix website.
The formatting options for lastmod
are described here: https://momentjs.com/docs/#/displaying/format/
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | sitemap.schema.json |
object
(Sitemap)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
source | string |
Optional | cannot be null | Sitemap |
origin | string |
Optional | cannot be null | Sitemap |
destination | string |
Optional | cannot be null | Sitemap |
lastmod | string |
Optional | cannot be null | Sitemap |
languages | object |
Optional | cannot be null | Sitemap |
The source resource path to get records from. These records should at least contain a path property.
source
string
(Source)
The origin to prepend to paths found in the source.
origin
string
(Origin)
The destination resource path to store sitemap to.
destination
string
(Path)
The format to use for last modification of a location. If not present, no last modification is added.
lastmod
string
(Lastmod)
YYYY-MM-DD
YYYY-MM-DD hh:mm:ss
The languages to add to the sitemap
languages
-
is optional
-
Type:
object
(Sitemap Languages) -
cannot be null
-
defined in: Sitemap
object
(Sitemap Languages)