How to Solve Image_url is Not Recognized By Google on Structured Data Testing Tool

Solve Image_url is Not Recognized By Google

Your getting Warning from Structured Data Testing Tool that image_url is not recognized by Google for an object of Blog Posting. This blog post will cover all your Structured Data Testing Tool.

Let’s see how to fix property image_url is not recognized by Google for an object of type Blog Posting.

How to Solve Image_url is Not Recognized
How to Solve Image_url is Not Recognized

How To Fix Property image_url is not recognized by Google for an object

“The property image_url is not recognized by Google for an object of type Blog Posting”

Follow this steps to solve image_url is not recognized by Google error.

  1. Log into your Blogger Dashboard.
  2.  Click Theme.
  3. Click  Edit HTML.

The property image_url is not recognized by Google for an object of type Blog Posting

  • Search the word itemprop=’image_url’.  And you will see the line
<b:if cond=’data:post.thumbnailUrl’>
     <meta expr:content=’data:post.thumbnailUrl’ itemprop=’image_url’/>
</b:if>
  • Replace by the below code
<b:if cond=’data:post.thumbnailUrl’>
     <meta expr:content=’data:post.thumbnailUrl’ itemprop=’url’/>
</b:if>
  • Once you replace it Click on Save Button and Check again in Structured Data Testing Tool now your issue will be solved

Now this will solve your image_url is not recognized by Google error.

Conclusion

I hope this article has solved all your issues on How to Solve Image_url is Not Recognized By Google, now to confirm your changes for validating go to click here.

How to Solve Image_url is Not Recognized FAQ

  1. What is Article schema?

    Schema is a language used to help search engines understand the content of your site. Essentially, schema tells search engines what your site or a specific page is about in very simple terms.

  2. What is news article schema?

    A News Article is an article whose content reports news, or provides background context and supporting materials for understanding the news. The number of the column in which the News Article appears in the print edition.

  3. What is Schema Type?

    The schemas are a set of ‘types’, each associated with a set of properties. The types are arranged in a hierarchy. The vocabulary currently consists of 792 Types, 1447 Properties 15 Datatypes, 83 Enumerations and 445 Enumeration members. Browse the full hierarchy in HTML: One page per type.

Leave a Comment

nineteen − 5 =