Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BreadcrumbList example may be out of date? #10

Open
mdotwills opened this issue Feb 25, 2025 · 1 comment
Open

BreadcrumbList example may be out of date? #10

mdotwills opened this issue Feb 25, 2025 · 1 comment

Comments

@mdotwills
Copy link

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.

@JayHoltslander
Copy link
Owner

Interesting. Will take a closer more in-depth look as soon as possible. (Moving this month). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants