Sitemap

@Serializable
data class Sitemap(var loc: String, var lastmod: String? = null, var changefreq: String? = null, var priority: Double? = null)(source)

Represents sitemap metadata for a web page.

Constructors

Link copied to clipboard
constructor(loc: String, lastmod: String? = null, changefreq: String? = null, priority: Double? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var loc: String
Link copied to clipboard