View Source SEO.Breadcrumb.ListItem (SEO v0.1.6)
One item in a SEO.Breadcrumb.List
Link to this section Summary
Link to this section Types
@type t() :: %SEO.Breadcrumb.ListItem{ "@type": String.t(), item: String.t() | URI.t(), name: term(), position: pos_integer() }
Link to this section Functions
@spec build(SEO.attrs(), SEO.config()) :: t() | nil