Packages

Framework for Phoenix applications to optimize your site for search engines and displaying rich results when your URLs are shared across the internet.

Current section

Files

Jump to
phoenix_seo priv examples jsonld breadcrumb_list.exs
Raw

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/"
})
]
})