AFAIK, the Google bot (or any other bot for that matter), does not understand Javascript. Therefore, if your entire website is built with GWT, all the Google bot will see is a javascript import for the nocache file. You'll have to search the group for Search engine optimization to get some ideas of how to tackle this problem.
-- Arthur Kalmenson On Thu, Jan 22, 2009 at 10:04 PM, darkflame <darkfl...@gmail.com> wrote: > > I think its possible exactly how you discribed. > Its certainly how I planned to do it, and it seems to work. > > bryanb wrote: >> 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 Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---