AI Readable
← All rules
No-JS renderingHighWeight 2

No empty mount point

rendering/app-shell

Why this matters

An empty framework mount point such as <div id="root"></div> is the clearest signature of pure client rendering: there is nothing in the HTML to crawl.

How to fix it

Which advice applies depends on what the audit found. The label is the condition that triggers it.

  • empty

    Turn on server rendering or static export for this framework so the first screen ships inside the HTML response.

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