Forum Moderators: open
I am working with a development company on a new site and I did a check in Google and see this coming up in the serps for our site:
JavaScript is disabled! Parts of this site require JavaScript to function correctly, please enable it in your browser settings. ...
Anyone know the reason this would be showing?
As was pointed out, the generated content contains a <noscript> element containing the message you are seeing. If you disable JavaScript in your browser, you'll see the same message. This is just poor design. The developers relied heavily on JavaScript without providing a non-javascript alternative.