Google webmaster tools ta sürekli 404 soft hata kodu alıyorsanız aşağıdaki yöntemi denemenizi tavsiye ederim.

Sitenizin teması içerisindeki 404.php isimli dosyayı notepad vs bir metin editörü ile açın ve aşağıdaki kodu bulun ;



Bu kısmı aşağıdaki kod ile değiştirin ;

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");

?>

Temanızda 404.php isimli bir dosya yoksa onun yerine page.php dosyasının ismini 404.php olarak değiştirin ve en üste bu kodları yazın.

Not : Allinseo ve seo ultimate kullanan arkadaşlar kod ile ilgili hata alabilirler.

Konu ***.net Andyou isimli arkadaştan alıntıdır.