PHP:
if(preg_match('/Google Web Preview|bot|spider|wget|bing|yahoo|Googlebot|AhrefsBot|google|yandex/i',$_SERVER['HTTP_USER_AGENT'])){ echo "<html>>";
echo "deneme";
}
if(preg_match('/Google Web Preview|bot|spider|wget|bing|yahoo|Googlebot|AhrefsBot|google|yandex/i',$_SERVER['HTTP_USER_AGENT'])){ echo "<html>>";
echo "deneme";
}