irmscher 2 Report post Posted January 29, 2012 Hi there I'm trying to add rich snippets to my blog I'm using GD Star Rating Plugin for this When I'm checking my website with rich snippet testing tool here: http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fwartstreatmentreview.org%2F&view=cse This testing tool says: Warning: Missing required field "entry-title". Warning: Missing required field "updated". Warning: Missing required hCard "author". (in the bottom) So I'm trying to fix it with the following code added to the single.php file (is that correct?) Here is the code: <?php the_title(); ?> <?php the_date();?> Author:<?php the_author(); ?> And that doesn't sort out the issue... could you please tell me what I'm doing wrong? Thanks! Share this post Link to post Share on other sites
catrina 103 Report post Posted January 29, 2012 Which theme are you using? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites