-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
guidelines docs examplesWork on our supporting materials rather than on schema definitionsWork on our supporting materials rather than on schema definitionsschema.org vocabGeneral top level tag for issues on the vocabularyGeneral top level tag for issues on the vocabularystatus:work expectedWe are likely to, or would like to, or probably should try, ... to do something in this area.We are likely to, or would like to, or probably should try, ... to do something in this area.type:bugA mistake or malfunction whose remedy should be straightforward technical workA mistake or malfunction whose remedy should be straightforward technical worktype:cleanup + clarityAddresses wording fixes, ambiguities, confusion, bad examples etcAddresses wording fixes, ambiguities, confusion, bad examples etc
Milestone
Description
http://schema.org/BreadcrumbList
http://schema.org/itemListElement
For http://schema.org/BreadcrumbList, the example has an itemListElement with two ListItems. They each have a position but it's not clear what it means.
For example, what do these code examples mean?
The current code example:
{
"@type": "BreadcrumbList",
"itemListElement":
[
{
"@type": "ListItem",
"position": 1,
"item":
{
"@id": "https://example.com/dresses",
"name": "Dresses"
}
},
{
"@type": "ListItem",
"position": 2,
"item":
{
"@id": "https://example.com/dresses/real",
"name": "Real Dresses"
}
}
]
}
With an extra hint about the order:
{
"@type": "BreadcrumbList",
"itemListOrder": "ItemListOrderDescending",
"itemListElement":
[
{
"@type": "ListItem",
"position": 1,
"item":
{
"@id": "https://example.com/dresses",
"name": "Dresses"
}
},
{
"@type": "ListItem",
"position": 2,
"item":
{
"@id": "https://example.com/dresses/real",
"name": "Real Dresses"
}
}
]
}
And should the itemListOrder be ItemListOrderDescending (going deeper into the leaf structure of a site) or ItemListOrderAscending (meaning???) for breadcrumbs?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
guidelines docs examplesWork on our supporting materials rather than on schema definitionsWork on our supporting materials rather than on schema definitionsschema.org vocabGeneral top level tag for issues on the vocabularyGeneral top level tag for issues on the vocabularystatus:work expectedWe are likely to, or would like to, or probably should try, ... to do something in this area.We are likely to, or would like to, or probably should try, ... to do something in this area.type:bugA mistake or malfunction whose remedy should be straightforward technical workA mistake or malfunction whose remedy should be straightforward technical worktype:cleanup + clarityAddresses wording fixes, ambiguities, confusion, bad examples etcAddresses wording fixes, ambiguities, confusion, bad examples etc