The “Missing field “item” (in “itemListElement”)” error is a common error that can occur on WordPress websites. This error means that your website’s schema markup is missing the “item” property. The “item” property is required for breadcrumb schema markup.

There are two ways to fix this error:

  1. Disable Yoast SEO’s schema markup.
  2. Install the Schema & Structured Data for WP & AMP plugin.

To disable Yoast SEO’s schema markup, you need to add the following code to your theme’s functions.php file:

function disable_yoast_schema_data($data){
$data = array();
return $data;
}
add_filter('wpseo_json_ld_output', 'disable_yoast_schema_data', 10, 1);

To install the Schema & Structured Data for WP & AMP plugin, you can go to the WordPress plugin repository and search for “Schema & Structured Data for WP & AMP.” Once you have found the plugin, click on the “Install Now” button and then activate the plugin.

Once you have installed the plugin, you need to go to Settings > Structured Data and enable the “Breadcrumbs” option.

Now, clear all cache files and re-check your website on Google Search Console.

This will ensure that your changes have been applied and that your website is showing the correct schema markup.

Here are the steps on how to clear cache files:

  1. Log in to your WordPress dashboard.
  2. Go to Settings > Performance.
  3. Under the Cache section, click on the Clear Cache button.

If you are using WP Rocket:

Go to Settings → WP Rocket → Dashboard tab and press the Clear cache button.

READ
How to Use a VPN Safely: A Beginner’s Guide

Once you have cleared the cache files, you can re-check your website for Rich Result.

  1. Go to the Rich Result Test website
  2. Paste Your URL
  3. Click on the Test URL

This is how you can fix the “Missing field “item” (in “itemListElement”)” in Google Search Console.