Re: ajax-crawling approach to make gwt app crawlable works on default gwt example, but not on my app

2014-09-01 Thread Piyush Srivastava
Hi all, I am also facing the same problem. I am stuck at the same place where my gwt app is not crawling even after applying all the code as described in https://developers.google.com/webmasters/ajax-crawling/. Please help me with some code or link On Friday, March 30, 2012 10:01:56 PM UTC+5:3

Re: ajax-crawling approach to make gwt app crawlable works on default gwt example, but not on my app

2012-03-30 Thread erebrus
Hi, To answer both your replies. Yes, they do conform to the specification. I also added the meta tag in the html (thought I forgot to include that in the list of changes I did in the OP). The problem isn't the HtmlUnit, because it simply doesn't get that far. The filter is never run with the GET r

Re: ajax-crawling approach to make gwt app crawlable works on default gwt example, but not on my app

2012-03-30 Thread Ovidiu Mihaescu
Also, from http://support.google.com/webmasters/bin/answer.py?hl=en&answer=174993, towards the bottom of the page: ... I'm using HtmlUnit as the headless browser, and it doesn't work. Why not? If "doesn't work" means that HtmlUnit does not return the snapshot you were expecting to see, it's very l

Re: ajax-crawling approach to make gwt app crawlable works on default gwt example, but not on my app

2012-03-30 Thread Ovidiu Mihaescu
Does your existing app's URLs conform to the spec at https://developers.google.com/webmasters/ajax-crawling/docs/specification ? More specifically, do all your history tokens start with an exclamation mark? On Fri, Mar 30, 2012 at 9:31 AM, erebrus wrote: > Hi all, > I was reading https://develope

ajax-crawling approach to make gwt app crawlable works on default gwt example, but not on my app

2012-03-30 Thread erebrus
Hi all, I was reading https://developers.google.com/webmasters/ajax-crawling/ on how to make ajax apps (consequently gwt apps) crawlable. I took the code from google (summarized in point 3 of "How to create an HTML snapshot?" to create a filter (that returns html from ajax using HtmlUnit) and chang