[google-appengine] Re: Getting my GAE site indexed on Google

2010-12-19 Thread brucko
 Does any one have any pointers on getting my site indexed on Google?

http://www.ozdroid.com/#!BLOG/2010/10/12/How_to_Make_Google_AppEngine_Applications_Ajax_Crawlable

My site is GWT/GAE based as well and the method I use as detailed
above seems to be working well now.

Unfortunately you will have to pay for Always On to get it to work
until the URLFetch timeout is lengthened - but it does work and you
get the added bonus of faster startups with Always On.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[appengine-java] Re: HtmlUnit support on GAE for GWT crawlability

2010-12-08 Thread brucko
Hi Phillippe,

http://www.ozdroid.com/#!BLOG/2010/10/12/How_to_Make_Google_AppEngine_Applications_Ajax_Crawlable

Sorry the link was up earlier - but with all the URLFetch timeout
stuff going on before, I can understand if somebody removed it.

At the moment I have had this up and running for about 24hrs, and all
the error Logs I  was getting (URLFetch Timeouts) when my site was
being crawled has disappeared.

End result, this now seems to work without any real hitches.

It will take a few days before I will be able to see the results on
Google. Previously, things had been working but whether Google
actually got anything depended on whether I had a couple of instances
up or not.

Best Regards,

Geoff Bruckner

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[google-appengine] Re: Cannot fetch dynamic content from the same app (URL Fetch API)

2010-10-14 Thread brucko
This can be worked around

http://www.ozdroid.com/#!BLOG/2010/10/12/How_to_Make_Google_AppEngine_Applications_Ajax_Crawlable

However, we have a new issue

http://code.google.com/p/googleappengine/issues/detail?id=3867

Geoff.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [appengine-java] HtmlUnit support on GAE for GWT crawlability

2010-10-13 Thread brucko
This is doable. After sorting through the various forums, I decided to
write a blog to put what I did all in one place. The biggest problem
now appears to be startup times for your instance on App Engine
resulting in timeouts. The other thing to watch is to make sure that
you don't use the redirects in an irresponsible way leading to infinite
loops.

Blog is here.
How to Make Google AppEngine Applications Ajax Crawlable

Geoff

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] HtmlUnit support on GAE for GWT crawlability

2010-10-13 Thread brucko
This is doable. After sorting through the various forums, I decided to
write a blog to put what I did all in one place. The biggest problem
now appears to be startup times for your instance on App Engine
resulting in timeouts. The other thing to watch is to make sure that
you don't use the redirects in an irresponsible way leading to infinite
loops.

Blog is here.
How to Make Google AppEngine Applications Ajax Crawlable

Geoff

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.