two domains, one website - what should I do.. should I merge or keep them both?
#1
Posted 04 April 2011 - 03:23 PM
I have two domains .com and .co.uk pointing to the same website. I am not sure if it's a good idea. Google might thing it's a duplicated content. Besides I think I would like to own both but redirect always to the .co.uk one and keep this one as a main domain.
What should I do and how can I do this?
I have changed the address via google webmaster tools.
I have google analytics account for domain .com but accepting stats from multiple domains (not sure if it works properly because it's hard to verify) so this is done too.
I would like to have finally a situation when someone comes to my website (or subpage) for .com domain to redirect them to the same subpage but with .co.uk
Also, I don't want an url without (www) at the begin.
Any other things I should do or be aware of to achieve this?
FYI, the site is located here:
www (dot) code-digital (dot) com
www (dot) code-digital (dot) co (dot) uk
[sorry I cannot submit links yet]
PS. sorry if this is wrong section but I guess you guys here will have best knowledge for seo reasons.
Thanks
Lukas
#2
Posted 04 April 2011 - 03:39 PM
It is a good idea, and yes google will consider it duplicate content if you have both sites setup so what you need to do is first ensure that your webserver/hosting company is setup to serve both the .co.uk and .com domains and then you can use the .htaccess rules below to take care of the redirect from the .com to the .co.uk address so the .co.uk solely receives the ranking credit for your content.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^code-digital\.co\.uk$ [NC]
RewriteRule ^(.*)$ http://www.code-digital.co.uk/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^code-digital\.com$ [NC]
RewriteRule ^(.*)$ http://www.code-digital.co.uk/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www\.code-digital\.com$ [NC]
RewriteRule ^(.*)$ http://www.code-digital.co.uk/$1 [R=301,L]The first rule redirects code-digital.co.uk to WWW.code-digital.co.uk
Second Rule redirects code-digital.com to WWW.code-digital.co.uk
Third rule redirects www.code-digital.COM to www.code-digital.CO.UK
Rgds,
Dave
lokers, on 04 April 2011 - 03:23 PM, said:
I have two domains .com and .co.uk pointing to the same website. I am not sure if it's a good idea. Google might thing it's a duplicated content. Besides I think I would like to own both but redirect always to the .co.uk one and keep this one as a main domain.
What should I do and how can I do this?
I have changed the address via google webmaster tools.
I have google analytics account for domain .com but accepting stats from multiple domains (not sure if it works properly because it's hard to verify) so this is done too.
I would like to have finally a situation when someone comes to my website (or subpage) for .com domain to redirect them to the same subpage but with .co.uk
Also, I don't want an url without (www) at the begin.
Any other things I should do or be aware of to achieve this?
FYI, the site is located here:
www (dot) code-digital (dot) com
www (dot) code-digital (dot) co (dot) uk
[sorry I cannot submit links yet]
PS. sorry if this is wrong section but I guess you guys here will have best knowledge for seo reasons.
Thanks
Lukas
#3
Posted 04 April 2011 - 03:41 PM
This post has been edited by Jason Dexter: 04 April 2011 - 03:42 PM
#6
Posted 05 April 2011 - 07:52 PM
#7
Posted 05 April 2011 - 07:58 PM
#8
Posted 05 April 2011 - 08:23 PM
#9
Posted 05 April 2011 - 08:25 PM
#12
Posted 05 August 2011 - 09:40 AM
lokers, on 04 April 2011 - 03:23 PM, said:
I have two domains .com and .co.uk pointing to the same website. I am not sure if it's a good idea. Google might thing it's a duplicated content. Besides I think I would like to own both but redirect always to the .co.uk one and keep this one as a main domain.
What should I do and how can I do this?
I have changed the address via google webmaster tools.
I have google analytics account for domain .com but accepting stats from multiple domains (not sure if it works properly because it's hard to verify) so this is done too.
I would like to have finally a situation when someone comes to my website (or subpage) for .com domain to redirect them to the same subpage but with .co.uk
Also, I don't want an url without (www) at the begin.
Any other things I should do or be aware of to achieve this?
FYI, the site is located here:
www (dot) code-digital (dot) com
www (dot) code-digital (dot) co (dot) uk
[sorry I cannot submit links yet]
PS. sorry if this is wrong section but I guess you guys here will have best knowledge for seo reasons.
Thanks
Lukas
Make it as two domain with two hostings and two different websites (no copy).
#13
Posted 15 August 2011 - 06:47 AM
lokers, on 04 April 2011 - 03:23 PM, said:
I have two domains .com and .co.uk pointing to the same website. I am not sure if it's a good idea. Google might thing it's a duplicated content. Besides I think I would like to own both but redirect always to the .co.uk one and keep this one as a main domain.
What should I do and how can I do this?
I have changed the address via google webmaster tools.
I have google analytics account for domain .com but accepting stats from multiple domains (not sure if it works properly because it's hard to verify) so this is done too.
I would like to have finally a situation when someone comes to my website (or subpage) for .com domain to redirect them to the same subpage but with .co.uk
Also, I don't want an url without (www) at the begin.
Any other things I should do or be aware of to achieve this?
FYI, the site is located here:
www (dot) code-digital (dot) com
www (dot) code-digital (dot) co (dot) uk
[sorry I cannot submit links yet]
PS. sorry if this is wrong section but I guess you guys here will have best knowledge for seo reasons.
Thanks
Lukas
I will also suggest that do not redirect from .com to .co.uk as it may confuse the visitor or even they may feel that the site is down and made up by temporarily another domain. Instead of this, you can apply two different designs with different contents to the both domains.
#14
Posted 03 September 2011 - 09:23 AM
All this rubbish about having two web sites with different content, have you not stopped and looked at how many top name sites have masses of domain names pointing towards the same place.
Before anyway else decides to drag upa a dead thread with stupid replies I am closing this and everyone should rep Daveb!
Help



This topic is locked














