SEO consequences for merging country sites in a .com
Posted
by
Pekka
on Pro Webmasters
See other posts from Pro Webmasters
or by Pekka
Published on 2011-01-27T22:52:42Z
Indexed on
2011/02/04
23:34 UTC
Read the original article
Hit count: 408
I am in the process of refactoring a number of rental portals I've built for a company with locations in Austria, Germany, Switzerland, and the Netherlands.
Instead of the current setting of each country site running under its own domain name:
- www.companyname.de
- www.companyname.ch
- www.companyname.at
I would love to merge them all in this way:
- www.companyname.com/de
- www.companyname.com/ch
- www.companyname.com/at
with the country TLDs doing a 301 redirect to the respective .com address.
However, I have been repeatedly told not to do this due to likely problems with SEO - the business is very SEO dependent, and being a rental chain, needs to be strong in local results.
So the question is:
Is there an unavoidable hit in Search Engine Optimization when redirecting to a central .com domain?
What measures can be taken to soften the blow? What comes to my mind is explicitly specifying a
lang
attribute in thehtml
tag.Are there any other ways to specifically point out geographical location for sub-directories?
© Pro Webmasters or respective owner