http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/2a64865292e12276
On Apr 20, 6:25 am, mrfreeze81 <[email protected]> wrote: > I am creating an app, navigating from one page to another using > history. I have a main.html page and I have a div="mainpanel" as a > place holder for my GWT panel. My panel has the core features of the > app, some HTML content, etc. When I navigate from one page to another > I use > > Rootpanel.get("mainpanel").clear(); > Rootpanel.get("mainpanel").add(new NextPanel()); > > This panel has it's own Html content. When I do a view source, all I > get is mail.html's source. > > How do I code such that web bots can pick up the content on my site? > Or how can they (when my site is being searched) look for keywords in > my site to return a search result? > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
