Re: SEO Question.

2010-11-01 Thread Subhrajyoti Moitra
Thanks ROB. This worked perfect. I dont know what i was thinking!! Thanks again for the pointer. Cheers, Subhro. On Thu, Oct 28, 2010 at 1:31 PM, RPB robbol...@gmail.com wrote: Hi Subhro, You can just change Meonholiday.html to a PHP file. Then you can do as I describe above, i.e.

Re: SEO Question.

2010-10-28 Thread RPB
Hi Subhro, You can just change Meonholiday.html to a PHP file. Then you can do as I describe above, i.e. if(isset($_GET['_escaped_fragment_'])) { echo Static Version of my page ; } else { echo MeonHoliday HTML; //echo out the contents of your html file here } So when the crawler goes to

Re: SEO Question.

2010-10-27 Thread RPB
Hi Subhro, You need to create a PHP page which will serve static information if it detects _escaped_fragment_= or just the normal GWT page otherwise. Something like this: if(isset($_GET['_escaped_fragment_'])) { echo Static Version of my page } else { echo script type=\text/javascript\

Re: SEO Question.

2010-10-27 Thread farmazone
here are examples of something similar http://www.asual.com/jquery/address/ On Oct 27, 11:43 am, RPB robbol...@gmail.com wrote: Hi Subhro, You need to create a PHP page which will serve static information if it detects _escaped_fragment_= or just the normal GWT page otherwise. Something

Re: SEO Question.

2010-10-27 Thread farmazone
I have found only this http://www.asual.com/jquery/address/ :( On Oct 26, 6:10 pm, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Hello, I have to build an application which has a PHP backend and GWT client. How do we make it crawlable? The urls follows Google, ajax url format of #!. How

SEO Question.

2010-10-26 Thread Subhrajyoti Moitra
Hello, I have to build an application which has a PHP backend and GWT client. How do we make it crawlable? The urls follows Google, ajax url format of #!. How do we take HTMLsnapshots using PHP or GWT? I know HTMLUnit does the job, but the backend is PHP and not java. Please help. Thanks,

Re: SEO Question.

2010-10-26 Thread András Csányi
On 26 October 2010 18:10, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Hello, I have to build an application which has a PHP backend and GWT client. How do we make it crawlable? The urls follows Google, ajax url format of #!. You can give click events the particular elements for example

Re: SEO Question.

2010-10-26 Thread András Csányi
Guys, I'm sorry! I thought this is the Selenium list. :) Please ignore my letter! :D On 26 October 2010 19:58, András Csányi sayusi.a...@gmail.com wrote: On 26 October 2010 18:10, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Hello, I have to build an application which has a PHP backend and