This blog moved to medium->https://medium.com/@cocoamaemae

Tuesday, July 24, 2018

How to make SPA stronger against SEO

Brief

Considering regarding how to make SPA stronger against SEO

Issues

If introduced SAP, the below issues could be considered.

  • It's not obvious if web contents updated dynamically is evaluated or not in accurate.
  • Google web crawler does not evaluate JS

How to solve

  • SSR(Server Side Rendering):  Using node.js or etc.., and execute front end process in server side.
  • Prerendering: Using cui browser, and return contents rendered in server side in advance.

No comments:

Post a Comment

Front End Development Tools

TaskRunner Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc... e.g. ...