so my thinking is to use the HTML tags
Code: Select all
<noscript>
<p>This site site requires JavaScript to function properly</p>
<?php
die();
?>
</noscript>
do search engines care, if so, any suggestions to cope with this threat
Moderator: General Moderators
Code: Select all
<noscript>
<p>This site site requires JavaScript to function properly</p>
<?php
die();
?>
</noscript>