Skip to content

BreadcrumbList example may be out of date? #10

@mdotwills

Description

@mdotwills

I noticed Google have published this doc on building breadcrumb list data: https://developers.google.com/search/docs/appearance/structured-data/breadcrumb

Notably, this example may be out of date (or also compatible?)

{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://jay.holtslander.ca/home",
"name": "Home"
}
},

Following the Google example, the above example would become

4,7c4,5
< 			"item": {
< 				"@id": "https://jay.holtslander.ca/home",
< 				"name": "Home"
< 			}
---
> 			"item": @id": "https://jay.holtslander.ca/home",
> 			"name": "Home"

Thought to raise here for more input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions