millermedeiros / crossroads.js

JavaScript Routes
http://millermedeiros.github.com/crossroads.js/
1.44k stars 156 forks source link

What would be a good strategy for SEO and the use of crossroads.js? #129

Closed robertleeplummerjr closed 9 years ago

robertleeplummerjr commented 9 years ago

I think this may be one of the biggest things holding many back from going all in with libraries like crossroads.js. But I must say... I'm sold, and I am LOVING IT!

Thanks again!

millermedeiros commented 9 years ago

good strategy is rendering your pages on the server side whenever possible and/or having static fallback, see: https://developers.google.com/webmasters/ajax-crawling/

robertleeplummerjr commented 9 years ago

I also found this as a free service: http://prerender.io It supports the hashes ( https://prerender.io/documentation ), so either way, we now have an means to an end.