defmodule SEO.Breadcrumb do @moduledoc """ This is SEO for Google to display breadcrumbs in the search results. This allows the search result to search as multiple links. ![Breadcrumb Example](./assets/breadcrumb-example.png) ### Resources - https://developers.google.com/search/docs/data-types/breadcrumbs - https://json-ld.org/ - https://search.google.com/test/rich-results - https://search.google.com/structured-data/testing-tool Rendered example inside a ` <% end %> """ end end defimpl SEO.Breadcrumb.Build, for: Any do def build(item), do: SEO.Breadcrumb.List.build(item) end