Making GWT application crawlable by a search engine

后端 未结 2 1393
余生分开走
余生分开走 2020-12-28 10:11

I want to use the #! token to make my GWT application crawlable, as described here: http://code.google.com/web/ajaxcrawling/

There is a GWT sample app a

2条回答
  •  滥情空心
    2020-12-28 11:01

    Found my answer! The Showcase sample supporting crawlable hyperlinks is in the following branch: http://code.google.com/p/google-web-toolkit/source/browse/branches/crawlability/samples/showcase/?r=7726

    It defines a filter in the web.xml to redirect URLs with the _escaped_fragment_ token to the output of HTML Unit.

提交回复
热议问题