View Source Sitemapper.URL (Sitemapper v0.9.0)
Represents a URL for inclusion in a Sitemap.
Summary
Types
@type changefreq() ::
:always | :hourly | :daily | :weekly | :monthly | :yearly | :never
@type t() :: %Sitemapper.URL{ changefreq: changefreq() | nil, lastmod: Date.t() | DateTime.t() | NaiveDateTime.t() | nil, loc: String.t(), priority: float() | nil }
URL structure for sitemap generation