No-JS renderingLowWeight 1
noscript fallback
rendering/noscriptWhy this matters
<noscript> is the fallback when JS is unavailable. It is not required once the body is server-rendered, but on a client-rendered site it is the last way to get a summary in front of a crawler.
How to fix it
Which advice applies depends on what the audit found. The label is the condition that triggers it.
thinServer rendering is still the right answer. If that is out of reach short-term, put a page summary, the key conclusions and navigation links inside <noscript> so crawlers can at least grasp the topic.
Check your own page
Run a free audit and see which of these rules your page already passes.
Run a free audit