Greetings,
I have something like this on the header of my page under my site logo for everyone to see:
<noscript><h1>WARNING! Javascript is disabled on your browser and this site won't work properly without Javascript enabled.</h1></noscript>
This message is meant only for those who have javascript disabled since the site really won’t work right for them. The problem is this text is showing up in all of the Google search results for all of my pages. Is there some way to prevent this from happening as it’s really not supposed to be content, but more of a warning message?
I could just delete the message and let people figure out for themselves that the site is acting really screwy because javascript is disabled for them…
I can’t just display a popup alert either (Javascript is disabled on their browser).
Thanks