I'm using Google Apps to manage my domain and GAE Java for hosting.
Because I need a way to differentiate distinct cities for my app, I
initially decided to use subdomains to do this.  Now, however, I've
realized that this has detrimental effects when it comes to SEO
because google treats different subdomains as if they were entirely
different sites.  So, instead of having my LA page at la.truxmap.com,
I want my my page to be found at truxmap.com/la.  I've tried moving
the welcome file to a the /la/ directory in WAR, but this doesnt seem
to have any external affect.  I think once I can get my page to be
loaded at truxmapla.appspot.com/la, I can then set a 301 redirect from
la.truxmap.com to truxmap.com/la and that ought to be a step forward.
Does anyone know how I can achieve this?

Many Thanks!

-- 
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.

Reply via email to