Fix Google Webmaster Structured Data Error

Do not Ignore This Warning!

There are many of blogs do not qualify when tested at Google Structured Data Testing Tool. Also there are some errors in Google Webmaster -> Structured Data and it shows a warning: Missing Author or/and Missing  updated.

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgioklLGfUJTxFFjTk14L5bxOFCJaWIDgYU71MEOho1YnXFKQdWZdABQTQyxEazQfA96WqWQGG3pHIv3wxvEcodvUygsSGj2Sa83oikbZXJo97PW2SO-_vFaqKVOS6MNQF_1Jm0orQ9kAA/s1600/error_missing.JPG


If you are experiencing the same thing, it's caused by incomplete structure data information on your blog template. Because structured data would be displayed at search result in Google result page which is relevant with user desires and keywords. If you let this happen, your page / blog would not be displayed correctly or even will not come up caused lack of information which is suitable with user's keywords.
   
If Google understands the content of your blog pages, your page would be displayed with detail information and also increase your chance to be indexed by google, because your page or blog is suitable with Google's SEO criteria. Also, it will be linked to the relevance search results and good for your web page traffic.

So, Is it Important?

YES. Structured data is one of the most important in SEO criteria. Why? Because search engines rely on it to understand content on web documents, which allows them to improve the results that are displayed for specific types of search queries. Another benefit to including structured data in your website is the ability to showcase rich snippets, which are part of an increasingly enhanced search experience that reveals additional lines of text or images in search results.

What Should We Do?

Just simple steps :

1. Go to Template -> Edit HTML
2. Find the code <b:if cond='data:post.hasJumpLink'> using CTRL + F
3. Copy and Paste this code above <b:if cond='data:post.hasJumpLink'>
  <div style='display:none'>  
 <div class='vcard' id='hcard-YOUR NAME'>  
          <span class='fn'>  
          <span class='given-name'>YOUR NAME</span>  
          </span>  
        </div>  
   <a class='updated' href='http://YOUR URL ADDRESS' rel='bookmark'><data:blog.title/></a> Updated at: <abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr>  
 </div>  
Notes :
  • Replace YOUR NAME with your name / author / your blog name
  • Replace YOUR URL ADDRESS with your blog address e.g. http://www.revo-brain.com 
If you do not have <b:if cond='data:post.hasJumpLink'> in your blog template, you may use this way :
1. Find the code <div class='post-footer-line post-footer-line-1'>
2. Copy and paste that code at below <div class='post-footer-line post-footer-line-1'> so the result will be like this :
 <div class='post-footer-line post-footer-line-1'>   
 <div style='display:none'>  
 <div class='vcard' id='hcard-YOUR NAME'>  
          <span class='fn'>  
          <span class='given-name'>YOUR NAME</span>  
          </span>  
        </div>  
   <a class='updated' href='http://YOUR URL ADDRESS' rel='bookmark'><data:blog.title/></a> Updated at: <abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr>  
 </div>  

Save your template and go to Google Webmaster and re-submit your sitemap in Crawl -> Sitemaps. Wait around 24 hours and your errors should be disappeared.

Comments

  1. Thank you so much. Your article is helpful for my website.

    ReplyDelete

Post a Comment

Please leave your comment politely and do not write a spam message.

Thank you. :)