Any resources on SPA SEO?
Nadine M. Thêry

Nadine M. Thêry @nanythery

About: At my 30s I found out that there was a developer inside a Political Science Graduated. I've been COO an CMO for 4 years but I decided to persue my dream and become a Front-end developer:)

Location:
Elche, Alicante, Spain
Joined:
Jun 2, 2019

Any resources on SPA SEO?

Publish Date: Sep 24 '19
10 2

Hi there! Can you please recommend me some reliable resources that help me understand (and defend if it's the case) the indexing and crawling of SPA by search engines?
I need to make a decision on what kind of app to make is SPA or MPA and the SEO is the most important aspect for marketing and against SPA...

Thanks a lot!

Comments 2 total

  • Antonio Radovcic
    Antonio RadovcicSep 24, 2019

    It's just more expensive to crawl JS-apps. You can crawl a server-rendered website instantly with CURL, it's all there. If you want to do the same to a JS-app, you need to start up a JS-environment, execute the code, wait for loading, etc. It makes the bad SEO for JS-Apps understandable.

    You can still do an SPA: with server-rendering.
    Next.js would be an example for React, or Nuxt for Vue.
    You'll need to run a NodeJS-server, though.

    If SEO is really important, I'd go for a classic website.

    searchenginejournal.com/google-str...

  • emertola
    emertolaJan 10, 2020

    I know this is a bit late, but I know Angular offers an easy way to setup server-side rendering. Check out their docs, angular.io/guide/universal

Add comment