Backlink Redirection as Backlink Building Strategy?
-
Just checking in - i'm working on a site with tons of broken backlinks from high authority sites.
For instance, I've discovered that some 90% of their backlinks are broken, and these are from highly recognizable, name brand magazines, newspapers, blogs and the like.
Right now, the site has a Domain Authority of 48 (better than most in the industry from what i am learning) yet as the site has been around for years and has gone through 5 redesigns, there is an absolute ton of solid inbound backlinks that are getting 404's.
Using Screaming Frog (list mode) I've also learned there are a ton of 301's that turn out to be redirecting to 404 pages so that also starts to add up.
I always knew this was a problem / opportunity and I've always considered it a high priority to fix (301) broken links of this sort to improve ranking (you know, using htaccess or WordPress Redirection tools) -- and to avoid multiple redirects wherever possible.
In fact, I consider it a basic all-win, no-lose strategy.
I always assumed this was the case and I also assume this will continue to be so.
However, as a professional, I always want to double check my assumptions every now and then...
Is this still considered solid strategy?
Are there any issues that one should look out for?
-
thanks!
someone in another thread suggested CrawlMonster - so far "meh" -
I prefer MOZ and ScreamingFrog.
Anyone suggest any other tools for managing this process?
-
I totally agree with Joe Link Reclamation is a totally worthwhile endeavor. Keep on it!
-
This is definitely still a sound strategy, especially since you're essentially cleaning up parts of the web! You're reclaiming links already pointing to the clients site, so it's a fairly straightforward strategy. The title led me to believe you might have been snapping up deleted domains and redirecting to the client site, a general gray-hat strategy.
A few issues to watch out for:
- In order to recover the most value, try to recreate the original content on your site that the external sites were linking to. For example, if you had 30 external links to a resource page that's now dead, it would be best to recreate that page if it still applies to your business rather than 301 all the links to the home page
- Be wary of redirect chains, Google will stop following a few redirects chained together (4 or 5 hops)
Here's a good article from PageOnePower on the subject as well.
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
-
Removing Multiple 301 Redirects
During my last redesign (and migration to Drupal) some of the updated SEO friendly url's on the new site were misspelled. Rather than updating the 301 redirects to point to the correct page the developer just added an additional 301 redirect. So it was redirected like this website.com/oldpage (301 to) website.com/new-paige (301 to) website.com/new-page Instead of website.com/oldpage (301 to) website.com/new-page I'll be finishing another redesign and updating to https soon, should I remove the redirect to the misspelled domain and just have one 301 from the original page? These multiple redirects have been up for over a year. Thanks for any specific advice!
Technical SEO | | talltrees0 -
Redirect Chain Domain
MozPro is highlighting some redirect chain issues with our domain that I do not recall ever setting up in our redirect list. In our Moz Pro Campaign I see the Site Crawl has flagged 36 Redirect Chain Issues. I understand how the redirect chain errors can happen but I do not recall ever manually redirecting our domain, yet I have http://stickylife.com, https://stickylife.com & https://www.stickylife.com all associated in one of our redirect chain errors. When looking at our redirect files I do not see any of these domain redirects and wonder how this has happened and how to fix it. It appears as though our HTTP and HTTPS is causing some redirection. I wonder if this is coming from our DNS settings?
Technical SEO | | StickyLife0 -
Building a new website post penalty and redirects
A website I'm working on is clearly algorithmically penalised. I've spent a lot of time mass disavowing spammy links, but it doesn't seem to make a difference. We have been planning to build a new website anyway since we are rebranding. 1. Is it possible to tell which pages are most likely to have a penalty applied? 2. If the website as a whole has a penalty, will redirecting certain pages to the new website carry the penalty? 3. Our website is structured as sales pages and blog content. It is the sales pages that have the spammy links, yet most of the blog content does not rank either. Would it be a good strategy to only redirect all the blog posts (which have natural links pointing to them) to the new website and not the sales pages? 4. The homepage has a mix of spam and very good editorial links. If I have disavowed links and domains, can I safely redirect this page?
Technical SEO | | designquotes0 -
302 to 301 redirect
Our site has quite a few 302 redirects that really ought to be 301's. Our IT department is really busy so the question is, given that the 302's have probably been in place for years, is it worth changing them to 301's now? Thanks
Technical SEO | | Houses0 -
Redirect them to some other related pages in your website
dear sir, i found 404 errors in my google adsense account as well google webmaster tool. how can i escape from these errors. and also tell me why can i increase google click rate. my google rate is so low.
Technical SEO | | learningall0 -
301 redirects and Dynamic URLs
I just ran my first diagnostic and one of my primary immediate problems are duplicate titles and duplicate content. My guess it that because the root URL http://sitename.com (which has not yet been redirected to www...) has generated an entire tree of content which is identical to the tree rooted at http://www.sitename.com. QUESTION: Do I need to do a redirect simply for the root url (sitename.com -> www.sitename.com) or do I now need to develop specific 301 redirects for each of the sub-nodes/pages? ie sitename.com/?q=about-us -> www.sitename.com/?q=about-us sitename.com/?q=our-team -> www.sitename.com/?q=our-team etc.
Technical SEO | | Barrycliff680 -
301 redirect
What is a proper way to redirect any url containing a give word (anywhere in the url) to another sepcified url? Is it like this? RedirectMatch 301 ^thisword$ http://domain.com/newlocation
Technical SEO | | sesertin1 -
Wordpress 301 redirects
I use wordpress as CMS on a few sites and I noticed that word press automattically places 301s if I change a url etc. I believe it does it by having the following in the .htaccess file: BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteRule ^index.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule> END WordPress Should I use this? I feel like it limits my control over the 301s.
Technical SEO | | mmaes0