Domain Switch - With lost control of original domain.
-
Hey all,
A client finally sold a domain name after being harassed to sell for many years, without talking to us about it first. They moved the site to a new domain, and the purchasing company took over the original domain. Then they called me, wondering why the site is no longer showing up in Google.
I've done some initial research, and everything I find for advice assumes that you have control over the original domain. We don't. I'm hoping someone here has some creative advice, so we don't have to start from the beginning, and/or painfully update links we've acquired.
My only thought was that the new company may be kind enough to post 301's for us if we provided them....
Any thoughts / advice / life rings will be greatly appreciated!
-
You are most welcome!
Good luck to you
-
Thank you! This is exactly the information I was looking for - gives me the perfect place to start. I really appreciate it!
-
If you can get the buyer to put redirects in place, here are your three options:
1. Redirect ANYTHING to the new domain's homepage: olddom.com/* => newdom.com
This is very easy to do technically, can even be done in the domain registrar's control panel. However, that's a bad option from an SEO point of view as you would be redirection anything (pages, contact info, product...) to your a single page, your homepage.
Should be used as a last option.
2. Redirect pages individually. You would end up with an .htaccess like that (I am assuming you didn't change anything to the site's structure):
redirect 301 /dir1/page32.php http://www.newdom.com/dir1/page32.php
redirect 301 /dir1/page33.php http://www.newdom.com/dir1/page33.php
redirect 301 /dir1/page34.php http://www.newdom.com/dir1/page34.php
...
This option is obviously time consuming but will give you the most control and the best SEO results as you will direct every single page (old one) to the new one (updated URL) passing its link juice and everything.
3. A generic redirect that will automatically redirect each and every page to its corresponding one on the new domain:
RewriteCond %{HTTP_HOST} ^oldsite.com
RewriteRule ^(.*)$ http://newsite.com/$1 [R=301,L]
This is very similar to option 2 but it is not as time consuming.
Hope that helps.
-
You're right, and thanks for the confirmation!
On the subject of redirects - am I correct in assuming that a general redirect is impossible (as it would redirect all traffic, even "legit" traffic to the new site), and that we'd have to create a 301 for each page?
Thank you for answering my questions / confirming my suspicions. Being that this is an extremely inadvisable situation to get yourself into, there's really just not a lot of info/advice out there, even if it's just to tell you that you're SOL!
-
I think you know the answer, you just need someone else to confirm that there is little you can do!
Obviously, you should start by updating the links you control and build some new ones.
You must alos make certain the content is unique and that the buyer doens't use the original content.
If you had implemented authorship, you could still benefit from it by updating the links.
That's all I can think of.
Of course, the best thing you could get is a nice 301 Redirection for the buyer.
Google luck!
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Subdirectories and Domain Authority
Hello, A subdirectory consolidates domain authority vs a ccTLD approach. However, for example, if a domain has been well established in the UK i.e example.com, is that domains authority diluted if a subdirectory is created i.e example.com/es Will some of the link juice attained on www.example.com be shared throughout www.example.com/es and therefore initially impact search visibility for www.example.com? I understand it works both ways as well, as any links attained on www.example.com/es will benefit the example.com domain. Thanks
Technical SEO | | SEONOW1230 -
Questions on switching domain name of my site
Hey guys, I purchased a domain name on May 1st and have been running my site on it since then. At the time when I added the domain name to the shopping cart, I felt that it was the best domain name a human could possibly come up with. But now, after two months, I am not so sure about it. And that means I am thinking of getting a new domain name and redirecting the old domain to the new one. Give that the domain is only two months old, there is not much to lose. However, my domain name does have some valuable backlinks, and has built some credibility in the eyes of search engines. According to MOZ Open Site Explorer, its Domain Authority is 10 and Page Authority (homepage) is 20. It's not much, but I fear that if I switch the domain name, I will reset the clock and the new domain name will have to earn the rankings from scratch That said, after searching this forum, I come across articles like this one from google and this 2012 article from MOZ that gave me some confidence. The MOZ article is from 2102, and there have been several changes since then. Is there an updated version of that article, or another legit article on the internet that you can point me to? As you can tell, I want to be more than sure that we don't take any hit during the migration process. Also want to mention that the site is on WordPress -- in case that is relevant. Thank you for your help.
Technical SEO | | deathbyseo0 -
What about re-life expired domain ?
I want to know about your advice to re-life expired domain, assume PA:55 how I get benefits from it, when I use it for new related content.
Technical SEO | | zant0 -
Moving my domain to weebly
I am thinking of moving my html website to weebly. They offer a 301 redirect for my domain name. Is that ok for SEO?
Technical SEO | | bhsiao0 -
Subdomain vs Main Domain Penalties
We have a client who's main root.com domain is currently penalized by Google, but the subdomain.root.com is appearing very well. We're stumped - any ideas why?
Technical SEO | | Prospector-Plastics0 -
Switching to HTTPS
I'm trying to get my server PCI Compliant and they want me to switch the forums at http://www.usacarry.com/forums/ over to https because of the logins. Could this possibly affect my existing rankings?
Technical SEO | | USACarry0 -
Conserving Link Equity When Purchasing a Domain
Suppose you were interested in buying a successful blog with lots of powerful links and they offered to sell you the domain but none of the content. Do you have any tips for conserving the link equity when buying the domain? (Note: about half of the inbound links are to the homepage and the plan is to relaunch the site with new content.)
Technical SEO | | ProjectLabs0 -
Duplicate content, Original source?
Hi there, say i have two websites with identicle content. website a had content on before website b - so will be seen as the original source? If the content was intended for website b, would taking it off a then make the orinal source to google then go to website b? I want website b to get the value of the content but it was put on website a first - would taking it off website a then give website b the full power of the content? Any help of advice much appreciated. Kind Regards,
Technical SEO | | pauledwards0