How many redirects are too many?
-
Hello Everyone,
I currently have a dynamic site and it is my understanding that switching to a static site would be beneficial.
I already have some 301's in place from when my site had a .php extension to the new extension now with ./?... etc. Is it okay to re redirect them? How many redirects are too many?
Thank you in advance for suggestions. Have a Fabulous Friday!
Sandra
-
I agree with Richard, based on your explanation, this is the proper way to do the 301 redirects. Your plan will work just fine.
GWT is Google Webmaster Tools
-
Based on your clarification above about the redirects, you are okay leaving it as is, as long as everything is redirecting properly. It would still be best practice to change the redirects from page 1 > page 3 and page 2 > page 3, so all old redirects point to their newer counterparts.
-
Thank you - that helps!
Sincerely,
Sandra
-
Hi Richard,
Can you elaborate? I don't know what you mean.
Thank you,
Sandra
-
Hi Monica,
What is my GWT? (I'm not a developer.)
With regards to the redirects, I am referring to Page 1 redirecting to Page 2 then redirecting to Page 3.
Story,
Site was first BASIC static, which was great. Then I was told upgrade it., so I upgraded to somewhat dynamic. (so now Page 1 now redirecting to New Page 1).
Then told, site needs to be upgraded again - guess what, this changes my extension again - wasn't told that was going to happen. So now I need to have old Page 1 redirecting to New Page 1, now re-redirect to newer Page 1 - because these two pages previous pages are indexed and getting a little link juice. NOW, I realize I should have stayed static and never gone dynamic; however, with switching back to static, it won't be the same extension as the first static site Hence, Page 1 now redirecting to New Page 1 to Newer Page and Re Re Redirecting to newest Page 1 because all of the above pages are indexed.
Do I just say FORGET IT, and scratch it all and let me get indexed as site gets crawled, because with all the 'updates' and 'upgrades' I supposedly needed (which I now know I didn't) all of my pages have fallen off of Google Page 1 and I'm lucky with anything is even on Page 2 or 3.
THANK YOU Again!!
-
Hi,
I am quoting you
"I currently have a dynamic site and it is my understanding that switching to a static site would be beneficial. "
My answer would be you can do url rewriting because our purpose to be have static URL e.g example.com/blue-widget not example.com&blue?widget
"I already have some 301's in place from when my site had a .php extension to the new extension now with ./?... etc"
I would not suggest that first of all I don't understand why do you want to redirect from.php to extension with parameters.
How many redirects are too many?
There is no limit but if you are doing chain redirect 2-3 max would be fine not more that that. To more info please watch Matt cutts video on this
https://www.youtube.com/watch?v=r1lVPrYoBkA#t=198
Thanks
-
It would be best practice to update the old redirects to the new structure as well.
-
Agree with Monica with a clarification. You shouldn't REmove the the 301 redirects after 6 months if there are incoming links to the old / dynamic URLs UNLESS you've been in touch with link owners and they have agreed to change the link to point to the new permanent URL.
And as Monica states, it's always a good idea to keep your eye on your GWT for 404 errors for any you may have missed.
-
It depends on how the redirects are done. If you do them in the htaccess file and they are dynamic, not manual, you can have thousands. What Kevin is referring to is how many times can you redirect the same page. You can't redirect page 1 to page 2 to page 3 to page 4 then to page 5. But you can redirect multiple pages on you site.
I understand from your previous post you are talking about your blog. You will be fine redirecting these URLs to static URLs. Do them through the HTAccess file. After about 6 months the old URLs should have fallen off and been removed from the index so you can move the 301 redirects. If anything gets missed you will find it in your GWT 404 errors.
-
A couple will be fine. Anything more than that may be problematic. In 2011, Matt Cutts stated anything more than five and Googlebot will not follow it.
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
-
Pages that did NOT 301 redirect to the new site
Hi, Is there a tool out there that can tell me what pages did NOT 301 redirect to the new sites? I need something rather than going into google.com and typing in site:oldsite.com to see if it's still indexed and if it's not 301 redirecting.. I'm not sure if screaming frog can do that. Thanks.
Intermediate & Advanced SEO | | ggpaul5620 -
Redirect Plugin: Redirecting or Rewriting?
Hey everybody! It's been a while since off the boards! I am reworking a site and I have been looking into their Redirection Plugin. I personally tend to lean towards just using the .htaccess because, well, why not. However, when looking deeper into the plugin I found myself a little confused with their redirection wording. RewriteRule ^/products/landing-page-october-2015/$ /products/special-education-news-october-2015/ [R=301,L] Is that the same thing as a classic Redirect 301?
Intermediate & Advanced SEO | | HashtagHustler0 -
Huge httaccess with old 301 redirects. Is it safe to delete all redirects with no traffic in last 2 months?
We have a huge httaccess file over several MB which seems to be the cause for slow server response time. There are lots of 301 redirects related to site migration from 9 months ago where all old URLs were redirected to new URL and also lots of 301 redirects from URL changes accumulated over the last 15 years. Is it safe to delete all 301 redirects which did not receive any traffic in last 2 months ? Or would you apply another criteria for identifying those 301 that can be safely deleted? Any way to get in google analytics or webmaster tools all 301 that received traffic in the last 2 months or any other easy way to identify those, apart from checking the apache log files ?
Intermediate & Advanced SEO | | lcourse0 -
Have You 301 Redirected Domain A to Domain B ?
I only have two questions.... Approximately when did you do it (year is close enough)? Did the rankings of Domain B go up? Any other information that you care to share will be appreciated. Thank you!
Intermediate & Advanced SEO | | EGOL0 -
Redirect at Registrar or Server
Hi folks, I have run into a situation were a new client has 3 TLDs (e.g. mycompany.com, mycompany.org and mycompany.biz), all with the same content. They are on a Windows IIS environment, which I am not familiar with. Until now, all of my clients have been Linux/Apache environment, so I always dealt with these issues utilizing htaccess. Currently all resolve to the same IP, but the URL remains the same in the browser address field (e.g. if you type-in mycompany.org - it remains as such). We want the .org and .biz version to 301 Redirect to the .com TLD. I am wondering what the best practice might be in this situation? Could we simply redirect at the registrar level or would implementation at the server level be best? If so, I would really appreciate an example from someone with experience implementing redirects on IIS. Thank you!
Intermediate & Advanced SEO | | SCW0 -
Canonicalization interact with 301 redirects?
This is a interesting one I think. I have recently taken down some product list pages from our website www.towelsrus.co.uk. These have canonicalisation in place to deal with pages where a query string is generated depending on the search criteria. When I put a 301 redirect in place the target page redirects fine, however webmaster tools then errors with 404 on all canonicalised pages. Is this correct behaviour and how do we get over this?
Intermediate & Advanced SEO | | Towelsrus0 -
Duplicate content resulting from js redirect?
I recently created a cname (e.g. m.client-site .com) and added some js (supplied by mobile site vendor to the head which is designed to detect if the user agent is a mobi device or not. This is part of the js: var CurrentUrl = location.href var noredirect = document.location.search; if (noredirect.indexOf("no_redirect=true") < 0){ if ((navigator.userAgent.match(/(iPhone|iPod|BlackBerry|Android.*Mobile|webOS|Window Now... Webmaster Tools is indicating 2 url versions for each page on the site - for example: 1.) /content-page.html 2.) /content-page.html?no_redirect=true and resulting in duplicate page titles and meta descriptions. I am not quite adept enough at either js or htaccess to really grasp what's going on here... so an explanation of why this is occurring and how to deal with it would be appreciated!
Intermediate & Advanced SEO | | SCW0 -
Is there a way to redirect pages from an old site?
I have no access to an old wordpress site of a client's, but have parked the domain on their new site, gone into webmaster central and requested a change of address and wait... the old domain still shows in the search listings in place of the new site domain and the log files show 404 errors from links to the old site which go nowhere - can anyone suggest a way of managing this on the new site - is there a workaround to what should have been done - 301 redirects on the old site before it was taken down. many thanks
Intermediate & Advanced SEO | | Highlandgael0