PHPSC / phpsc-conf

Hotsite para o PHPSC Conference
31 stars 13 forks source link

Frontend issues #71

Open marcelaraujo opened 10 years ago

marcelaraujo commented 10 years ago

Todo

Dependencies???

yourwebmaker commented 10 years ago

It is important to think about SEO before tuning the frontend into SPA.

Take a look in: https://prerender.io/js-seo/angularjs-seo-get-your-site-indexed-and-to-the-top-of-the-search-results/

marcelaraujo commented 10 years ago

I don't think that is a problem we can't solve because we can.

There're a lot of good and functional ideas that can be used as use of PhantomJS to create snapshots of post rendered site/system and identify when any crawler hit our system to redirect them to the snapshot pages.

Today our system has a hard coupling between view and business logic domain. I have a lot of reasons to create a separate application because it makes easy I work only on frontend and @lcobucci on backend for example.