Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Does removal of internal redirects(301) help in SEO
-
I am planning to completely remove 301 redirects manually by replacing such links with actual live pages/links. So there will be no redirects internally in the website. Will this boost our SEO efforts?
Auto redirects will be there for incoming links to non-existing pages.
Thanks,
Satish
-
Hi Dirk,
You got it right. All the pages we redirected were pointing to similar pages once, so probably they should be okay as u said.
Regarding disavow; what are the metrics to decide on a link? Some links might be good looking with decent DA and might be hurting us. What's the best way to findout actual back-links dropping us down. Disavow comes with risk as there are chances we may reject good links, so it's better to make sure about the links.
Thanks,
Satish
-
Hi Satish,
Not sure if I fully understand your answer.
Google will consider a redirect as a soft 404 if you redirect pages to non-related pages. Example: if you redirect a page about "shirts" to a page about "pants" or if you redirect this page to your homepage. If the pages are similar (example "green shirts" to "shirts") it's not considered as a soft 404. I understand that you are redirecting to similar pages - so that should be ok.
If you have pages with low quality incoming links (or a mix of high/low quality links) you can still redirect them - but in case of low quality links it's probably a good idea to disavow them (using the search console) - check https://support.google.com/webmasters/answer/2648487?hl=en
Hope this helps,
Dirk
-
Hi Dirk,
Thanks for the response with a detailed answer. Very informative. We have decent number of redirects from homepage and top tier pages too. So I decided for this activity.
Regarding "auto redirects", we have redirected tens of links these days in the process of link reclamation to increase the back-links and pagerank/da. But we have significantly dropped post such redirects even though we have cross examined to make sure the incoming links are relevant to current pages we are linking. However, those external links were pointing to our pages in past. But as we deleted many pages in process of website redesign and content update, we replaced such pages. Why actually they consider such as soft 404 even we redirect non-existing pages to almost same pages with high relevancy? I think some of the links we reclaimed are kind of spammy and pushed us down. What's your idea on this. Thank you.
-Satish
-
The crawl by Googlebot will be more efficient if it can go directly to the destination page rather than having to go trough a redirection.
There is some discussion whether 3xx redirections do have an impact on page rank / page authority - Google official point of view is that it doesn't.
Redirects do however indicate have an impact on speed (check here: https://developers.google.com/speed/docs/insights/mobile: "we strongly encourage webmasters to minimize the number, and ideally eliminate redirects entirely" - context is mobile but is applicable on all redirects) - but again for most sites this won't make a huge difference on total load time.
I doubt that simply cleaning your site and removing the 301 will give a boost to your search traffic, but it just something you need to from time to time (idem for internal 4xx errors) to improve the general health of your site.
Dirk
PS I am a bit puzzled about the remark "auto redirects" - you must make sure if you redirect that you redirect to a page which is similar to the page that has disappeared. Google considers most other type of redirects as "soft 404". If the page never existed - like domain.com/kklfjklgjkldfjg - it should return 404 and not be redirect.
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
-
301 Redirects for Multiple Language Sites in htaccess File
Hi everyone, I have a site on a subdomain that has multiple languages set up at the domain level: https://mysite.site.com, https://mysite.site.fr , https://mysite.site.es , https://mysite.site.de , etc. We are migrating to a new subdomain and I am trying to create 301 redirects within the htaccess file, but I am a bit lost on how to do this as it seems you have to go from a relative url to an absolute - which would be fine if I was only doing this for the english site, but I'm not. It doesn't seem like I can go from absolute url to an absolute url - but I could be wrong. I am new to editing the htaccess file - so I could definitely use some advice here. Thanks.
Intermediate & Advanced SEO | | amberprata0 -
301 redirects Ruby on Rails
Can anyone point me to the best way to implement 301 redirects on a Ruby on Rails website?
Intermediate & Advanced SEO | | brianvest0 -
Php 301 redirect
Hi I am migrating an old wordpress site to a custom PHP site and the URL profiles will be different, so want to retain all link profiles and more importantly if a user visits the old urls via search then they are seamlessly transferred to the new equivalent page For example www.domain.com/about-us is going to need to redirect to www.domain.com/aboutus.php www.domain.com/furniture is going to need to redirect to www.domain.com/furniture-collections.php etc What is the best way of achieving this apart from .htaccess as not 100% confident of doing this. Could it be done via PHP or using meta tags?
Intermediate & Advanced SEO | | ocelot0 -
How to set up 301 redirect for URL with question mark
I have encountered some issue with 301 redirect and htaccess file. I need to redirect the following url: http://www.domain.com/?specifications=colours/page/3 to: http://www.domain.com/colours The 301 redirect command I wrote in htaccess file is as follow: Redirect 301 /?specifications=colours/page/3 http://www.domain.com/colours And it doesn't work at the moment. What is the correct way to set up 301 redirect here? Your help will be sincerely appreciated!
Intermediate & Advanced SEO | | robotseo0 -
Infinite Redirect Loop without trailing slash, please help
I've been searching for an answer all day, I can't seem to figure this out. When I Fetch my blog as Google(http://www.mysite.com/blog) WITHOUT a trailing slash at the end, I get this error: The page seems to redirect to itself. This may result in an infinite redirect loop **HTTP/1.1 301 Moved Permanently** When I Fetch my blog as Google WITH the trailing slash at the end(http://www.mysite.com/blog/), it is fine without errors. When I pull it up in a browser comes up fine both with and without the trailing slash. My .htaccess file in the root directory contains this: RewriteEngine On
Intermediate & Advanced SEO | | debc
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index.htm\ HTTP/
RewriteRule ^index.htm$ http://www.mysite.com/ [R=301,L]
RewriteCond %{HTTP_HOST} ^mysite.com$
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L] My .htaccess file in the blog directory contains this: BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_URI} ^./index.php/. [NC]
RewriteRule ^index.php/(.*)$ http://www.mysite.com/blog/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]</ifmodule> END WordPress Do I have something incorrectly coded in these .htaccess files that could be causing this? Or is there something else I should look at? Thank you for any help!!0 -
Is 301 redirect suggested on pagination pages
Hi - Due to pagination the default page of site is coming in 2 url with - ?page=1/ sub-url and /sub-url is 301 a recommended solution due to this pagination urls Also - is it required to create separate title and meta description of every pagination page We are taking specifically in context of our discounts and offer section http://www.mycarhelpline.com/index.php?option=com_offers&view=list&Itemid=9
Intermediate & Advanced SEO | | Modi0 -
301 - should I redirect entire domain or page for page?
Hi, We recently enabled a 301 on our domain from our old website to our new website. On the advice of fellow mozzer's we copied the old site exactly to the new domain, then did the 301 so that the sites are identical. Question is, should we be doing the 301 as a whole domain redirect, i.e. www.oldsite.com is now > www.newsite.com, or individually setting each page, i.e. www.oldsite.com/page1 is now www.newsite.com/page1 etc for each page in our site? Remembering that both old and new sites (for now) are identical copies. Also we set the 301 about 5 days ago and have verified its working but haven't seen a single change in rank either from the old site or new - is this because Google hasn't likely re-indexed yet? Thanks, Anthony
Intermediate & Advanced SEO | | Grenadi0 -
How To 301 Redirect .html pages
I need to redirect a page/URL that is purely .html to a new location. I don't know how to do this. All the redirects I can find are for server side code pages .php/.aspx etc. From my understanding I can't put a server side redirect in a .html file. I am hosting on a microsoft server, however the new page I am redirecting to is .php. I am running some WordPress (.php) files on the server. I need to make it redirect before the old page loads so visitors don't start reading something that is about to get redirected Can someone please help me?
Intermediate & Advanced SEO | | MyNet0