search for: ajaxcrawl

Displaying 1 result from an estimated 1 matches for "ajaxcrawl".

Did you mean: ajaxcall
2011 May 17
2
HTML snapshots for crawlable ajax
Hi, There doesn''t seem to be any reference for taking HTML snapshots from within a Rails server. I wonder how one could implement Google''s crawlable AJAX spec (http://code.google.com/web/ajaxcrawling/docs/learn-more.html)on a Rails application? To summarize: I have a Rails application with a Javascript front-end with lots of AJAX. I need Google to index the AJAX content, hence need to implement the above spec. Now, I can send an AJAX request to Rails for a link that the crawler asks; I need...