XenCPU adlı üyeden alıntı: mesajı görüntüle
Neden kaynak koda noindex,nofollow eklemiyorsunuz ki?
404.php'ye bunu eklemem yeterli olur mu hocam

  <?php   
get_header();  
  
header("HTTP/1.0 404 Not Found");  
header("HTTP/1.1 404 Not Found");  
header("Status: 404 Not Found");  
header("Cache-Control: no-cache");  
header("Pragma: no-cache");  
header("Expires: -1");  
  
 ?>