Couple months ago(December 2005) I bought domain name with .com, .net, .org and .co.uk extentions.
I bought this as I set-up company called "mydomain" and wanted, by buying these names, to save that brand.
I also bought webspace for mydomain.com and got offer to park my other domains there too, which I foolishly done. Unfortunately, I was not aware that by doing that, my mydomain.com can get penalized (i guess because of double content)
Until today, after few months of being live on the net, mydomain.com is still not indexed by Google. Instead, www.mydomain.co.uk is indexed (one page), with content of mydomain.com.
I realised I unknowingly made mistake and decided to unpark all domains except the one I want to promote : www.mysite.com. I unparked them few days ago.
Now, I am not sure what to do to sort out this mess :-(
www.mydomain.com is unique and very important for my little business and I don't want to get rid of it, I like it, and want to keep it.
Can somebody help me with suggestion what to do now?
Thanks for your time :-)
In SERPS, the domain names from which you redirect will actually be replaced with the domain name to which you redirect.
Basically all you need to do is:
1. create a text file and name it .htaccess (you will need to name it something like file.htaccess file and then delete the 'file' section when you upload it to the server, as windows won't allow you to create a file name starting with a '.')
2. Put the following in the .htaccess file
Redirect 301 / [yourmaindomainname.com...] (if the .com is the main one you want to utilize)
3. Upload that file to your root directory for each domain extension
and it should work.
Thanks for your help.
I was looking around and found somewhere following lines :
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST}!^www\.mydomain\.com$
RewriteRule ^(.*)$ [mydomain.com...] [R=permanent,L]
which I copied and paste to my existing (and empty) .htaccess file that was already povided at public_html folder on my web space.
It seems for me that it works : if i type www.mydomain.net, or .org or co.uk it goes straight to www.mydomain.com
Do you think these lines are doing proper job?
Thanks :-)
it is now about 4 weeks since i done this redirect. google still didn't index mysite.com, while mysite.co.uk is not in index any more.
i feel now mysite.com is perhaps penalised by google because of double content issue.
how can i solve this problem?
if anybody have any advice i will apreciate very much. thanks.