A redirect is OK if you do not mind the extra request that involves and that it will block your access to your application by version number for testing, unless your code handles this as well. A canonical tag is an other option : http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=139394 --
Happy coding Nick On Feb 5, 6:09 pm, Barry Hunter <[email protected]> wrote: > This is not something particully unique to appengine, but applies > anywhere where can access the same content on multiple urls. > > http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=6... > > Often the easiest and safest way is to arrange for the 'duplicate' > urls (appspot) to redirect to the canonical (your domain), using a 301 > redirect. > > Your application should be able detect when it accessed via appspot > (by looking at the Host header) and issue such a redirect. > > On 5 February 2010 15:53, BrianDFS <[email protected]> wrote: > > > > > I've gotwww.mydomain.commapped to mydomain.appspot.com. However, I > > can still access the mdomain.appspot.com domain. How will this affect > > google's indexing of my site? Will results eventually start showing > > up under the mydomain.appspot.com url, or will they continue to show > > up under thewww.mydomain.comurl? > > > Is this something that should be handled? If so, how? > > > -- > > 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 > > athttp://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.
