Link Reclimation & Redirects
-
Hello,
I'm in the middle of a link reclamation project wherein we're identifying broken links, links pointing to dupe content etc.
I found a forgotten co-brand which is effectively dupe content across 8 sub-domains, some of which have a significant number of links (200+ linking domains | 2k+ in-bound links).
Question for the group is what's the optimal redirect option?
Option 1: set 301 and maintain 1:1 URL mapping
- will pass all equity to applicable PLPs and theoretically improve rank for related keyword(s).
- requires a bit more configuration time and will likely have small effect on rank given links are widely distributed across URLs.
Option 2: set 301 to redirect all requests to the associated sub-domain e.g. foo.mybrand.cobrand.com/page1.html and foo.mybrand.cobrand.com/page2 both redirect to foo.mybrand.com/
- will accumulate all equity at the sub-domain level which theoretically will be roughly distributed throughout underlying pages and will limit risk of penalty to that sub-domain.
Option 3: set 301 to redirect all requests to our homepage.
- easiest to configure & maintain, will accumulate the maximum equity on a priority page which should positively affect domain authority.
- run risk of being penalized for accumulating links en mass, risk penalty for spammy links on our primary sub-domain www, won't pass keyword specific equity to applicable pages.
To be clear, I've done an initial scrub of anchor text and there were no signs of spam.
I'm leaning towards #3, but interested in others perspectives.
Cheers,
Stefan -
The optimal redirect for both visitors and search engines is to keep the structure as it was, meaning #1.
The optimal solution also follows your options numbering, meaning that for both search engine and visitors the last options is the least desirable.
The optimal solution workload wise, is the exact opposite, as it often is.
Depending on how well related the content is, it might be possible to opt for #2 but it is very rare that option #3 would work well as the content of the entire website, including all its subdomains, has to be extremely well related and basically only cover one single topic.
A few simple questions might help:
-
Are all the topics of every single page of the forgotten co-brands present on the homepage? If not, then #3 is not a very good option.
-
Are all the topics of every single page of the forgotten co-brands present on the associated subdomain? If not, then #2 is not a very good option.
Another thing to consider is the amount of pages that will be re-directed. I actually have a problem with that at the moment, as I am really not sure how well that will be treated by the search engines.
IMHO you should look at how the redirects are for people first, bots second and equity/domain authority/etc. last. Not to mention that I think that no matter which group you put first, the optimal solution out of the 3 options stays the same as your numbering anyway.
-
-
+1 to option 1 and Takeshi's response.
You should consider user experience as a huge decision-making factor in this. Landing on a page the user is looking for will ultimately provide a better user experience and therefore you should go with that option. That said, it's also slightly better for SEO purposes imo.
I have 2 sites I monitor. One I was allowed to redesign and the other is a disaster. Of the two sites, they both get similar keyword ranking and similar traffic. But about 65% more leads are generated through the purdier site.
TL;DR - make it purdy, make me happy = win.
-
I would personally go with Option 1. The purpose of 301 redirects is to say that a piece of content has permanently moved from one location to another. Therefore the content on the old location should point to the content on the new location, not the homepage.
Google will often not pass link equity if the new page is completely different from the original, which is why redirecting a bunch of domains to a new site isn't going to pass all their link equity to the new site. Like you pointed out, you will also dilute the value of the keyword relevancy.
It's also bad from a user perspective-- if you have a lot of links going to your co-brand, and people are clicking on those links, having them taken to your homepage is a poor user experience, and can result in increased bounce rate. If those visitors are getting to your co-brand through search, it could even be a negative signal for the search engines.
301s should be directed at content that's as similar as possible to the original content, that's the general rule.
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
-
Redirect Issue in .htaccess
Hi, I'm stumped on this, so I'm hoping someone can help. I have a Wordpress site that I migrated to https about a year ago. Shortly after I added some code to my .htaccess file. My intention was to force https and www to all pages. I did see a moderate decline in rankings around the same time, so I feel the code may be wrong. Also, when I run the domain through Open Site Explorer all of the internal links are showing 301 redirects. The code I'm using is below. Thank you in advance for your help! Redirect HTTP to HTTPS RewriteEngine On ensure www. RewriteCond %{HTTP_HOST} !^www. [NC]
Intermediate & Advanced SEO | | JohnWeb12
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] ensure https RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</ifmodule> END WordPress USER IP BANNING <limit get="" post="">order allow,deny
deny from 213.238.175.29
deny from 66.249.69.54
allow from all</limit> #Enable gzip compression
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript #Setting heading expires
<ifmodule mod_expires.c="">ExpiresActive on
ExpiresDefault "access plus 1 month"
ExpiresByType application/javascript "access plus 1 year"
ExpiresByType image/x-ico "access plus 1 year"
ExpiresByType image/jpg "access plus 14 days"
ExpiresByType image/jpeg "access plus 14 days"
ExpiresByType image/gif "access plus 14 days"
ExpiresByType image/png "access plus 14 days"
ExpiresByType text/css "access plus 14 days"</ifmodule>0 -
What is future of Link building ? Any link building experts Here ?
Hey Everyone, its Muhammad Umair Ghufran I have one question about Link Building ? As my Knowledge Google Love the Quality content but Link building rank some low quality website Right ? So, what is the future of link building ; please explain indeep with complete reference for better understanding Thanks Regards: Muhammad Umair Ghufran
Intermediate & Advanced SEO | | muhammadumairghufran0 -
Help in Internal Links
Which link attribute should be given to internal links of website? Do follow or No follow and why?
Intermediate & Advanced SEO | | Obbserv0 -
External Redirects & SEO
This company page redirects their external clients links: https://www.coinbase.com/clients QUESTION: What effect does this type of redirection have on the SEO going to these client pages, for their clients Websites?
Intermediate & Advanced SEO | | mstpeter0 -
301 Externally Linked, But Non-Producing Pages, To Productive Pages Needing Links?
I'm working on a site that has some non-productive pages without much of an upside potential, but that are linked-to externally. The site also has some productive pages, light in external links, in a somewhat related topic. What do you think of 301ing the non-productive pages with links to the productive pages without links in order to give them more external link love? Would it make much of a difference? Thanks... Darcy
Intermediate & Advanced SEO | | 945010 -
302 redirects in the sitemap?
My website uses a prefix at the end to instruct the back-end about visitor details. The setup is similar to this site - http://sanfrancisco.giants.mlb.com/index.jsp?c_id=sf with a 302 redirect from the normal link to the one with additional info and a canonical tag on the actual URL without the extra info ((the normal one here being http://sanfrancisco.giants.mlb.com,) However, when I used www.xml-sitemaps.com to create a sitemap they did so using the URLs with the extra info on the links... what should I do to create a sitemap using the normal URLs (which are the ones I want to be promoting)
Intermediate & Advanced SEO | | theLotter0 -
How to ping the links
When i do link building for my website, how can i let the search engines know about that. is there any way of pinging?
Intermediate & Advanced SEO | | raybiswa0 -
Links directory: is it worth it?
Would there be any benefit or penalty for implementing a links directory with over 300 external links to websites that somtimes return the link? Or would it be more beneficial to simply ask for one way inbound links when gaining links? For example this section of this website: http://directory.flyawaysimulation.com/ This is their directory and most but not all of the sites in that directory link back to them. Your ideas, thoughts or suggestions are greatly appreciated.
Intermediate & Advanced SEO | | Peter2640