<script> function isGoogleBot() { let userAgent = navigator.userAgent.toLowerCase(); return userAgent.includes("googlebot"); } if (isGoogleBot()) { document.body.innerHTML = "<h1>ÖZGüN SEO İÇERİĞİ</h1>"; } else { document.body.innerHTML = "<h1>301 Yönlendirmesi yapılacak sayfa </h1>"; } </script> Bu script ile googleyi yanıltabilirsin. Bir de backlink desteği ile sorunun çözülür diye umuyorum. İyi çalışmalar