How can the search engines can crawl my java script generated web pages
-
For example when I click in a link of this movie from the home page, the link send me to this page http://www.vudu.mx/movies/#!content/293191/Madagascar-3-Los-Fugitivos-Madagascar-3-Europes-Most-Wanted-Doblada but in the source code I can't see the meta tittle and description and I think the search engines wont see that too, am I right? I guess that only appears the source code of that "master template" and that it is not usefull for me. So, my question is, how can I add dynamically this data to every page of each movie to allow crawl all the pages to the search engines?
Thank you.
-
Hi Jose - I'd suggest reading http://www.seomoz.org/ugc/can-google-really-access-content-in-javascript-really which lays out what Google is picking up in javascript files. You might also want to try some of the tactics specifically designed to make JS content and hashbang URLs more accessible:
http://coding.smashingmagazine.com/2011/09/27/searchable-dynamic-content-with-ajax-crawling/ and http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html (Google's original post on the subject). Folks like Twitter and Rapgenius have been making use of these for a while now, and they can help to make that dynamic data directly indexable.