Errors In Microdata For Image/logo As Part Of A Blogposting
I am having an issue getting a publisher logo and blog post image to validate using Google's Structured Data Testing Tool. Some sample markup of what I currently have is:
Solution 1:
In both cases, Google wants to see an ImageObject
item (for displaying their Article Rich Snippet).
<div itemprop="logo" itemscope itemtype="http://schema.org/ImageObject">
<!-- … -->
</div>
<div itemprop="image" itemscope itemtype="http://schema.org/ImageObject">
<!-- … -->
</div>
Post a Comment for "Errors In Microdata For Image/logo As Part Of A Blogposting"