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
-~----------~----~----~----~------~----~------~--~---

Reply via email to