A couple of weeks back I added the code below to my website just after the closing </h1> header tag on all my website pages. Adding the code made sense to me - due to the topic/nature of the site - as a way of notifying visitors early that some components of the site wouldn't work with JS turned off.
<noscript>Please Note: Your browser does not support JavaScript. Some website functions may not work as intended.</noscript>
However the past couple of days I noticed Google has increasingly been adding the exact wording as the noscript sentence in the Serp "description snippet" of my sites listing. Whereas before, in just about all cases, my sites description was taken from my header description metatag.
I thought Googlebot read/spoke Javascript?
Not to mention the fact it should have learnt years ago not to use text between
<noscript></noscript>
tags in search results.