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
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
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
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
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