Jump to content
Sign in to follow this  
irmscher

Google Rich Snippets problem

Recommended Posts

irmscher

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×