I am not well experienced in SEO, but as far as I know, and from what I've read many times, I couldn't find a solution, for optimizing a GWT Website for search engines.
There's a solution written by Ian Bambury. But I couldn't find an official solution written by gwt team. Therefore, if you're aware of a solution for that problem, I would like to suggest to give us few hints or maybe, if you could post something about it, Thank's, Joe On Dec 5, 7:20 pm, "[email protected]" <[email protected]> wrote: > Nice web site but do you think about the search engines ?? > I'm not sure that the site is optimized for google search... > > On 5 déc, 11:13, Joe <[email protected]> wrote: > > > > > Well, You're right Sathya, > > > it is taking time, this is because the website contains lots of > > tables, > > horizontalpanel, htmlpanel, verticalpanel, etc ... > > > TextBoxes on the other hand do not take long, what takes long is > > every dropdown, this is a customized widget built from scratch, > > this too needs to be optimized. > > > The website has lot of images that load at startup, the website > > doesn't take benefit yet of the powerful GWT technique, ImageBundle. > > > So you have lot of HTTP round trips. The listboxes, dropdowns, > > are loading their data on startup upon creation, this too, can be > > optimized > > by loading data on demand, which means on click on the drop down > > arrow. > > > as for the structure, I am working on a new layout which is div + css, > > no tables. > > > As soon as things get finished, i'll be posting them! > > > Regards, > > > Joe > > On Dec 4, 5:28 am, sathya <[email protected]> wrote: > > > > Good one.But it is taking time to loak all images and text boxes.I > > > feel you can make it still fast as user doesnt feel to wait to load > > > everything > > > > On Dec 3, 3:55 pm, Joe <[email protected]> wrote: > > > > > Hi Mariyan, > > > > > Thank's for your post, well, first, this is not a tab panel, > > > > unfortunately. > > > > > The home page was designed in dreamweaver(HTML page) than the whole > > > > objects, I mean textboxes, images, listboxes, etc.... are removed, and > > > > replaced byt gwt widgets. > > > > > So you go like: > > > > HTMLPanel homepage = new HTMLPanel("here you put your html code > > > > without the html widgets, but with IDs"); > > > > then your create your widgets with styles width, etc ... then you > > > > call: > > > > homepage.add(widget, "corresponding id in the html code"); > > > > > Hope this was helpful :) > > > > > On Dec 3, 12:23 pm, mariyan nenchev <[email protected]> wrote: > > > > > > Hi, > > > > > great, keep going. > > > > > There is one thing i need to know, how did you customize this tab > > > > > panel. I > > > > > was trying to do the same tab bars but no success with decorated > > > > > panel. You > > > > > may show sample code :) > > > > > Regards.- Hide quoted text - > > > > > - Show quoted text - -- 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.
