How to block all users/visitors in my website that disable javascript? -


i got lot of bots on website. problem increase our bounce rate makes bad google. if users bounce dont site. bad signal seo

most of these bots have javascript disabled. on other hand no real user disables javascript. possible block users/visitors in website disable javascript? thanks

there 1 file named robots.txt prevent robots accessing site. more information here.

if wish prevent content viewable without js, load using js (ajax) or use css apply overlay web , remove js after page loads.


robots have no idea if there user in world (e.g. zombie apocalypse). have decide want - detect if js working or detect robot , prevent accessing site. your google analytics code not work without js if placed simple script in header. if ga code contains <noscript> tag, remove , user don't have js not send information ga.


Comments