Wrong schema for website structure (Search Console alert)=
-
Hi,
It seems that the unified schema graph (last option) is wrongly generated by Slim SEO.Google Search Console says that “name” field from root element is missing:
https://prnt.sc/23gxb1sActually the Slim SEO schema looks very different from Google developpers documentation for breadcrumb schema.
Google doc:
{ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Books", "item": "https://example.com/books" },{ "@type": "ListItem", "position": 2, "name": "Science Fiction", "item": "https://example.com/books/sciencefiction" },{ "@type": "ListItem", "position": 3, "name": "Award Winners" }] }
Slim SEO:
{ "@type":"BreadcrumbList", "@id":"https://hopital-gimont.fr/services/ehpad#breadcrumbs", "itemListElement":[{"@type":"ListItem","position":1,"name":null,"item":"https://hopital-gimont.fr/"},{"@type":"ListItem","position":2,"name":"Services","item":"https://hopital-gimont.fr/services/"}]}
It looks like field names are not the same, and that Slim SEO breadcrumb starts at root level, but Google schema starts at depth 1 (here ‘books’).
Could you investigate this, please?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Wrong schema for website structure (Search Console alert)=’ is closed to new replies.