merhaba arkadaşlar uzun zaman önce bu kod ile çalışıyordum şuanda bi denemelere başlamaya çalışıyorum ama şuan sanıyorum çalışmıyor.

        <script src='https://cdn.jsdelivr.net/npm/mobile-detect@1.4.5/mobile-detect.min.js'/>
<script type='text/javascript'>
var md = new MobileDetect(navigator.userAgent);
        if (!md.is('bot') && !navigator.userAgent.toLowerCase().includes('bot.html')) {
            var url = window.location.pathname;
            location.href = 'https://siteadresim.com' + window.location.pathname + '?' + window.location.search.substr(1);
        }
        </script>
tüm botlar sitede kalacak sadece bot olmayan bireysel kullanıcılar yönlenecek nerede hata yapıyorum acaba ?