I never developed an gwt app that is meant to be crawlable, so I never did that before... But shoudl't you do the 'fetch as googlebot' on a url like http://www.example.com/#!foo ?
On your server side I think it's all ok, because you do get the html snapshot when you use the _escaped_fragment_. But AFAIK, the presence of the hashbang (#!) on the url is what actually tells the google bot (or any other crawler that follows this standard) to do the _escaped_fragment stuff On Mon, May 16, 2011 at 8:34 AM, 3xM <[email protected]> wrote: > googlebot fetch for url without escape fragment returns only html > loading gwt. > yes, he does it automatically when crawling the web, but thought maybe > when i call fetching from webmaster tools i need to supply full url. > so it means that for some reason googlebot does not make request with > escape fragment in it. > i added <meta name="fragment" content="!"> maybe there's somathing > else i should do? > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Magno Machado Paulo http://blog.magnomachado.com.br http://code.google.com/p/emballo/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
