|
|
|
|
|
|
|
|
|
#7 |
|
Lord help me, I'm just not that bright
|
I use a varation of that:
Code:
<?php if( is_home() | is_single() | is_page() ){
if ( $paged < 2) {
echo '<meta name="robots" content="index,follow" />';
} else {
echo '<meta name="robots" content="noindex,follow" />';
}} else {
echo '<meta name="robots" content="noindex,follow" />';
}?>
|
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|