URL redirecting domains
-
Hi
Is there anything wrong/dangerous forwarding a clutch of domains to a sub page (landing page) on a different domain ?
Say Brand X buys Brand Z and wants to close down Brand Z site but have Brand Z domain fwd to a landing page (explaining the company acquisition) on Brand X site. In addition Brand Z had a few related but unused domains forwarding to Brand Z doman & now also wants those fwd'd to the new landing page on brand X
Since the reasons for doing this forwarding are legitimate company reasons relating to an acquisition i would have thought it should be ok but can anyone think of a reason why could be bad since i remember in the old days peeps used to redirect domains for seo reasons so worried fwd'ing a load of domains could cause some sort of negative flag with big G ?
Also do domain redirects transfer the authority/juice from the old site/domain to the new destination page (new landing page on brand x site) similar to how a 301 redirect works ?
Many Thanks
Dan
-
Good stuff ! thanks for all your help Aleyda
-
Your registrar usually gives you the option to choose if it's a temporary or a permanent situation so it forwards with 302 or 301 depending on that. Nonetheless, you can check directly yourself very easily with: http://web-sniffer.net/ by taking a look at the HTTP response header of the forwarded domain (and see if it's a 301). Good luck with the new domain
-
Thanks Aleyda
yes have done this already
Im just trying to establish if this acts like a 301 still in regard to the passing of old domains authority to the new url being fwd'd to ?
Thanks
Dan
-
Hi Dan, my domain registrar let me forward to any URL (not necessarily another domain root) so there shouldn't be an issue to do it. I recommend that you check with your registrar if you can do the same with yours. Thanks
-
Thanks Aleyda
Its going to redirect/forwarding to a specific landing page on the new domain, not the domain itself
Many Thanks
Dan
-
Hi Dan! Thanks for the clarification. This change it all really and is pretty straightforward then: You should directly go to your domain registrar and set the "Domain Forwarding" option to go to the new domain.
-
Hi Aleyda
Thanks so much for spending the time to write such a detailed and informative reply
However its the domain being redirected not the pages, since all the old pages have been removed from the web & hosting shut down (due it being an acquisition & not a migration). This means no opportunity for a .htaccess file as far as i understand since that requires a server to sit on doesnt it? and there isnt one anymore.
So we have just redirected the old domain to a landing page on the acquiring companies website via standard domain forwarding within the dns control panel. Do you know if this will act like a 301 i.e. transfer the old domains authority to the landing page ?
Many Thanks
Dan
-
Hi Dan,
What is is important in these types of scenarios is that you make sure that the redirects are relevant from a user and SEO perspective, since although the link popularity from the old pages will pass by just 301-redirecting them to their new location, what it is important to preserve is also the relevance of these redirects, since these old pages could be already not only externally linked, but also ranking for keywords relevant to their specific content, so if you do a "bulk" redirect to a new page that is not optimized for these keywords (and is very unlikely that a single page is optimized and relevant for a high diverse amount of content and keywords that are at the moment covered through many different pages) you will lose those rankings.
Because of this, take a look at which are the keywords bringing organic traffic to the "old pages" you want to redirect and what you should do to preserve this organic traffic is to redirect them to the new pages on your new domain that also cover these topics, so they will still be relevant for them and when you redirect to them, you won't not only refer the popularity but also keep the rankings and make sure that your users are finding that they were looking for (or at least, something similar).
In case you need to provide information to your users telling them that they're being redirected since the old pages have been migrated because of an acquisition, you can do it so through a message "banner" like the one that Yahoo uses here to warn visitors that they have been redirected to another language version, in a non-intrusive way.
The best way to implement 301-redirects is server side. In case you're using an Apache server then you will need to edit your .htaccess file that you can access easily via FTP for example, and should be located in your root domain.
If you would redirect your old domain pages to a new one preserving the URL structure you would be able to do this with rewriting rules, very straightforward in this case:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.olddomain.com$ [NC]
RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]Nonetheless, if you need to implement them in a page to page level, since the URL names of in the new domain are not the same than in the old one, you might need to implement them in a page to page basis:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^oldurl.html$ http://www.newdomain.com/newurl.htmlI hope this helps!
Aleyda
-
Many Thanks Sorina !!
I thought 301 redirects are on the .htaccess file which requires a file lstill to be on a server containing the 301 instruction. Since the server/hosting is being deleted then i cant see how its possible to leave a 301 redirect on there and the redirect hence must take place in/on the dns record ?
-
From what I saw Google makes efforts in identifying sneaky domain redirection techniques, so I believe when you do a legit one like you described above there are no risks.
As for domain redirects/301 redirects - these aren't different redirect types, just different way of saying it. What a consider a "domain redirect" must be a 301 redirect in order to pass link juice. If you have doubts about how these work, contact your hosting provider to make sure what they call "domain redirect" is actually a 301 http responce status code that the server sends out for that domain.
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
-
Same URL names in one domain
Hi All, I have 9 different subdirectories for languages in the same domain example: www.example.com/page.html www.example.com/uk/page-uk.html www.example.com/es/page-es.html we are implementing hreflang tags for the languages. I know it is better to translate URLs, but we won't for now, because all the NON-ASCII characters. But we are thinking to get rid of the dashes on the languages URL: -uk or -es, so it will be: www.example.com/page.html www.example.com/uk/page.html www.example.com/es/page.hrml would this be a problem? to have same page names even if they are in different subdirectories? would we need to add canonical tags, at least for the main domain URLs? www.example.com/page.html Thank you, Rachel
Technical SEO | | RaquelSaiz0 -
Spammers created bad links to old hacked domain, now redirected to our new domain. Advice?
My client had an old site hacked (let's call it "myolddomain.com") and the hackers created many links in other hacked sites with links such as http://myolddomain.com/styless.asp?jordan-12-taxi-kids-cheap-T8927.html The old myolddomain.com site was redirected to a different new site since then, but we still see over a thousand spam links showing up in the new site's Search Console 404 crawl errors report. Also, using the links: operator in google search, we see many results of spam links. Should we be worried about these bad links pointing to our old site and redirecting to 404s on the new site? What is the best recommendation to clean them up? Ignore? 410s? Other? I'm seeing conflicting advice out there. The old site is hosted by the client's previous web developer who doesn't want to clean anything up on their end without an ongoing hosting contract. So beyond turning redirects on or off, the client doesn't want to pay for any additional hosting. So we don't have much control over anything related to "myolddomain.com". 😞 Thanks in advance for any assistance!
Technical SEO | | usDragons0 -
Best Practice - Disavow tool for non-canonical domain, 301 Redirect
The Situation: We submitted to the Disavow tool for a client who (we think) had an algorithmic penalty because of their backlink profile. However, their domain is non-canonical. We only had access to http://clientswebsite.com in Webmaster Tools, so we only submitted the disavow.txt for that domain. Also, we have been recommending (for months - pre disavow) they redirect from http://clientswebsite.com to http://www.clientswebsite.com, but aren't sure how to move forward because of the already submitted disavow for the non-www site. 1.) If we redirect to www. will the submitted disavow transfer or follow the redirect? 2.) If not, can we simply re-submit the disavow for the www. domain before or after we redirect? Any thoughts would be appreciated. Thanks!
Technical SEO | | thebenro0 -
How long before I can use a redirected domain without taking back link juice?
We recently moved our website to a new domain that better matched our brand. I want to use the old domain at some point for another aspect of our business. How long after we do the domain redirect will it be safe to use the old domain again--without affecting the seo of the new domain? Thanks! Harriet
Technical SEO | | zharriet0 -
Switching from a .org to .io (301 domain redirect)
I'm considering switching my main site from a .org to .io address; the .org is an exact match domain which helped to kickstart it a few years ago and now has about 50% repeat visitors, but was thrown off the Apple affiliation program for trademark infringement. I've found and purchased a nice (non-infringing) .io domain, and I've read the advice here on how to properly 301 the old domain; but my question is - does it matter that it's .io? Is this going to significantly hurt my rankings, even when everything has been 301'd properly? Another thought I had is that I may actually come out better off in the long run, what with Google penalties being applied to exact match domains. Is this a ranking suicide? If so, I'm tempted to leave it as is; even without the affiliation, it's making a good amount every month in ad fees that I don't want to disrupt. Thanks all!
Technical SEO | | w0lfiesmithUK0 -
Should I be redirecting a .gov.au domain to a .com/.com.au Marketing URL?
Hi everyone, First time post - what a great community! On a trial at the moment but will definitely be signing up to PRO. The situation I'm helping to promote an event in Australia (lets call it "myevent"). The event also goes by a nickname "myev" (which isn't searched as much as "myevent"). The event for the most part is promoted offline as www.myevent.com. As it currently stands (and appears to have been the case for a number of years), www.myevent.com and www.myevent.com.au 302 redirect to www.mylocation.gov.au/myev The event is pretty much number 1 for keywords around "my event" and "myev", despite little attention being paid to on page optimisation and issues around duplicate content which I intend to fix. The domain being indexed by Google is www.mylocation.gov.au/myev . Open site explorer stats Open Site explorer shows www.mylocation.gov.au/myev as having a strong domain authority, and hundreds of backlinks. www.myevent.com and www.myevent.com.au have domain authorities in the 20s and about 30-40 backlinks each. The conundrum I've had a chat with the IT guys running the site(s) and they mentioned they'll be switching the way the redirects work, so everything goes to www.myevent.com NOT the .gov.au URL. I've done a bit of reading on the forums and understand that 301s should be used in order to pass the juice/authority from the existing domain (in this case www.location.gov.au/mye). I understand not all of this will be passed. What I'm not sure about is which URL should be the final preferred destination. I may not have a choice - www.myevent.com has been the preferred URL for a long time - but want to know if this will affect the performance in search results if the .com.au isn't used as the final destination (even though we would be redirecting from it)? Any suggestions / ideas / help would be most appreciated. I hope this all makes sense - I'm relatively new to the whole SEO world! Best wishes and many thanks.
Technical SEO | | hergs0 -
Advises for redirects
I worked on a website since 2 years now (mainly link building). Now, I need to change the CMS and the hosting company of this website. In order to improve the SEO of this website, I decided to change the URL structure as well, see example here below: Actual situation: http://www.mywebsite.com
Technical SEO | | Tit
http://walla.mywebsite.com/
http://ortak.mywebsite.com/ http://www.mywebsite.com/de
http://walla.mywebsite.com/de
http://ortak.mywebsite.com/de http://www.mywebsite.com/es
http://walla.mywebsite.com/es
http://ortak.mywebsite.com/es Future situation: http://www.mywebsite.com
http://www.mywebsite.com/walla
http://www.mywebsite.com/ortak http://www.mywebsite.com/es
http://www.mywebsite.com/es/walla
http://www.mywebsite.com/es/ortak http://www.mywebsite.com/de
http://www.mywebsite.com/de/walla
http://www.mywebsite.com/de/ortak Since the hosting, the CMS and the URL’s will change, what you recommend me to do in order to keep a maximum of “link juice” to the pages!? How / Where to setup the 301 redirects?0 -
301 redirects and old domain names
Thanks to the great advice i've received on this forum, I'm combining 50 different truck sites into a single, ultimate truck website. So my question is how long should I make a website 301 redirect to the appropriate page on my new website? My thought is that if it works well to have a single website, it might be nice to eventually sell off some of the old domain names that I won't be using anymore. Thanks! Andy
Technical SEO | | daenterpri0