Kreuzcrawl.SitemapUrl (kreuzcrawl v0.3.0-rc.42)

Copy Markdown

A URL entry from a sitemap.

Summary

Types

t()

A URL entry from a sitemap.

Types

t()

@type t() :: %Kreuzcrawl.SitemapUrl{
  changefreq: String.t() | nil,
  lastmod: String.t() | nil,
  priority: String.t() | nil,
  url: String.t() | nil
}

A URL entry from a sitemap.