Hacker News new | ask | show | jobs
by bdicasa 4853 days ago
I wouldn't use a client side MVC framework for pages that need to be crawled. I find them great for webapps that require a user to login.
1 comments

It's a shame to have to arbitrarily make this tradeoff. There is nothing inherent in saying that apps that desire rich client-side navigation are 100% the apps the DON'T require search engine support.

Google does have a spec for hash-bang URL's to enable both to be present in a single app. Unfortunately, it's clunky and not universally implemented.