Re: GWT - Crawlable (SEO)

77 views
Skip to first unread message

darkflame

unread,
Jan 8, 2013, 10:15:19 AM1/8/13
to google-we...@googlegroups.com
 I can only comment how I did it;

Googles bot will read any url in the form:

#!key1=value1&key2=value2

As:

?_escaped_fragment_=key1=value1%26key2=value2

Thus I built a php version of my site that delivered the same content without the need for JavaScript.
By using escape fragments the same request data is avaliable to the server as the client, so you should be able to pull up the same contents as the client. (for example, from a mysql database).

So effectively the javascript and php versions of my site mirror eachother in terms of content, and the bot has access to the php one via the ?_escaped_fragment_ url standard.


On Wednesday, December 26, 2012 1:55:11 AM UTC+1, Jan wrote:
Hi,

i like to make my gwt-app searchable by google. I found this article, that describes how to do it: https://developers.google.com/webmasters/ajax-crawling/

But it does not really make sense to me: If i use a servlet filter to present a special view to the google bot: This can not really work on the client side. If i change the view with the activties and places pattern, this only affects the client side an there is no servlet involved -> servlet filter does nothing.

Does some one has an explanation, example or even better a tutorial for me?

Thanks and best regards
Jan
Reply all
Reply to author
Forward
0 new messages