GWT and Search Engines

爷,独闯天下 提交于 2019-12-12 20:40:14

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!