Jump to content

Nuxt JS rendering mode, SAP vs universal

mrchow19910319
Go to solution Solved by MoVo,

I don't know about Netlify+ Nuxt specifically, but Server Side Rendering usually improves your SEO by quite a bit. A Single Page Application is rendered entirely by the JavaScript execution, which Webcrawlers don't always do. Serving static HTML fixes this constraint and makes it much easier for the webcrawlers to index your site. So since you want to build a blog, I'd recommend you go with Server Side Rendering.

I am trying to build a blog using Nuxt JS + Netlify CMS.

For the rendering mode, which one should I choose? Single Page Application or Universal? For the nuxt js modules I chose Axios. Is that suitable for my needs?

If it is not broken, let's fix till it is. 

Link to comment
Share on other sites

Link to post
Share on other sites

I don't know about Netlify+ Nuxt specifically, but Server Side Rendering usually improves your SEO by quite a bit. A Single Page Application is rendered entirely by the JavaScript execution, which Webcrawlers don't always do. Serving static HTML fixes this constraint and makes it much easier for the webcrawlers to index your site. So since you want to build a blog, I'd recommend you go with Server Side Rendering.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×