Advertisements
If you have got a message in your google search console message box and you are worrying about breadcrumb issue for your blog , you can easily fix this issue.
After clicking error you see error like this.
To fix this breadcrumbs missing field "itemListElement" error go in you template code of you Blog.
1. Search for the following code line. These lines of code causing Breadcrumb issue.
<div itemprop='itemListElement' itemscope='' itemtype='http://schema.org/ListItem' style='display: inline;'>
2. Remove following code Line in above code
itemprop='itemListElement' itemscope='' itemtype='http://schema.org/ListItem' style='display: inline;'
3. Save Template.
4. After saving the template, Now go to google search console
5. Click Breadcrumbs and click validation , it will start validation like this.
6. After some days all your breadcrumbs missing field "field "itemListElement" error" error will be resolved.
hm
ReplyDeleteI fixed the problem. Thank you so much.
ReplyDeleteYes, It works
Delete