breadcrumb
A set of links that can help a user understand and navigate a website hierarchy.
Expected Types
| Type | Description |
|---|---|
| Text | Data type: Text. |
| BreadcrumbList | A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page. The [position](h... |
Used on Types
| Type | Description |
|---|---|
| WebPage | A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaratio... |