When is it safe to remove 301 redirects?
-
I have created over 500 301 redirects in my .htaccess file, some of them are more than 2 years old now. Should I delete them? I don't like seeing the "notices" number in crawl diagnostics so high
-
Hi again Daniel,
Notices are nothing to worry about - if you take a look at the message from Roger and the Mozzers above the blue tabs in the Notices section, you will see a little explanation:
"Notices are interesting facts about your pages we found while crawling."
They are just there to make you aware of things in the background that might not be obvious
You will find a short explanation on each of the other sections too.
Incidentally, lots of 302's is not such a good thing - which is why they are in the "Warnings" section instead of the "Notices.
Another little thing to be aware of is the tiny blue "Help" link toward the top right of each page in the Pro Tool. Whichever page you are on, this link will take you to the help documentation for that particular feature. Some good stuff in there and a great way to get to know the tools when you are starting out.
If you have questions about your campaigns, you can also email the Help Team direct - help at seomoz.org. It's worth it just to see the awesome thankyou video when you answer the feedback survey!...or register for the weekly Welcome Webinar with Moz staff.
Hope that helps,
Sha
-
Is it possible that the high level of 301's affect my MOZ trust raking or Google Ranking at all? Each time I work on the "errors" section in SEOmoz, the "notices" section keeps on rising...
-
Any ideas of what would be a potential solution?
-
Hi Daniel,
I have to say I really don't agree with the idea of deleting 301's after a period of time. The only place where there is a time frame involved in the 301 scenario is at the Search engines.
Links can come from any number of other sources including links from other sites, browser bookmarks, links passed in emails, pdf documents, embedded in Youtube videos ...to name just a few.
If the 301's were originally placed to fix the problem of broken links, why would I want to "unfix" them?
Even for large sites with a lot of 301's there are ways to manage processing load etc and if you have found a solution that is acceptable for a period of time, the same solution should be acceptable over the longer term.
Hope that helps,
Sha
-
Are the 301's for old urls on the existing domain that now point to a new one? Or are they from an old (or expired) domain that you are looking to pass along that value?
If it's an old or expired domain, you should be able to remove the 301 after 90 days.
If everything is still on the same server, you should keep them intact. 500 re-directs isn't a tremendous amount.
I work with some enterprise level clients that have millions of 301's in place.
Hope this helps!
-
I would ask the following question:
Regarding those 500 redirects: Do you have external sites linking to any of those 500 pages ?
I would at-least identify pages that have external links and keep them if possible. -
Only as soon as you've found another way to solve the problem that the 301s were the solution to.
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 a Year Later
I inherited the digital maintenance of a website that was relaunched a year ago. In looking at Google Analytics, organic search a year later is still down 33%. I fear they did not install 301 Redirects but can't really get a specific answer from them. Is it possible to install them a year later to help with Google indexing and get back some of the organic traffic?
Technical SEO | | stansamples0 -
301 Redirect Help
How would you 301 redirect and entire folder to a specific file within the same domain? Scenario www.domain.com/folder to www.domain.com/file.html Thanks for your Input...
Technical SEO | | dhidalgo11 -
Can I remove 301 redirects after some time?
Hello, We have an very large number of 301 redirects on our site and would like to find a way to remove some of them. Is there a time frame after which Google does not need a 301 any more? For example if A is 301 redirected to B, does Google know after a while not to serve A any more, and replaces any requests for A with B? How about any links that go to A? Or: Is the only option to have all links that pointed to A point to B and then the 301 can be removed after some time? Thank you for you you help!
Technical SEO | | Veva0 -
301 Redirect with ASP (not .NET)
I'm looking to redirect non www to www and also .co.uk to .com. http://www.xxxxx.com is the intended target. http://xxxxx.com & http://www.xxxxx.co.uk & http://xxxxx.co.uk to redirect. I managed to do some of this but if I come through to a service page /services/cars.asp it redirects to the homepage. All I have so far is this code: <% If InStr(Request.ServerVariables("SERVER_NAME"),"www") = 0 ThenResponse.write "http://www." & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("URL") & "?" & Request.ServerVariables("QUERY_STRING")Response.EndEnd if %> What am I missing?
Technical SEO | | Hughescov0 -
301 Redirect From Dynamic Page To Static
I want to 301 redirect all "id" and "type" numbers from my page dynamic.php page (I have thousands of IDs and thousands of Types) all to a single URL. So for example the following.... www.mysite.com/dynamic.php?id=1&type=5 www.mysite.com/dynamic.php?id=2&type=5 www.mysite.com/dynamic.php?id=3&type=5 www.mysite.com/dynamic.php?id=1&type=6 www.mysite.com/dynamic.php?id=2&type=6 www.mysite.com/dynamic.php?id=3&type=6 ...would all be sent to: www.mysite.com/page.html How can this be done without doing a redirect for each ID/Type?
Technical SEO | | TheDude1 -
Where does Wordpress store the 301 redirects?
Hi, I've just created a campaign for my new wordpress blog and found 11 301 redirects which I was not aware of. It looks like wordpress has created them automatically. Does any one know how wordpress handles this issues or where are they stored so I can delete them? They are of no use for me. 9 of these redirects point to the same url with an added '/' and are in pages 1 is on a post. I've been changing the permalink and some urls several times and maybe one of these times the Wordpress has automatically created the 301 redirect. But why? I do not want to keep the old url. the last redirect is very strange it goes from http://www.mydomain.com/folder to http://www.mydomain.com where folder is the folder where I installed wordpress. But again, I want no one to type the url with the folder name or even know this folder exists. Any comment on this would be greatly appreciated. Thanks a lot, David
Technical SEO | | dballari0 -
Double 301 redirect
Hi together, due to some technical reasons I have redirect (301) an existing link two times. Example: www.mydomain.com/root/site.html > 301 > www.mydomain.com/site.html > 301 www.mydomain.com/site_new.html Is there anybody how has got some experience like doing a double redirect? What about link juice? Best regards Steffen
Technical SEO | | steffen_0 -
301 Redirection of entire section to the homepage
Hi Guys, So here's the deal. Let's say I have a site at mysite.com/ which talks about tomatoes, and I also have a subsection that talks about potatoes at mysite.com/potatoes I want to stop providing information about potatoes altogether so i'm thinking about doing a 301 redirection from all of the pages at mysite.com/potatoes(.*) to the home page. The thing is, mysite.com/potatoes actually has a great page authority (3475 links from 145 domains) so I really don't wan to lose all that juice... Here are my questions: Will the links be added to the ones i have for the homepage already? Since my home page and my /potatoes section ranked for 2 different subjects, how is this transfer going to affect my rankings for the homepage? will it now also rank for both tomatoes AND potatoes? How much time does it usually take for google to recognize the 301 and pass the link juice? Any other tips on optimizing this process? Thank you for your time! -francois
Technical SEO | | nyakim0