I am seeing Structured Data errors in Google Webmaster Tools with this theme (version 1.1.4).
The Data Type is hentry and and it says Source is Markup: microformats.org
Multiple errors on pretty much every single page is shown as…
Missing: author
Missing: updated
How can I fix this? What is going on? Thanks!
That error is triggered by WordPress core’s function post_class()
that prints the hentry
class on static pages that don’t display author and date information. The only solution from the theme’s perspective is to display such information on static pages which is rarely desired. Printing this information and then hiding it is not a good idea since there’s a higher chance to get penalized by Google for hiding content than for structured data errors.