breadcrumbs Missing field "item"

Home Support eCommerce Gem breadcrumbs Missing field "item"

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #16777
    Anonymous
    Inactive

    Hi, many thanks for a hint. Your advice is not exactly precise (=your advised string doesnt exist in the file, in theme version 2.1.5), but with a little left/right investigation I was able to correct it.

    For others, its on the line 203, replace text “: sprintf( ‘%s‘, $item );” by text “: $item ;”

    (without quotes)

    After the fix there are no issues in breadcrumblist in google search console, in theme version 2.1.5

    Many thanks once again!

    #16779
    Anonymous
    Inactive

    I see, its because of forum’s autocorrection.
    Its on the line 203, replace text

    : sprintf( '<span itemprop="name">%s</span>', $item );

    by

    : $item ;

    #17201
    Anonymous
    Inactive

    You can get the breadcrumbs feature very easily with the help of prodesign theme. read blog here https://www.prodesigns.com/wordpress-themes/support/topic/google-search-console-error-with-breadcrumb I have tried this on my site you can see here skateboardslife.com

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.