nayanavasudev
Forum Replies Created
-
@onlyincebu Thanks for the response. Though it passes on Google’s Rich Results Test, the test still says “Unnamed item”.
Can Yoast SEO please add that? The code should be like below
"@type": "BreadcrumbList", "@id": "https://www.example.com/example-section/example-page/#/schema/breadcrumb/abc123", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "WebPage", "@id": "https://www.example.com/", "url": "https://www.example.com/", "name": "Home" } }, { "@type": "ListItem", "position": 2, "item": { "@type": "WebPage", "@id": "https://www.example.com/example-section/", "url": "https://www.example.com/example-section/", "name": "Example page" } }, { "@type": "ListItem", "position": 3, "item": { "@id": "https://www.example.com/example-section/example-page/" } }
@michael Here is the few websites link where we are having an issue. FYI, we have this issue on 40 pages of the website.
https://www.peopleg2.com
https://www.peopleg2.com/blog/how-accurate-are-criminal-background-check/
https://www.peopleg2.com/blog/5-important-kpis-to-measure-background-screenings/here is an image link of our website blog page breadcrumb code. In this it has position for home page, and final destination but it doesn’t have a path/position for blog
Thank you
- This reply was modified 3 years, 10 months ago by nayanavasudev.
Hi @devnihil Thanks for the quick response.
I noticed there is an error in the Yoast inbuild schema code for Breadcrumbs. The field “name:” is missing in the lister ListItem. Please see the screenshot below.
As per Schema.org there should be a field “name:” nested under ListItem but when you check the yoast breadcrumb code in the view source page, it is not nested. That is the issue. Can you please help me with this? Please add that one line of code to your inbuild breadcrumb.Schema.org – https://paste.pics/CFQUD
Structured data testing tool: https://paste.pics/CFQUTAs per your blog the breadcrumb code should look like as below. In this you have a field “name:” nested under ListItem but when you check our website the code doesn’t have it. Please see the sreenshots below.
Yoast Breadcrumb: https://paste.pics/CFQXD
Our website breadcrumb: https://paste.pics/CFQXOPlease let me know the solution for it.
Thank you,