GWT is a client-centric technology. So it is intrinsically not compatible with search engine bot.
To make your web site compatible with a search engine bot, you have to combine GWT with a server-centric technology. For example : - add a sitemap file that lists all the ressources of your web site, each ressource should be identified by an URL, for example : <http://www.mywebsite.com/id/product/139173> - use your server centric technology to generate a page that bootstraps your application from this url and that adds in the <noscript> section all the information needed for the search engine bot. HTH, Didier www.onGWT.com On Sep 22, 12:18 am, flockton <[EMAIL PROTECTED]> wrote: > Hello! > > Is it possible to optimize a site programmed with GWT for GOOGLE? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
