Contents
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 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.
- Log into your Blogger Dashboard.
- Click Theme.
- 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
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.
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.
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.
Check out other Issues Related with Structured Data Testing Tool
- How to Solve PostId Not Recognized By Google on Structured Data Testing Tool
- How to Solve dateModified field is recommended Error on Structured Data Testing Tool
- How to Solve value for the headline field is required on Structured Data Testing Tool
- How to Solve value for the image field is required on Structured Data Testing Tool
- How to Solve Image_url is Not Recognized By Google on Structured Data Testing Tool
- How to Solve mainEntityOfPage field is recommended on Structured Data Testing Tool
- How to Solve BlogId Not Recognized By Google on Structured Data Testing Tool
- How to Solve value for the publisher field is required on Structured Data Testing Tool