One of the historic complaints—and drawbacks—of client-side Javascript applications is that they aren't SEO-friendly. While Google's crawler, in particular, is starting to execute Javascript on pages it indexes, in this tutorial, we'll take a look at a couple other of methods of mitigating this issue.
In particular we'll learn about:
- Prerender.io
- What is Isomorphic Javascript?
- Writing a server with Express.js
Self-check question: In addition to SEO, what are some other benefits of isomorphic javascript?