Sitemapper v0.2.0 Sitemapper.URL View Source

Represents a URL for inclusion in a Sitemap.

Link to this section Summary

Link to this section Types

Link to this type

changefreq()

View Source
changefreq() ::
  :always | :hourly | :daily | :weekly | :monthly | :yearly | :never
Link to this type

t()

View Source
t() :: %Sitemapper.URL{
  changefreq: changefreq() | nil,
  lastmod: Date.t() | DateTime.t() | NaiveDateTime.t() | nil,
  loc: String.t(),
  priority: float() | nil
}