StatamicSitemapUrl

The Sitemap URL type used in Statamic.

Type Definition

type 
StatamicSitemapUrl
= {
loc
: string;
lastmod
?: string |
Date
;
changefreq
?:
StatamicSitemapChangefreq
;
priority
?: 0 | 0.1 | 0.2 | 0.3 | 0.4 | 0.5 | 0.6 | 0.7 | 0.8 | 0.9 | 1;
alternatives
?:
StatamicSitemapAlternativeEntry
[];
_i18nTransform
?: boolean;
_sitemap
?: string | false;
};