Reputation: 658
As for one of my friends request i had to build a website for 3 countries in 3 sub-domains. Like
au.example.com
us.example.com
in.example.com
All these three has common contents and some unique contents.All the traffic comes from a particular country will redirect to the related subdomain.
My problem is the google indexing. As all the traffic comes from USA will directed to us.example.com
,google bots will index only us.example sub-domain
.But there are lot of other contents at in.example.com
. so how can I let the google to index my other 2 subdomains?
Thanks for your advices
Upvotes: 0
Views: 197
Reputation: 26537
How are you doing your location-specific sorting?
What you'll have to do is add an exception based on something, probably based on the user-agent.
However, Google has searches for all languages, so you really shouldn't worry about it. Their version of search for AU will crawl AU, etc. If you want to allow Google to index AU for its US search... that might get you in a bit of trouble with Google (and honestly, would defeat the purpose of what you are trying to achieve).
Upvotes: 1