WordPress widget just like the regular WP Recent Comments, but with schema.org microdata.
This adds microdata from schema.org to the WordPress Recent Comments widget. This is an outline of the microdata item types and properties which are added to each comment:
- type: “comment”
- property: “creator”
- type: “person”
- property: “name”
- type: “person”
- property: “about”
- type: “blogposting”
- property: “discussionurl” (the post URL)
- property: “name” (the post title)
- type: “blogposting”
- property: “creator”
Fork it on GitHub.
Questions and Comments are Welcome