views:

255

answers:

1

Hi friends,

How I can develop 'Search Engine Friendly' web app in GWT? Take an example of StackOverflow it self, its a web app and should be SEO friendly allowing user to search from search engine. If some one want to develope same app in GWT. How one can make it SEO friendly?

As GWT contain a single HTML file. How we can allow its inner content to be visible in SE?

Any suggestion or comment, will really help. Thank you.

+1  A: 

Make it crawlable ... this could be helpful http://code.google.com/web/ajaxcrawling/

Webbisshh