If its your application its proxying, you could block it. Requests from AppEngine go via UrlFetch API, which adds a user-agent identifying the app in question.
"AppEngine-Google; (+http://code.google.com/appengine; appid: xxxxx)" (alternatively if dont want to block it totally, add meta robots "nofollow,noindex" to pages you serve via the proxy) On 29 April 2010 18:36, Tony Jackson <[email protected]> wrote: > I notice this url is appearing before a number of urls in google and > google is reading the website thru this proxy. Is there a way google > can recognize this proxy and not read urls directly from it because it > is also giving the error" This Google App Engine application is > temporarily over its serving quota" > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
