swiftyste
Active member
Hello,
I'm looking for a way to block access to the site or even block some parts of the site, i know xf uses a notice but i want to step it up a bit.
I was using the below code but after checking the site with seo site checkup this was hurting my seo (Google gods again less information is good to them )
Is their a friendly way to block users that block JavaScript.
I'm looking for a way to block access to the site or even block some parts of the site, i know xf uses a notice but i want to step it up a bit.
I was using the below code but after checking the site with seo site checkup this was hurting my seo (Google gods again less information is good to them )
Code:
<noscript><h3> You must have JavaScript enabled in order to use this website. Please
enable JavaScript and then click home page in order to continue. </h3>
<meta HTTP-EQUIV="refresh" content=0;url="javascriptNotEnabled.php"></noscript>
Is their a friendly way to block users that block JavaScript.