Title: BreadcrumbList error in Google Structured Data
Last modified: February 26, 2020

---

# BreadcrumbList error in Google Structured Data

 *  [neko_in_space](https://wordpress.org/support/users/olgri/)
 * (@olgri)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/breadcrumblist-error-in-google-structured-data/)
 * Hi There,
 * This plugin seems to be causing an error in Google Structured Data.
    Specifically,
   we get “One of name or item.name must be provided.” for ListItem 1 in BreadcrumbList.
 * Disabling the plugin resolves the issue and [@type](https://wordpress.org/support/users/type/)
   becomes ‘Unspecified Type’ instead of ‘Thing’.
 * What could be causing this issue? When can you fix this?
 * Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbreadcrumblist-error-in-google-structured-data%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/breadcrumblist-error-in-google-structured-data/#post-12507622)
 * Hi there,
    it is very strange, this plugin do not manage this things do you still
   have this issue with another theme and Catalog Mode plugin?
 * Have a nice day
 *  Thread Starter [neko_in_space](https://wordpress.org/support/users/olgri/)
 * (@olgri)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/breadcrumblist-error-in-google-structured-data/#post-12522045)
 * Hi,
    I found that removing the following code in the theme, fixes the issue as
   well:
 *     ```
       add_filter( 'woocommerce_breadcrumb_defaults', 'custom_change_breadcrumb_home_text' );
       function custom_change_breadcrumb_home_text( $defaults ) {
           // Change the breadcrumb home text from 'Home' to an empty space (add an icon using ::before in css instead)
       	$defaults['home'] = ' ';
       	return $defaults;
       }
       ```
   
 * Not sure why disabling Catalog Mode plugin also fixed the issue though.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/breadcrumblist-error-in-google-structured-data/#post-12527014)
 * Hi [@olgri](https://wordpress.org/support/users/olgri/) really strange.
    I checked
   that filter but is in a part that is not interested by the plugin

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘BreadcrumbList error in Google Structured Data’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-catalog-mode/assets/icon.svg?rev=3307023)
 * [YITH WooCommerce Catalog Mode](https://wordpress.org/plugins/yith-woocommerce-catalog-mode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-catalog-mode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-catalog-mode/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-catalog-mode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-catalog-mode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-catalog-mode/reviews/)

## Tags

 * [breadcrumblist](https://wordpress.org/support/topic-tag/breadcrumblist/)
 * [google structured data](https://wordpress.org/support/topic-tag/google-structured-data/)

 * 3 replies
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/breadcrumblist-error-in-google-structured-data/#post-12527014)
 * Status: not resolved