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
-
Moving Shopify from a Sub Domain to the Full Domain
Apologies if this has been asked before. Currently we have a Shopify shop on a subdomain shop.lucybee.com a blog on subdomain blog.lucybee.com and the full domain of course. We'd now like to move everything onto Shopify on the full domain. Therefore the blog rolls into Shopify. We'll manually move pages into Shopify. Any advice or links to resources on how to manage would be gratefully received. Thank you , Jim
Technical SEO | | LucyBee0 -
Is page rank lost through a 301 redirect?
Hi everyone. I'd really appreciate your help with this one 🙂 I've just watched Matt Cutt's video 'what percentage of PageRank is lost through a 301 redirect?' and I am confused. I had taken this to mean that a re-direct would always lose you page rank, but watching it again I am not so sure. He says that the amount of page rank lost through a 301 redirect is the same as any other link. Does this mean that no page rank at all is lost during site migrations? Or is it the case that first page rank would be lost from the original link and then more page rank would be lost from any subsequent redirects? watch?v=Filv4pP-1nw
Technical SEO | | RG_SEO0 -
Which domain should i set up a blog on?
I have a client who uses a .com for there website in Australia. Were now building an external blog which will be on a subdomain. We recently discovered they also own the Australian version of there domain name. Should we build there blog on: blog.currentdomain.com 2) blog.newdomain.com.au Thanks
Technical SEO | | acs1110 -
Redirecting old domain to new domain with wordpress
Hi all, I need to change domain name to a website published on wordpress. I'd think to make these steps: trasferring the website (files+db) to a new hosting space to redirect old site (www.oldsite.com) to the new one (www.newsite.com) using rewrite rules. With these steps I'd need to transfer and reinstall files and wordpress so I would like to discover if there's some less time expending procedure to consider. Thanks and ciao Bob
Technical SEO | | bobrock40 -
Transfer a Main Domain to a Sub-Domain
My IT department tells me they want to transfer my main site domain, which has been in existence since 1999 as an e-commerce site (maindomain.com) to a sub-domain (www2.maindomain.com) or a completely new domain (newdomain.net). This is because we are launching a new website and B2C e-commerce engine, but we still have to maintain the legacy B2B e-commerce engine which contains hard-coded URLs, and both systems can't use the same domain. I've been researching the issue across SEOmoz, but I haven't come across this exact type of scenario (mostly I've seen a sub-domain to new domain). I see major problems with their proposal, including negative SEO impact, loss of domain authority/ranking and issues with branding. Does anyone know the exact type of impact I can expect to see in this scenario and specific steps I should go about to minimize the impact? Btw, I will be using Danny Dover's guide on properly moving domains where appropriate. Thanks!
Technical SEO | | AscendLearning0 -
Redirecting Parked Domain
I just recently switched hosting. We have 3 domains and 1 being the main domain. Right now they are set up as parked domains. Can I redirect the parked domains under my main websites .htaccess file ? I am just worried that good we will get hit for duplicate content, even though technically the content is only on our main domain. right now if I type in my parked domains in Google, they appear in search. The site is all hand coded and not using a CMS.
Technical SEO | | hfranz0 -
Domain.com and domain.com/ redirect(error)
When I view my campaign report I'm seeing duplicate content/ meta for mydomain.com and mydomain.com/ (with a slash) I already applied a 301 redirect as follows: redirect 301 /index.php/ /index.php Where am I messing up here?
Technical SEO | | cgman0 -
Domain Crawl Question
We have our domain hosted by two providers - web.com for the root and godaddy for the subdomain. Why SEOMOZ is not picking up the total pages of the entire domain?
Technical SEO | | AppleCapitalGroup0