On Mon, May 16, 2011 at 12:00 AM, 3xM <[email protected]> wrote: > hi, > > i have GWT app so i wanted to make it crawlable using directions from > http://code.google.com/web/ajaxcrawling/docs/getting-started.html > > i added <meta name="fragment" content="!"> to my page and other stuff > necessary according to ajaxcrawling document. > so when i go to http://www.example.com/?_escaped_fragment_= server returns > html snapshot corresponding to http://www.example.com. > > when i try Fetch as Googlebot from webmaster tools for > http://www.example.com/?_escaped_fragment_= > i can see that googlebot fetched the same html snapshot. > > so, what's the problem? > when i look at keywords google found when crawling my site (from webmaster > tools), i see only words from my title and noscript tags (just like before > adding ajaxcrawling). > how do i know what content google crawled from my site and did google > understand <meta name="fragment" content="!"> tag? > does this ajaxcrawling works for anyone? > > here: http://www.google.com/support/webmasters/bin/answer.py?answer=79812 > is a list of meta tags google understands and <meta name="fragment" > content="!"> is NOT among them?
Most probably you do not have a headless html browser running on your server. This browser is responsible converting Ajax GWT pages to plain old html. Document http://code.google.com/web/ajaxcrawling/docs/getting-started.html describes the approach under section 2) Best, Raphael -- 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.
