sitemap property

List<String>? sitemap
getter/setter pair

Any sitemaps that this URL was listed in, as known by Google.

Not guaranteed to be an exhaustive list, especially if Google did not discover this URL through a sitemap. Absent if no sitemaps were found.

Implementation

core.List<core.String>? sitemap;