Google's web crawler (Googlebot) has improved substantially lately when it comes to crawling dynamic HTML pages generated with JavaScript. It does not simply crawl the initial HTML page but executes any JavaScript and then crawls the resulting HTML page. You don't have to do the cumbersome hashbang (escaped fragments) workaround any more. I have not had any problems with indexing GWT web apps with Google's web crawler. See this article for more info:
http://searchengineland.com/tested-googlebot-crawls-javascript-heres-learned-220157 However, I think that Bing's web crawler still have problems with indexing dynamic HTML pages generated with JavaScript. But with Google's market share I don't see that as a problem. /Stefan Den onsdag 20 januari 2016 kl. 06:35:30 UTC+1 skrev Adolfo Rodriguez: > > Hi, the title is provocative. I wanted to ask 2 questions in the same > thread. I love GWT, no doubt is the framework that delivers higher > productivity. But I quit using it 2 years ago because google robots where > not able to properly index my pages despite I implemented the escaped > fragment specs > <https://developers.google.com/webmasters/ajax-crawling/docs/specification>. > Disappointing. > > On the other hand, I would expect much more traction in a Java framework > than can combine presentation (Bootstrap) with presentation login (any JS > libraries) and server side. But barely you can see job openings in the > market demanding GWT. Even, the last message in this list is 40 days old. > > So, I want to raise the question: > > * what is stopping GWT against other frameworks? Is the problem with > crawlers? > > * what i the current status of crawler, HTML generation and search engine > robots? > > I have a mixed feeling with GWT, I love it... but my experience says that > I should not use it. > > Thanks > > > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
