Hi darkflame, Not sure I fully understand your second question, but you should be able to just use $param= $_GET['_escaped_fragment_']; and then process the code as normal. Also, the 'Fetch with googlebot' tool in Webmaster tools is very helpful, showing you exactly what google will actually be crawling.
Cheers, Rob www.yournextread.com On Jul 11, 12:07 am, darkflame <[email protected]> wrote: > a) As my server doesn't support server-side java, I'll be using php to > generate the static/snapshot pages. How close do they have to be to > the proper/GWT ones? Is it good enough if the text and links are > exactly same....but not the images/layout? I dont want to be accused > of spoofing, but replicating the layout exact will prove a lot of > work. > > b) Is there an easy way to parse the new urls? I used to use just GET > in PHP to retrieve each expected key/value, but this doesnt work now > that _escaped_fragment_ has been added at the start. Is there a > recommended method? or do I just code my own parser? -- 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.
