DEV Community

Discussion on: How to make a Nuxt.Js application SEO friendly

Collapse
 
zsgomoridev profile image
Zsolt Gomori • Edited

Clear, concise, well-put, thanks for sharing! One question though… in terms of SEO, aren’t SSGs the most dominant? The benefit is that the pre-rendered static HTML page is visible immediately, as soon as a visitor comes to the website — in addition, the HTML page can still be dynamic, after hydration has taken place.

Collapse
 
davidemaye profile image
David Emaye • Edited

Thanks for pointing this out... I think you are right, because SSGs have fast page load times due to much of the content being pre-rendered and the static nature of the content.