![]() ![]() |
Star Member![]() Group: Members
Joined: 22-November 05
Posts: 640
From: Sacramento, CA, USA
|
Mar 7 2007, 11:39 AM |
|
|
Changing domain names sucks. It's an SEO nightmare.
|
||
| Offline | ![]() |
Centenarian Poster![]() Group: Members
Joined: 26-March 03
Posts: 104
From: Sheffield UK
|
Mar 8 2007, 04:43 AM |
|
|
QUOTE This case would not be a question of age but will search engines follow the redirects I hope you put in place for each page when you move it back. Links on my entire site are full links including the http://www and they all point to washerhelp.co.uk - however, there are no files at washerhelp.co.uk, this domain is parked and pointing to washerhelp.com. All files are uploaded to the .com site. I've only just realised that this means all clicks to my pages within my site have to be diverted to the .com hosting. Is this crazy? My ideal would be that as my new hosting arrangements allow me to upload files to either .com or .co.uk it makes sense to switch hosting the files to the actual co.uk hosting and point the .com name to it. I was all set to do it when it suddendly dawned on me that although most of my inbound links over the years have changed to the .co.uk domain, the .com name is 6 and a half years old but the co.uk name is about 4 and a half years old and wondered if there could be adverse search engine results effects - not only because of the age difference but what about the physical moving of all files to a new domain name (albeit one that's just got a different extension) I'm hoping I'm being unnecessarily worried and that because both domain names have been inextricibly linked all the time that it won't make any difference - or even could be beneficial to UK results? This post has been edited by xyZed: Mar 8 2007, 04:47 AM |
||
| Offline | ![]() |
Member![]() Group: Members
Joined: 26-February 07
Posts: 48
From: Sydney
|
Mar 8 2007, 05:15 AM |
|
|
Old domain names are worth keeping and you're probably better of purchasing old domain names (2 yrs plus) when starting a new web site.
If you have an old web site with many pages indexed in search then the simple best solution is to set up 301 reditects in your .htaccess file (apache server). To do this see this post If you use 301 redirects on your old domain (assuming the web pages are still hosted) you can redirect to your new domain, and land on the exact page you intend. Next time a searchbot crawls your old domain the robot will also crawl the redirect links and index pages from both sites. From the search engines point of view both the old and new documents are valid. This is usefull: if you get an organic search result for the old domain you'll probably get one for the new domain too - a double listing in SERPs. A word of caution - do not abuse 301 redirects. Searchbots are smart and will degrade your rankings due to misuse of 301 and 302 redirects. To make this point really clear I created a website in 1991 called 'Alchemy of Africa'. If you search it in Google is appears at number 1. In those days we did not use 301 redirects. I lost the domain name years ago but there are still 133 direct results in Google (if you search it in "quotes") for that site - 15 years later! This post has been edited by klikhir: Mar 8 2007, 05:17 AM |
||
| Offline | ![]() |
Cre8asite Tech News Reporter![]() ![]() Group: 1000 Post Club
Joined: 18-June 04
Posts: 1,541
From: Tatooine
|
Mar 8 2007, 08:36 AM |
|
|
I had a similar problem - Although my pages were ASP so I came up with the below
http://www.cre8asiteforums.com/forums/inde...showtopic=47328 |
||
| Offline | ![]() |
Centenarian Poster![]() Group: Members
Joined: 29-June 06
Posts: 161
From: UK
|
Mar 8 2007, 11:10 AM |
|
|
QUOTE It'd be interesting to hear Ammon on why he suggested focusing on the .com domain, when the site was UK oriented. I have a site which is aimed primarily at people in the UK, and have a .co.uk and .com for the site. Initially, for about 6 months, I used the .co.uk and pointed the .com domain over at the .co.uk. However, discussing it on the phone with Eric Ward, he suggested I swap it to use the .com as the primary. About 6 months later the site is ranking better, but there are so many other factors involved I wouldn't suggest it was because of that, but it may have helped. On the PPC campaign for the site (geotargetted to UK), I found higher click through rates if I display the .co.uk domain, but it actually goes to the .com. |
||
| Offline | ![]() |
Lead Technical Administrator![]() Group: Admin - Top Level
Joined: 23-January 03
Posts: 1,995
From: Michigan USA
|
Mar 9 2007, 07:58 AM |
|
|
I think your confusion is common and revolves around the difference between a redirect and an alias.
Ron is an alias for Ronald, and both are aliases for Carnell. If someone comes up to me at a party and addresses me by any of those names, I'm going to respond. He's got the right person. On the other hand, if he comes up to me and calls me Frank, I'm going to point across the room and send him over to Frank. He doesn't have the right person, and he literally has to walk away from me to get to the right person. If you go to an URL, either by clicking a link or typing one in, and it immediately changes to another URL, that's a redirect. You just got sent over to talk to Frank. If the URL in your browser never changes, that might be an alias. You're still talking to Ron, Ronald, or Carnell. The thing about an alias, though, is that's it's pretty much transparent. You can't really tell how many different names I'll respond to, and you can't really tell which I might prefer to be called. There's a technical side to this that is important, too. When you come up to me at that party, imagine that I hand you my business card. If you call me by any of the aliases I recognize, that card has a big 200 printed on it. The 200 is called a response code and is sent to a browser (or spider) any time they request a valid page. The 200 response code means OK and is the flip side to the well known 404 response code, which means Not Found. If you come up to me and call me Frank, however, the card I hand you is going to have a different number on it, usually a 301 (permanent redirect) or 302 (temporary redirect). When you get across the room, Frank is going to hand you his own 200 card. This is important stuff because those response codes tell the browser (or spider!) what is happening. There are a ton of tools on the Internet that let you check which response code a page is returning. Run a Google search for page headers tools and pick one you like. Running your page through one of these tools will show you the Response code being returned. The trouble with aliases is that they usually lead to duplicate content. If you come up to me once and call me Ron, then come up to me later and call me Carnell, and if I hand you a 200 card each time, you really don't know what I want to be called. Chances are, you'll just pick one at random, and since my luck always sucks, it'll probably not be the one I like best. It's the same with the search engines. If you have two domains returning the same content and both are giving a 200 code, the SE has no idea which you would prefer to be listed . . . and it really doesn't want to list both. So, it'll pick one for you. I hope your luck is better than mine. If I 301 you over to Frank, you'll know next time not to call me Frank. He's Frank, I'm Ron. Frank will get indexed, Ron will be ignored. Similarly, to make a closer analogy, if you walk up and call me Carnell, I can still hand you a 301 card to Ron. It's the equivalent of telling you to call me Ron. We're buddies, right? You're still talking to the same person (an alias), but the 301 response tells you which I prefer. It's really not much more complicated than that. You have to decide which domain you want indexed (and there are advantages to both), and then make sure the other domain is sending a 301 redirect. Your new host is probably going to configure an alias, because that's easiest for him, so you need to make sure he understands the difference. You want a redirect, not an alias. Which redirect you want is still up in the air. Warning! Assuming you already have a 301 in place, if you change what you have right now, you should have a REALLY good reason for it, because that change will not be without cost. It will take time, usually a few months at least, for the search engines to readjust to what are essentially new instructions on what you want. Eventually, they'll get it right again, but your rankings will very likely suffer during the transition. Sometimes, that cost simply has to be paid, but it's not something that should be done lightly. |
||
| Offline | ![]() |
![]()
|
|
3 Pages 1 2 3 >
|
|
| Lo-Fi Version | Time is now: 9th February 2010 - 02:23 PM |
| Meet our Moderators: | cre8pc : projectphp : sanity : Black Phoenix : bwelford : EGOL : Ruud : rustybrick : AbleReach : swainzy : joedolson: eKstreme: dazzlindonna : SEOigloo: iamlost : RisaBB |