igor-alexandrov / wiselinks

If Turbolinks are not enough for you. Wiselinks makes your application work faster.
MIT License
724 stars 89 forks source link

Added wiselinks_description to be more SEO friendly #67

Closed cfiorini closed 10 years ago

cfiorini commented 10 years ago

in one of my project i have a listing with filters that change results and i need that also meta description gets change during updates

PikachuEXE commented 10 years ago

Does crawler execute AJAX and get the description?

PR looks good to me.

igor-alexandrov commented 10 years ago

Don't think that crawler execute AJAX. But this may be helpful to services like Google Analytics and Yandex Metrika, that may post page SEO params with user data.

Will merge this on holidays. Thanks!

PikachuEXE commented 10 years ago

I see :)

cfiorini commented 10 years ago

i did this implementation after this post http://www.bing.com/blogs/site_blogs/b/webmaster/archive/2013/03/21/search-engine-optimization-best-practices-for-ajax-urls.aspx and this video https://www.youtube.com/watch?v=yiAF9VdvRPw

please let me know what do you think

thanks

igor-alexandrov commented 10 years ago

Merged to 1.2.1. Thanks!