kod daha iyi şekile getirilebilir ve bot sayısı arttırılabilir..
farklı alanlardada kullanılabilir, kenarda dursun, lazım olur :)


$cihaz = $_SERVER['HTTP_USER_AGENT'];
$bing = strpos($cihaz,"bingbot/2.0");
$google = strpos($cihaz,"googlebot");
$google2 = strpos($cihaz,"googlebot-image");
$yahoo = strpos($cihaz,"Yahoo! Slurp");
$yandex = strpos($cihaz,"YandexBot");
if ($bing == true || $google == true || $google2 == true || $yahoo == true || $yandex == true) { ?>

//BU YAZIYI SADECE BOTLAR OKUYABİLİR !!
//GOOGLE / BING / YAHOO / YANDEX


//BU YAZIYI SADECE KULLANICILAR OKUYABİLİR !!