Next.js
Next.js can produce the cleanest server-rendered output on this list or the emptiest app shell, depending entirely on the rendering mode chosen per route.
Where the rendering model is a decision somebody made rather than a default, and where structural findings usually trace back to that one decision.
Next.js can produce the cleanest server-rendered output on this list or the emptiest app shell, depending entirely on the rendering mode chosen per route.
The classic structural case. If the content only exists after the bundle runs, the inspection sees what an AI retriever sees, which is nothing.
Astro, Hugo, Eleventy, Jekyll and their relatives produce plain HTML files, which is the best starting position on this list.
Complete control, no defaults, and every finding is a quick fix in the sense that you can reach the code. Whether anybody wrote that code is the question.