Theming

SEO with Server-Side Rendering for Drupal 7

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

Alternate resources

Sprout Video

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?

Additional resources

Prerender.io
Express.js
What is an isomorphic application? — by Juampy NR on Lullabot.com