I've searched the forum on this topic, and it appears the only way to get a GWT site indexed is by some horrible hacks.
If I use Firebug with Firefox, I can get the HTML displayed that the Javascript is writing to the DOM, so this means it should be possible for the Google search bot to do a similar thing, then parse the HTML like any static web page. Obviously, links cannot be followed, but the Google Webmaster site indicates that you should submit a site map to Google with the pages you want indexed anyway. So, provided I have implemented history in my GWT app correctly, I could submit a site map like: http://www.example.com/com.example.gwt.HistoryExample/HistoryExample.html#page1 http://www.example.com/com.example.gwt.HistoryExample/HistoryExample.html#page2 etc The Google bot could read each page as suggested above, index the words/labels etc and add the links to the search index, so that if they were displayed via Google search you go to the correct history page and everyone's happy. Is this not possible ? Bryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
