301 Re-direct Implementation & Its Possible Aftermaths
-
Hi all,
I'm currently working on a domain that seems to be 'unofficially' blacklisted by Google. The reason behind my belief are,
-
Ranking process of KW became stagnant.
-
Current crawling and indexing rate has been decreased.
-
Site performance deteriorate after every Search engine update or major data refreshes.
-
And few major indications pointing out that search engines might started doubting its authority.
The site is live n running for about 10+ yr and consists of 6000+ pages out of which 5000+ pages are indexed.
The site also have some serious issues like,
-
The site has been 2 times penalized by Google.
-
The link ratio & inbound link quality of the site is quite unnatural (mostly directory links, links form spammy sites, bad-neighborhood links etc. )
-
The site is in flat file and not CMS, thus making it extremely difficult to maintain and update it.
Due to the above reasons I was thinking of implementing 301 re-direction. I would like to redirect this poor performing existing domain to a new fresh one keeping the URL structure and files same and maintaining 1:1 redirection rules.
I've read an awesome article by Danny Dover on 301 Re direction of a site here in SEOMOZ. It seems that if any one follow the steps mentioned there can actually get benefited by the overall re direction process. Now I'd like know your suggestion about following points:
1. Considering the factors that I've stated, do you think that it would be good to go with this re direction idea?
2. If 301 is implemented then what can be its immediate effects on current rankings and site performance?
3. Assuming that the ranks drowned or gets completely vanished from SERP, after what approx time period can be regain back?
4. Any other suggestion that might help me out to better understand the situation.
-
-
Thanks Mark,
We have actually decided to get rid of the old domain and move forward with the new one. Your suggestions are really useful and it helps a lot during this transition.
-
One thing to bear in mind is that you are never going to retain all of the link juice that you've got with the old site when redirecting to the new site.
If I were you, I would really try to clean up the backlink profile of the site as much as possible before doing any sort of redirection. I would argue that you might even be able to salvage the existing site's rankings by doing some rescue work in terms of your link profile.
One very important consideration is that your domain is 10+ years old already, which is in itself a pretty good authority indicator.
My suggestions to you:
-
Clean up really spammy links by using a tool such as Open Site Explorer to find and weed out the bad links. Follow whatever process is required to remove some of these links. (Contact the administrator of the site, remove your URL from the directory etc.)
-
Help dilute the effect of the spammy links by building new, higher quality backlinks to your site. Diversification is very important. If you have 100 spammy links, but 200 really good links, I don't feel like the Big G will worry too much.
-
Check your on-page factors. What sort of content do you have on your site? Are you stuffing keywords everywhere? Are you using unique content, or spun nonsense? Do you have title tags and headings that are both relevant and unique? Are you duplicating any content throughout your site?
The problem, however, with salvaging the site is that, like you say, you're running on a static platform.
If your rankings are really that bad now, perhaps it would be a good idea to start fresh. Just bear in mind that this won't be a quick fix, particularly if you're using a new domain.
If you insist on creating a new site (CMS based) and using the same content, then you'll have to do the redirect to avoid duplicate content issues. I would just take a long, hard look at your content to ensure that it's really worth copying across rather than starting fresh.
Put it this way, I would use the 301 redirect to inform the search engines that the site has been transferred and is under a new domain now. I wouldn't use the 301 redirect to try and salvage much link juice.
-
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
-
HTTPS - implementation question
Hello, I am looking at a site on which they haven't 301'd http to https, so each URL is there whether you have http or https at the beginning. Why would a site owner not 301 to https? Is there any logical reason not to use 301? This particular website is simply using a canonical tag to point to the https version of each URL.
Intermediate & Advanced SEO | | McTaggart0 -
Is it possible that Google would disregard canonical tag?
Hi all, I was wondering if it is possible for Google to diregard the canonical tag, if for example they decide it is wrongly put based on behavioural data. On the Natviscript Blog's individual blog posts there is a canonical tag for the www.nativescript.org/blog/details (printscreen - http://prntscr.com/e8kz5k). In my opinion it should not be there, and I've put request to our Engineering team for removal some time ago. Interestingly, all blog posts are indexed and got decent amount of organic traffic despite the tag. What do you think? Could it be that Google would disregard the tag based on usage data from let's say GA? Thanks, Lily
Intermediate & Advanced SEO | | lgrozeva0 -
GoogleBot Mobile & Depagination
I am building a new site for a client and we're discussing their inventory section. What I would like to accomplish is have all their products load on scroll (or swipe on mobile). I have seen suggestions to load all content in the background at once, and show it as they swipe, lazy loading the product images. This will work fine for the user, but what about how GoogleBot mobile crawls the page? Will it simulate swiping? Will it load every product at once, killing page load times b/c of all of the images it must load at once? What are considered SEO best practices when loading inventory using this technique. I worry about this b/c it's possible for 2,000+ results to be returned, and I don't want GoogleBot to try and load all those results at once (with their product thumbnail images). And I know you will say to break those products up into categories, etc. But I want the "swipe for more" experience. 99.9% of our users will click a category or filter the results, but if someone wants to swipe through all 2,000 items on the main inventory landing page, they can. I would rather have this option than "Page 1 of 350". I like option #4 in this question, but not sure how Google will handle it. http://ux.stackexchange.com/questions/7268/iphone-mobile-web-pagination-vs-load-more-vs-scrolling?rq=1 I asked Matt Cutts to answer this, if you want to upvote this question. 🙂
Intermediate & Advanced SEO | | nbyloff
https://www.google.com/moderator/#11/e=adbf4&u=CAIQwYCMnI6opfkj0 -
Htaccess 301 regex question
I need some help with a regex for htaccess. I want to 301 redirect this: http://olddomain.com/oldsubdir/fruit.aspx to this: https://www.newdomain.com/newsubdir/FRUIT changes: different protocol (http -> https) add 'www.' different domain (olddomain and newdomain are constants) different subdirectory (oldsubdir and newsubdir are constants) 'fruit' is a variable (which will contain only letters [a-zA-Z]) is it possible to make 'fruit' UPPER case on the redirect (so 'fruit' -> 'FRUIT') remove '.aspx' I think it's something like this (placed in the .htaccess file in the root directory of olddomain): RedirectMatch 301 /oldsubdir/(.*).aspx https://www.newdomain.com/newsubdir/$1 Thanks.
Intermediate & Advanced SEO | | scanlin0 -
How many pages to 301 Redirect
Hi Mozzers, My site has 11,200 pages indexed in Google and I'm looking to remove some of the lesser content which should probably have been picked up by Panda. However these pages work out to about 1,100 in total and I'm not sure whether to remove these bit by bit or just do it in one fell swoop? Does Google not like a site's indexed pages fluctuating too quickly? Are there any other considerations I should be aware of? Thanks!
Intermediate & Advanced SEO | | panini0 -
Quoestion about 301 redirect
Hey, I have interesting questions regardin 301 redirect (At least I think it's Interesting:) ) So i have this websites that compares different lenders, url below 🙂 If you go to the homepage then the first thing you see is different loan amounts in 50-99 euro range. Also you can check out different loan amounts like 100-149€, 150-199€, 200-249€ and so on. For now i have used 301 redirect and Noindex and Nofollow for all the different "loan amounts" urls. Examples below etc Is it a good idea to use 301 on all such pages to point to the homepage?
Intermediate & Advanced SEO | | TauriU0 -
301 Redirect With A Message And Delay
Hello, I'd like to sell a site I own. I'd like the site to be redirected to the buyers site with a 301 redirect. But I'd like the viewer to be informed that the site was purchased by this company and they will be redirect in 5 seconds.I'd like for the redirect to be a complete 301 and pass as much linklove as possible. Are you familiar with how to do this? Thanks, Tyler
Intermediate & Advanced SEO | | tylerfraser0