Hacker News new | ask | show | jobs
by kmfrk 4674 days ago

    It’s a myth that if you use a client side MVC framework
    that your application’s content cannot be indexed by
    search engines. In fact, Discourse forums were indexable
    by Google the day we launched.
http://eviltrout.com/2013/06/19/adding-support-for-search-en...

They are probably a good case to follow, if you want to see what people's experiences with SEO for JS-based services are.

1 comments

Why do people who are against server side templates always provide "well, just use server side templates and client side rendering both!" as a solution? Hooray, I can write my app twice for no reason! Way to sell me on pure javascript for delivering content.