When checking the sites out, I came across a really funny thing. I have a hobby site of my own to which I do no work on and haven't done for many a many months (forgot i had it to be honest) and the .com version is number one for its primary keyword in every engine i looked at - MSN, AOL, Google, Alta, Lycos, DMOZ, Yahoo and Alltheweb.
When running a search for the same keyword in copernic (asking for uk sites) it doesnt appear. But the .co.uk mirror version doesnt either.
Can people tell me how they market clients sites with the .com and the .co.uk please, ie what domain do you run with?
BTW i am number one in all the engines without even trying. What a funny old game this is. Why can't it be a customers site....LOL
Thanks :)
More seriously my choice is dependent on the market that I am addressing. If I am looking at a UK market as my prime target then a .co.uk is preferred - if I am looking at world market as prime target then I go for .com
All the best
Ian
This gets the .co.uk the greatest reach (if I'm using our US box then I can't get a .com into google's UK search :() and prevents duplicate spidering.
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.mydomain.co.uk(:80)?$
RewriteRule ^/(.*) [mydomain.co.uk...] [L,R=301]
Calum
It goes into httpd.conf or .htaccess (depending on what, if anything, you're allowed to do in .htaccess according to httpd.conf).
It may invalidate your warranty to tweak httpd.conf by hand (most useful things invalidate Cobalt warranties).
brotherhood_of_LAN, you certainly can use real pages on the other domains, just make them significantly different from each other.
Calum