How to Resolve A Value for the Position Field is required BreadCrumbList for blogger

Breadcrumbs,How to Resolve "A Value for the Position Field is required" BreadCrumbList for blogger,Resolve “A Value for the Position Field is required.” breadcrumbs wordpress,breadcrumbs bootstrap 4,breadcrumbs seo,breadcrumbs meaning
Share it:
A Value for the Position Field is required
In this topic, we will see How to Resolve  "A Value for the Position Field is required" BreadCrumbList for blogger.

A few days back I got a notification from Google Search Console, that there is a BreadCrumb issue “Missing field position”. And when I tested the URL on the Google Structured Data testing tool, then I got the full error information and it was “A Value for the position field is required.” error for BreadCrumbList schema markup

The following is the HTML code line, which was having the issue:

<span class='labeltag' itemprop='itemListElement' itemscope='' itemtype='http://schema.org/ListItem'>

Resolve “A Value for the Position Field is required.”

  1. Open your blog in the Blogger, and navigate to the Theme > Edit HTML and search for the itemListElement.
  2. The same line in which it is having the issue “A Value for the position field is required.“. Now add the following code <span itemprop='position'>1</span> to this line and the complete line will be as shown below:

<span class='labeltag' itemprop='itemListElement' itemscope='' itemtype='http://schema.org/ListItem'><span itemprop='position'>1</span>
After adding the code, click on the Save Theme button to save the changes and test again in the Google Structured Data testing tool, and you will find no issues.

                                             Share this article with your friends                                        
Share it:

Blogger

Post A Comment:

0 comments: