AI Readable
← All rules
No-JS renderingLowWeight 1

noscript fallback

rendering/noscript

Why 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.

  • thin

    Server 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

Try it on your site

Other No-JS rendering rules