<a href="https://site.com" style="display: none">kelime</a>Linkin normal yazı gibi görünmesi için;
<a href="https://site.com" style="text-decoration: none; color: #000; cursor: text">kelime</a>
14
●594
<a href="https://site.com" style="text-decoration: none; color: #000; cursor: text" onclick="return false;">kelime</a>
if(strstr(strtolower($_SERVER['HTTP_USER_AGENT']), "googlebot"))
{
// google botsa
}else{
//google bot değilse
}