Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/11/2010, 16:01
American2010
 
Fecha de Ingreso: abril-2003
Mensajes: 1.129
Antigüedad: 21 años, 1 mes
Puntos: 34
Respuesta: Evitar que post aparescan en google

Creo que en head.php podrías poner algo así...

Código PHP:
if ( is_page() ) {

?> <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<?php

}
Hay que ver si es solo con el is_page() o también algún is_post()

Sino al reves, si es home entonces no pones nada, else, pones el meta esa...
__________________
elGastronomo