Redirecting back to initial redirect.
-
Hello,
I have an example site A.com that is currently being redirected to site B.com. My client is having issues with B.com and finding that there is more equity in site A.com. The client now wants us to have A.com as the site.
What is the best way to proceed with implementing A.com without hurting search in the long run, since A.com was initially a 301 redirect to B.com.
-
How should I proceed in this redirection back to A.com
-
What pitfalls should I look out for that could affect SEO and how should I input safegaurds to protect myself?
I appreciate the support
-
-
If you redirect site b to site a now, you will be passing along the negative effects of the penalties. Site a no longer exists in the search world if your redirect is that old. The best thing to do would be to fix the penalties, disavow bad links and submit a reconsideration request. Redirecting site b to site a would mean starting all over, and you would still have to deal with the penalties or site a won't rank at all. I suppose you could just kill site b, and make site a live again. You would still be starting over with site a, either way.
-
This redirect has been in place for some time now (at least two years). The reason why we want to now redirect site B to site A is that the previous SEO had done some shady practices to site B and google penalized us for it, for example we currently had and have a large number of inbound and outbound links to site B that are spammy, to the point where it knocked us off the first page.
We have already disallowed most of the inbound links and severed the outbound. But the damage is already done, and we feel it would take very long to get back on googles good side, just due to the work this previous SEO did.
So since we have Site A and it has clean equity, we would like to redirect to it from site B as to not loose equity from the content site B built; The thought being to disassociate with the penalization of B, or at least lessen its blow and giving us a clean slate.
Thoughts?
Thank you for your response btw
-
You will first need to remove the 301 redirect to site b, then add a redirect from b to a. If you don't remove the first redirect you will create a redirect loop and neither page will be visible.
How long has site b been up? I would say that making a change now is going to be confusing. If this change was done recently, within the last 3 months, you need more time to determine the benefits of site b. There is no overnight result, but the change was made initially for a reason right?
Depending on how long the 301 redirects have been in place, you could have trouble getting site a to rank again. The 301 redirects would have removed Site As URLs from the index, meaning you would be starting over, again. Aside from that, it will probably be very confusing for returning customers. They have already seen a change once, now they are going to have to make another adjustment. Those things would be my first two concerns.
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
-
Unsolved Bug in site crawl analysis - 308 redirect flagged as temporary
Hi, we have some 308 redirects on our website, which are permanent redirects, but the site crawler is flagging them as temporary currently. Screenshot 2022-02-10 14.24.26.png
Moz Pro | | pm-mbc0 -
How do I set-up a 301 redirect?
Moz alerted me to two 404 errors on our website. I am now trying to place a 301 redirect on them. How would I go about accomplishing?
Moz Pro | | EverlastingChanges0 -
Help with 301 redirects.
Hi, I would like to say thank you in advance to all who help me with my question. MOZ crawl test showed duplicate content for a site that i just finished. I have www.site.com, site.com and site.index.html( all are the home page) So i have decided to 301 redirect all pages to site.com. And I also learned that when you do a 301 redirect all link juice is passed to the page that i redirect to. Here is my question: If someone links to my site using www.site.com instead of site.com in the future, will the 301 redirect still pass the pr to the page?( site.com). Or it only does, at the time of redirect and not in the future. I know this might be a stupid question but i am really new to this and couldn't find an answer for that. Thanks guys
Moz Pro | | Davit19850 -
Open Site Explorer detects links from a site that redirects to it? How is this possible?
I was checking external links to a site: scte-brasilien.de/ and was wondering why there are so many links pointing from another domain (reisen-nach-brasilien.com/) although it redirects to scte-brasilien.de/? So when checking the redirecting domain OSE knows its redirecting... The URL you've entered redirects to another URL. We're showing results for scte-brasilien.de/ since it is likely to have more accurate link metrics. See data forreisen-nach-brasilien.com/ instead? How is this possible? best regards
Moz Pro | | inlinear
Holger0 -
How long will it take for Page Rank (or Page Authority) to flow via a 301 redirect?
I've recently redeveloped a static site using WordPress and have created 301 redirects for the original urls to the new urls. I know I won't get all the value passed via the 301, but I'm hoping some will. Any idea how long this may take? It's been nearly a month since the changeover so wondering if it would be weeks, months or more?
Moz Pro | | annomd0 -
I did a redirect and now I'm getting duplication errors.
I was told by SEO Moz to do a redirect so that our website would be crawled with and without the www in front of the address. I did and now I'm getting duplicate page and title errors because the crawler is seeing www.oursitename.com and its underpages and oursitename.com and its underpages and giving me duplicate page content errors and duplicate page title errors. Makes sense, but how do I make it stop? Anyone else have this problem?
Moz Pro | | THMCC0 -
Bad code on Learn Seo Redirection info Page
Is it just me, or is the Redirection resource page missing the exclamation point (!) in this code. If so, this could really mess someone's site up if they copy and paste. http://www.seomoz.org/learn-seo/redirection http://screencast.com/t/n7lknZ32G9xF Redirecting Canonical Hostnames: The original developers at SEOmoz needed to redirect any requests that do not start with www.seomoz.org to make sure they included the www. They did this not only because it looks better, but to avoid common canonicalization errors. Redirect: http://seomoz.org/To: http://www.seomoz.org/ Redirect: http://mail.seomoz.org/To: http://www.seomoz.org Redirect: http://seomoz.org/somefile.phpTo: http://www.seomoz.org/somefile.php Solution: Add the following directive: RewriteCond %{HTTP_HOST} ^seomoz.org [NC]RewriteRule (.*) http://www.seomoz.org/$1 [L,R=301] Explanation: This directive tells apache to examine the host the visitor is accessing (in this case: seomoz.org), and if it does not equal www.seomoz.org redirect to www.seomoz.org. The exclamation point (!) in front of www.seomoz.org negates the comparison, saying “if the host IS NOT www.seomoz.org, then perform RewriteRule.” In our case RewriteRule redirects them to www.seomoz.org while preserving the exact file they were accessing in a back-reference. *emphasis added by me
Moz Pro | | squareplug0 -
How do I get back my archived campaigns??
Hi there, Can anyone help! I archived a campaign a month ago and now I want it back - can anyone help? How do I get back my archived campaign? Or do I need to start again?? Thanks Gareth
Moz Pro | | GAZ090