How to make GWT pages search engine friendly?

2011-02-24 Thread Kurtt
I want to add automatically hidden sub-menus in my page, and do this with GWT, thus they are actually embedded in the js files. How to make the links in the sub-menus visible to the search engine? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" g

Re: How to make GWT pages search engine friendly?

2011-02-24 Thread Jan Mostert
hashbang and hijax Hashbang will only work on Google though. -- Jan Vladimir Mostert BEngSci MyCee Technologies On Fri, Feb 25, 2011 at 6:13 AM, Kurtt wrote: > I want to add automatically hidden sub-menus in my page, and do this > with GWT, thus they are actually embedded in the js files. Ho

Re: How to make GWT pages search engine friendly?

2011-02-25 Thread Salvador Diaz
The following link should give you a generic overview of the requirements to make a crawlable ajax application (crawlable by google that is, AFAIK no other search engine supports this) : http://code.google.com/web/ajaxcrawling/docs/getting-started.html >From there, you should be able to google

Re: How to make GWT pages search engine friendly?

2011-02-25 Thread sunil S
ho r u On 2/25/11, Jan Mostert wrote: > hashbang and hijax > > Hashbang will only work on Google though. > > -- > Jan Vladimir Mostert > BEngSci > > MyCee Technologies > > > On Fri, Feb 25, 2011 at 6:13 AM, Kurtt wrote: > >> I want to add automatically hidden sub-menus in my page, and do this >>