Saysa adlı üyeden alıntı: mesajı görüntüle
WordPress admin panelinden
Görünüm → Tema Dosya Düzenleyici → footer.php dosyasını aç.
</body> etiketinden hemen önce aşağıdaki kodu ekle:

<script>
document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll('a[href*="api.whatsapp.com"]').forEach(function (a) { const originalHref = a.getAttribute('href'); a.setAttribute('onclick', `window.location.href='${originalHref}'; return false;`); a.setAttribute('href', '#'); }); });
</script>
  • Sayfa yüklendiğinde tüm api.whatsapp.com içeren href'leri bulur.
  • Onları onclick fonksiyonuna çevirir.
  • href'i # yapar, yani SEO botları görmez.
hocam gpt ye sorduysan 10 farklı kod denedim olmadı xd