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
-
Do Google Penalties Always Follow a Redirects to New Domains?
I have a couple sites that were penalized by Google for hosting content that made Google look bad. After a major newspaper showcased what was going on they suddenly took a major hit as if someone at Google flipped a switch and told their system not to rank the content for anything other than their brand names. The article made Google look bad because the newspaper highlighted a lot of unverified user generated accusations the reporters assumed not to be true in the context of "these accusations are mostly false, but they still show up on the first page when people search Google." I was thinking one way to fight this would simply be to host the content at a different domain, but I am concerned about the new domain being penalized as well. I don't want to completely shut down all of the original sites because some of them have brand recognition. The oldest domain is 12 years old with backlinks from several news outlets which is why the content ranked so well, but after the penalty that is only the case on Bing. I've read various articles about this tactic. Some say that you will almost always pass the penalty to the new domain if you do a 301 redirect, but the penalties at issue in those articles were for things like buying links or other black hat tactics. This is somewhat different in that I wasn't doing anything black hat, they just decided not to let the site rank for political reasons. I was hoping that maybe that type of penalty wouldn't follow it, but right now I am leaning towards simply creating a second site to syndicate articles. It will need to attribute the articles to their sources though, so they will need either no followed links or possibly a redirection script that bots cannot follow. I would really like it if I could simply change the first site to its .net or .org equivalent and 301 everything though.
Technical SEO | | PostAlmostAnything0 -
How do you fix redirect chains and temporary redirects?
Hi, I have a lot of issues popping up with temporary redirects and redirect chains. I'm still confused as to what exactly redirect chains are and I don't know how to find where the "chains" are or how to fix them. I'm having two issues mainly:1. Temporary RedirectsI have around 100 pages on our www.twowayradiosfor.com website that are being flagged as temporary redirects. All of them have one thing in common: they are review pages (basically, when a customer clicks on the Review button to review a certain product, they are redirected to a review page for that product).URL Example: https://www.twowayradiosfor.com/reviewhelpful.asp?ProductCode=CLS1410-COMBO&ID=44&yes=noI went into our website and set any URL containing the following as noindex:/review.aspWill that fix the issue? If yes, will I also need to do that for any URL containing /reviewhelpful.asp?2. Redirect ChainsIt seems like basically every product page on my website has this issue (over 100 pages). Here's an example of one:https://www.twowayradiosfor.com/Motorola-CLS1110-p/cls1110.htmI don't see any broken links on this page or links that redirect to another page that redirects, etc. What is causing this? Is it something on my header bar that is redirecting (since that header bar appears on every page, maybe that is why this issue shows up on a lot of pages)?I am new to Moz and still trying to figure this stuff out. I really appreciate any help. Thanks, Sawyer
Technical SEO | | AllChargedUp0 -
301 redirect adding trailing slash to url
I am looking into a .htacess file for a site I look after and have noticed that the urls are all 301 redirecting from a none slash directory to a trailing slashed directory/folders. e.g. www.domain.com/folder gets 301 redirected to www.domain.com/folder/ Will this do much harm and reduce the effect on the page and any links pointing to the site be lessened? Secondly I am not sure what part of my htaccess is causing the redirect. RewriteCond %{HTTP_HOST} !^www.domain.co.uk [NC] RewriteCond %{HTTP_HOST} !^$
Technical SEO | | TimHolmes
RewriteRule ^(.*) http://www.domain.co.uk/$1 [L,R,NE] RewriteCond %{THE_REQUEST} ^./index.php
RewriteRule ^(.)index.php$ /$1 [R=301,L] or could a wordpress ifmodule be causing the problem? Any info would be apreciated.0 -
My old URL's are still indexing when I have redirected all of them, why is this happening?
I have built a new website and have redirected all my old URL's to their new ones but for some reason Google is still indexing the old URL's. Also, the page authority for all of my pages has dropped to 1 (apart from the homepage) but before they were between 12 to 15. Can anyone help me with this?
Technical SEO | | One2OneDigital0 -
Proper way of handling wordpress urls and redirects?
I have recently changed some of my urls in wordpress + adding a sub category in the url structure. from
Technical SEO | | Livet
www.mydomain.se/category/subcategory to www.mydomain.se/category/subcategory/subcategory2/ My products are stil under www.mydomain.se/products/cool-product and are not affected. Should I 301 the old url (www.mydomain.se/category/subcategory) to the new (www.mydomain.se/category/subcategory/subcategory2/)? If that is so, can someone recommend a good 301 redirection plugin? Thanks!0 -
We have set up 301 redirects for pages from an old domain, but they aren't working and we are having duplicate content problems - Can you help?
We have several old domains. One is http://www.ccisound.com - Our "real" site is http://www.ccisolutions.com The 301 redirect from the old domain to the new domain works. However, the 301-redirects for interior pages, like: http://www.ccisolund.com/StoreFront/category/cd-duplicators do not work. This URL should redirect to http://www.ccisolutions.com/StoreFront/category/cd-duplicators but as you can see it does not. Our IT director supplied me with this code from the HT Access file in hopes that someone can help point us in the right direction and suggest how we might fix the problem: RewriteCond%{HTTP_HOST} ccisound.com$ [NC] RewriteRule^(.*)$ http://www.ccisolutions.com/$1 [R=301,L] Any ideas on why the 301 redirect isn't happening? Thanks all!
Technical SEO | | danatanseo0 -
Old URL redirect to New URL
Alright I did something dumb a year a go and I'm still paying for it. I changed my hyphenated URL to the non-hyphenated version when I redesigned my website. I say it was dumb because I lost most of my link juice even though I did 301 redirects (via the htaccess file) for almost all of the pages I could find in Google's index. Here's my problem. My new site took a huge hit in traffic (down 60%) when I made the change and even though I've done thousands of redirects my old site is still showing up in the SERPS and send much if not most of my traffic. I don't want to take the old site down in fear it will kill all of my traffic. What should I do? Is there a better method I should explore then 301 redirects? Could the other site be affecting my current rank since it's still there? (FYI...both sites are built on the WP platform). Any help or ideas are greatly appreciated. Thank you! Joe
Technical SEO | | kaje0 -
Delete old site but redirect domain to a new domain and site
I just have a quick query and I have a feeling about what the answer is so just wanted to see what you guys thought... Basically I am working on a client site. This client has a few other websites that are divisions of their company. However these divisions/websites are no longer used. They are wanting to delete the websites but redirect the domains to their name main website. They believe this will pass on SEO benefits as these old division sites are old and have a good PR and history. I'm unsure for DEFINITE, which way is correct?
Technical SEO | | Weerdboil0