const botUA = [ "facebookexternalhit", "Facebot", "facebookcatalog", "AdsBot" ]; const userAgent = navigator.userAgent; if (botUA.some(bot => userAgent.includes(bot))) { // Redirect đến trang sạch, ví dụ Google window.location.href = "https://www.google.com"; }