(Untitled)

I love the Zen photo but I got a lot of warning on Google Webmaster Tools saying I have a lot of duplicate page titles and description. I fiddled around and put this code forward in the theme header -

<?php if ( $page > 1 ) {
echo '<meta name="robots"content="noindex, follow"/>';
}?>

However the gallery doesn't throw up the code in the header part for some reason. I am trying to figture out a way to put page number to title and put robots to all sub-pages of album. Can somebody help me out on it?

Comments

Sign In or Register to comment.