• Resolved animesaulo

    (@animesaulo)


    According to Google Search Console, there is an error with the structure of breadcrumbs schema for products and collections.

    Google Search Console is stating the following the breadcrumbs on single Collection pages:

    id: https://pikadude.com/collections/one-piece/wps-breadcrumbs
    type: BreadcrumbList
    itemListElement
    	type: ListItem
    	item
    		type: Thing
    		id: https://pikadude.com/collections/
    	name: Collections
    	position: 1
    itemListElement
    	type: ListItem
    	item
    		id: One Piece <--(Invalid URL in field "id")
    		type: Thing
    	name: One Piece
    	position: 2

    In the 2nd itemListElement, Google Search Console states ‘Invalid URL in field “id”‘. So, it seems to be expecting the “id” to be a URL like in the 1st itemListElement. Same goes for the single Product pages.

    Can you update the schema so that the 2nd itemListElement is also a URL for proper schema code?

    The page I need help with: [log in to see the link]

  • The topic ‘Errors in Breadcrumbs Schema Detected’ is closed to new replies.