• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

I Finally found a solution on How to Fix “Missing field “item” (in “itemListElement”)”

abijita

New member
Jun 13, 2022
28
5
3
I finally found a solution on how to fix “Missing field “item” (in “itemListElement”)”. This error prevents our website from displaying rich results like feature snippets. This might be useful guys.

The “Missing field “item” (in “itemListElement”)” error is a common error that can occur on WordPress websites. This error means 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.

I have written a detailed blog post that can be found
here.

(if this violates babia guidelines, feel free to delete this post.)
 
  • Like
Reactions: avibe
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock