For SEO purposes, sometimes it’s nice to just disable “We detected that your JavaScript seem to be disabled. and etc..” phrase, from magento’s html source code.

One solution to delete this code, can be easily done in the Admin panel.

Just go to:

System -> Configuration -> Web -> Browser Capabilities Detection – >

And change regular settings to:

Redirect to CMS-page if cookies are disabled – No
Show notice if JavaScipt is disabled – No

Save, and refresh cache.

After that, this code will disappear:

PHP Code:
<div class=\"noscript-inner\">
<p><strong>We detected that your JavaScript seem to be disabled.</strong></p>
<p>You must have JavaScript enabled in your browser to utilize the functionality of this website.</p>
</div> 

View more threads in the same category: