Header Ads Widget

Responsive Advertisement

How To Fix “data-vocabulary.org schema deprecated” Error In Blogger

 How To Fix “data-vocabulary.org schema deprecated” Error In Blogger


How To Fix “data-vocabulary.org schema deprecated” Error In Blogger




 How To Fix “data-vocabulary.org schema deprecated” Error In Blogger: Google recently announced final support for data-terminology from April 6, 2020! With the increasing use and popularity of http://schema.org, they have decided to focus our development on a plan. As of April 6, 2020, the http://data-vocabulary.org markup will no longer be eligible for Google's rich results features. You can read more about this news on Google's official blog through the link given below.

Check Here: - https://webmasters.googleblog.com/2020/01/data-vocabulary.html


Since our Blogger templates are supported with breadcrumb navigation that needs to be fixed, our latest generation of themes are well supported with Schema.org markup, but the second generation and older themes do not have this functionality. , So here's a quick and easy tutorial, how to fix the "data-vocabulary.org schema removed" error in Blogger.

Finding and fixing code.

Now this is an important step and you need to do it carefully, otherwise, you will not be able to fix the problem and your template will not save. You need to find this code and replace it with the code below. So we will replace it with the original code for proper markup verification. In the template, find the code below.


<div class='breadcrumbs' xmlns:v='http://rdf.data-vocabulary.org/#'>    <span typeof='v:Breadcrumb'><a class='bhome' expr:href='data:blog.homepageUrl' property='v:title' rel='v:url'>Home</a></span> <brc>/</brc>  

      <b:if cond='data:post.labels'>

      <b:loop values='data:post.labels' var='label'>

      

           <b:if cond='data:label.isLast == &quot;true&quot;'>

<span typeof='v:Breadcrumb'>

                                    <a expr:href='data:label.url' rel='tag'><data:label.name/></a></span>

                                  </b:if>

      </b:loop>

      <b:else/>

         Unlabelled

      </b:if>

      <brc>/</brc> <span><data:post.title/></span>

  </div>


 Note:- this section will  assist you to find the code, as smaller codes are easy to search. If you do not knowledge to seek out specific code, then follow this tutorial post.



<div class='breadcrumbs'>
    <span><a class='bhome' expr:href='data:blog.homepageUrl'>Home</a></span> <brc>/</brc>   
      <b:if cond='data:post.labels'>
      <b:loop values='data:post.labels' var='label'>
        
           <b:if cond='data:label.isLast == &quot;true&quot;'>
<span>
                                    <a expr:href='data:label.url' rel='tag'><data:label.name/></a></span>
                                  </b:if>
      </b:loop>
      <b:else/>
         Unlabelled
      </b:if>
      <brc>/</brc> <span><data:post.title/></span>
  </div>
         <script type='application/ld+json'>
              {
                &quot;@context&quot;: &quot;http://schema.org&quot;,
                &quot;@type&quot;: &quot;BreadcrumbList&quot;,
                &quot;@id&quot;: &quot;#Breadcrumb&quot;,
                &quot;itemListElement&quot;: [{
                  &quot;@type&quot;: &quot;ListItem&quot;,
                  &quot;position&quot;: 1,
                  &quot;item&quot;: {
                    &quot;name&quot;: &quot;<data:messages.home/>&quot;,
                    &quot;@id&quot;: &quot;<data:blog.homepageUrl.jsonEscaped/>&quot;
                  }
                },{
                  &quot;@type&quot;: &quot;ListItem&quot;,
                  &quot;position&quot;: 2,
                  &quot;item&quot;: {
                    &quot;name&quot;: &quot;<b:if cond='data:post.labels'><data:post.labels.last.name/></b:if>&quot;,
                    &quot;@id&quot;: &quot;<data:post.labels.last.url.jsonEscaped/>&quot;
                  }
                },{
                  &quot;@type&quot;: &quot;ListItem&quot;,
                  &quot;position&quot;: 3,
                  &quot;item&quot;: {
                    &quot;name&quot;: &quot;<data:post.title/>&quot;,
                    &quot;@id&quot;: &quot;<data:post.url.jsonEscaped/>&quot;
                  }
                }]
              }
            </script>


 Congratulations !! currently, you remember that the "how to fix" data-vocabulary.org schema has been removed as "Error in Blogger". Go to your blogging site and see the code live in action, hope you liked this post, if you enjoyed this post, please share it along with your friends, we tend to area unit operating exhausting to develop such amazing widgets. Please stick with us.

Post a Comment

0 Comments