Tuesday, 22 July 2014

Fix Structured Data Errors shown in Google Webmaster Tools

Fix Structured Data Errors shown in Google Webmaster Tools

Fix Structured Data Errors shown in Google Webmaster Tools
Are there any ERRORS in your GOOGLE WEBMASTER TOOLS Dashboard, Under Structured Data Tab ??? Today I am going to show You , HOW TO FIX THE STRUCTURED DATA ERRORS.

What Errors You Can Get:

Below Are Some Errors You May See In your Dashboard
Error: Page contains property "image_url" which is not part of the schema
Error: Page contains property "blogid" which is not part of the schema
Error: Page contains property "postid" which is not part of the schema
Error: Missing required field "updated" 

Now I will show You , How ti  fix these errors.

1. Error: Page contains property "image_url" which is not part of the schema

Goto Your Template > Edit Html > Find 
<meta expr:content='data:post.firstImageUrl' itemprop='image_url'/> 

Replace it with
 <meta expr:content='data:post.firstImageUrl' itemprop='image'/> 

Save Your Template and DONE

2.  Error: Page contains property "blogid" which is not part of the schema

OR

Error: Page contains property "postid" which is not part of the schema

Now the FIX for BOTH these errors is the SAME, If you have ONE OF THEM or BOTH , Use the following method to fix .

In Your Template , Find 
<meta expr:content='data:blog.blogId' itemprop='blogId'/> and <meta expr:content='data:post.id' itemprop='postId'/>

And Remove it entirely.

Save the Template and You Are DONE 

3. Error: Missing required field "updated"

To Fix this Error , Goto Your Template 
Find
 <data:post.timestamp/>

And Replace  it with:
<span class='updated'><data:post.timestamp/></span> 

Save Your Template and DONE


CONGRATS , YOU JUST FIXED ALL THE ERRORS

Any Question ???
Ask Below 
Share this article
author

This Post Was Written By : Danyal

Danyal , A simple dude from Pakistan , Loves to help others , Blogs as a hobby and Always looking to help people. This Blog is also dedicated to all those who are looking for answers.

Get Free Email Updates to your Inbox!

0 comments:

Post a Comment

 
Copyright © 2014 AskDanyal - All About Internet • All Rights Reserved.
back to top