问题
Does GWT app are indexed by search engines???? if yes, how to accomplish that?
Thanks.
回答1:
GWT apps and more generally ajax can't be fully indexed by search engines... yet. But work is being done to make ajax applications crawlable. The most common alternative used by developers to get their gwt app referenced is to publish an html version.
回答2:
Search engines don't prefer html that generated on client side by javascript(Ajax). They prefer static html that generated from server side. That is why, AJAX applications are difficult to index because they are generated dynamically on the client side.
来源:https://stackoverflow.com/questions/4489686/gwt-and-search-engines