How can I fix breadcrumb errors in Google search console?

I am having hundreds of breadcrumb errors when I look in the google search console, ive gone to many different posts in this forum trying different suggested solutions but none of it has really helped, was hoping I could get some guidance on how to fix this issue? Thanks in advance!

Hi there,
Jack from OpenThinking here!

You’re getting that type of error because since January 21, 2020 Google only supports schema.org sunsetting support for data-vocabulary. Your theme is perhaps outdated and therefore the code isn’t updated with current standards.

Structured data is a special code on your website, so, basically, you just need to update the breadcrumb template on your website to fix the “data-vocabulary.org schema deprecated” error.

Since I do not have access to your Shop’s code, I can only show an example of how your breadcrumbs code should look like in schema.org:


	- [
  			Home
  		](https://openthinking.net/)
			
	

	- [
  			Themes
  		](https://openthinking.net/shopify-themes/)
		
	

	- [
  			Bullet theme
  		](https://openthinking.net/theme/bullet)
		
	

let me know if this works for your. If yes; accept my answer and give me thumbs up! Thank you.