View Source Sitemapper.URL (Sitemapper v0.8.0)

Represents a URL for inclusion in a Sitemap.

Summary

Types

t()

URL structure for sitemap generation

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