|
|
|
|
|
by freyr
4274 days ago
|
|
That hits close to home. I recently built a single page app with Backbone and SEO traffic is non-existent. So now I'm dynamically generating pages on the backend, and serving them along with the javascript app so there's some some indexable static content. There are a few ways to directly reuse your client-side code on the server, but they all seem pretty hacky and convoluted. I bought into the notion that the backend should just be a client-agnostic API, but that's an extreme position that should be considered when your site/app doesn't have any indexable content to begin with. If I could only go back in time... |
|