Hi Frederic,
Can you be a little clearer about what is missing and where we would see this?
Thanks!
paste
http://wpshindig.com/event/wordpress-santa-cruz-meetup/2013-09-18/
here
http://www.google.com/webmasters/tools/richsnippets
scroll down you ll see warning
Error: Missing required field “entry-title”.
change
<title>WordPress Santa Cruz Meetup | WP Shindig!</title>
to
<title class=”entry-tittle”>WordPress Santa Cruz Meetup | WP Shindig!</title>
Hi Frederic, thanks for clarifying!
If we take a default theme like Twenty Twelve as an example the problem is that we do not normally have a consistent or reliable means of adding attributes to that particular element (even though we can manipulate what appears within it using an established filter).
So, really, this is something that would be best solved at theme rather than plugin level.