Forum Moderators: coopster
We have this in our header
<?php
if((is_home() && ($paged < 2 )) ¦¦ is_single() ¦¦ is_page()){
echo '<meta name="robots" content="index,follow" />';
} else {
echo '<meta name="robots" content="noindex,follow" />';}
?>
What i want to do is make the category pages index no follow.
Is there a way the above code can be amended.
Thanks in advance
Pete