Current section
Files
Jump to
Current section
Files
priv/examples/jsonld/breadcrumb_list.exs
SEO.JSONLD.BreadcrumbList.build(%{
item_list_element: [
SEO.JSONLD.ListItem.build(%{
position: 1,
name: "Home",
item: "https://example.com/"
}),
SEO.JSONLD.ListItem.build(%{
position: 2,
name: "Blog",
item: "https://example.com/blog/"
})
]
})