raamdev / independent-publisher

A beautiful reader-focused WordPress theme, for you.
http://independentpublisher.me
GNU General Public License v3.0
459 stars 106 forks source link

Validation errors with Google Structured Data Testing Tool #270

Open raamdev opened 7 years ago

raamdev commented 7 years ago

In https://github.com/raamdev/independent-publisher/issues/221 we added Microformats 2 markup, but it appears that has caused several validation issues with the Google Structured Data Testing Tool.

A thorough review of the structured data markup and testing against several validations tools is necessary.

2017-06-12_13-51-52


Reported here: https://wordpress.org/support/topic/structured-data-incorrect-for-blogposts/

pfefferle commented 7 years ago

This is not a problem with the mf2 data (google does not support mf2 atm.) but with schema.org. you added for example itemtype="http://schema.org/Article" to your html tag without adding any itemprop attributes.

joke2k commented 7 years ago

I've same validation errors.

For hentry format I miss "updated" and "author" for blog posts, and just the "author" for pages. For hatom format I miss "author" for homepage and empty post list page (empty categories)

paulovsky commented 6 years ago

any new developments on this? workarounds, patches?