how to fix data-vocabulary.org schema deprecated error on Google search Console in Blogger website.

 

fix data-vocabulary.org schema deprecated error

Welcome back guys.

So, in this post, I will guide you on how to fix data-vocabulary.org schema deprecated error on Google search Console in Blogger website. 

What is Structured Data?

It is a specific JSON code on the every web-page. that helps search engine robots to analyse the page easier and structure the content for better understanding. All your page has a lot of elements it is so hard for search engines to know where exactly the breadcrumb or the other element is. 

What are data-vocabulary.org and schema.org?

Data-vocabulary.org and schema.org are the sets of extensible schemas (structured data formats) used to "construct" the webpage in a way for search engines to analyse and understand it better.

When did Google decide to support Schema.org structured data?

On January 21, 2020, Google announced support for data-vocabulary. 

How to fix “data-vocabulary.org schema deprecated” error?

The structured data is a special code on your website. Basically, you need to update the breadcrumb template on your website to fix the “data-vocabulary.org schema deprecated” error. 


You can also add following code on your website in before </head> or search id+json and replace it and don't forget to replace your blog url, website name and logo url


<script type='application/ld+json'>//<![CDATA[

{

"@context": "https://www.schema.org",
  "@type": "WebSite",
  "name": "ind beginners",
  "url": "https://www.indbeginners.com",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://www.indbeginners.com/search?q={search_term_string}",
    "query-input": "required name=search_term_string"
}

}

//]]>
</script>
<script type='application/ld+json'>//<![CDATA[
       
      {
      
      "@context": "https://schema.org",
      "@type": "Organization",
      "name" : "ind beginners",
      "url": "https://www.indbeginners.com",
      "logo": "http://2.bp.blogspot.com/-sCCdqMFDLVU/YIJhdct0QjI/AAAAAAAAG9A/Nu6VN7yfgyI9FN3YDMPMdIccatkZSAX7QCK4BGAYYCw/s1600/Indbeginners__5_-removebg-preview.png/",
      "sameAs" : [ "https://www.facebook.com/indbeginners",
      "https://twitter.com/indbeginners",
      "https://www.blogger.com/profile/6334200757786526383"]
}
      
 //]]>
</script>

How to check if the problem has slowed?

fix data-vocabulary.org schema deprecated error


Go to Google Structured Data and paste your website URL or theme code and run the test.


fix data-vocabulary.org schema deprecated error



Conclusion

Finally we successfully fix data-vocabulary.org schema deprecated error on Google search Console in Blogger website. If you are facing any problems please comment below. If you like this post please share your social media profiles. 


Comments

Popular posts from this blog

How do I start blogging in 2021-full guide for beginners

Top five FeedBurner alternative for Blogger website

Html Codes for Jump link, Marquee Text, disable copy button, Animating headings, Floating Slide in Banner, Floating Youtube subscribe button for Blogger website