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=66359

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 got www.mydomain.com mapped 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 the www.mydomain.com url?
>
> 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 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.

Reply via email to