Are there any negative effects to using a 301 redirect from a page to another internal page?
-
For example, from http://www.dog.com/toys to http://www.dog.com/chew-toys.
In my situation, the main purpose of the 301 redirect is to replace the page with a new internal page that has a better optimized URL.
This will be executed across multiple pages (about 20). None of these pages hold any search rankings but do carry a decent amount of page authority.
-
Keri,
You never cease to be able to recall the good stuff. Funny, its been a busy week so am just getting to some of this. Great post here, thanks.
-
Thanks guys. For the record these pages do not have back links so I am going to be using the 301 redirect.
-
Very well put. (As usual) Thanks so much,
David, hopefully you will see EGOL's reply. Best of luck.
-
Thanks Robert,
I think that this is a question of weighing an improvement in optimization against a loss of external authority (backlinks from other websites).
If these are brand new pages with no accumulated external authority then there is very little loss in redirecting and a gain in optimization. That means DO IT NOW - before any valuable external authority accumulates.
However, if there are a lot of external links into these pages then a percentage of that accumulated authority will evaporate through the redirect. The more powerful these pages, the greater the loss. In this case the decision to redirect becomes more difficult. Only google could calculate the value of the improvement in URL optimization compared to the loss of external authority. If it was my site I would value the external authority much more than changing a url from /toys/ to /chew-toys/
So, I would give two different answers to this question based upon the characteristics of the website webpages involved.
-
EGOL,
You make a great point. My question is this: David says above that: None of these pages hold any search rankings but do carry a decent amount of page authority.
I think his assumption is that by changing the url's to something (that appears to be from his example) more query oriented and optimized he will be able to impact this. Given that and given that a 301 will transfer 90% plus of the link juice, do you think he is served in making the change?
Curious as I respect your opinions.
-
David,
Have you read Dr. Pete's post about Should I Change my URLs for SEO? He talks about this very topic.
-
How much ranking power do you think that an optimized URL delivers to a page? Consider that title tag is enormous, links are enormous..... URL is probably tiny tiny tiny.
Now consider that the authority that these pages carry will pass through your site.
So, if this was my site I would be asking... How much of my external linkjuice is hitting these 20 pages. If none then I would not expect to lose very much by redirecting the pages. But if these pages had lots of offsite assets pointing to them the URLs would have to be really fugly before I redirected them.
-
David,
First, as to your last sentence, I am assuming you are redirecting 20 urls that are "not optimal" to 20 new urls that are optimized. Such that your example above is one and another would be http://www.dog.com/food to http://www.dog.com/organic-raw-dog-food, etc. for approximately 20 urls.If these follow the best practices (301's url to url in the .htaccess file) you should have no issue with the change. Understand that if the "poor" url /toys is ranking number 8 on page 1 of Google, and you do the redirect, it does not mean that you will rank for /chew-toys in the same place. For a short while you will likely continue to rank and then likely will fall off quickly.
Your new page will gain the link juice but not the ranking of the old.
We do a lot of site redesigns to bring them to SEO and CRO standards and therefore use a lot of 301's to maintain PA and grow it. We typically see the juice move over two to three months or more in a gradual fashion. An example is a site that we transferred every url for in late Aug. had about 170 links to its home page. Two months later, when looking at the old url there were only a couple showing and the links were showing on the new. So, it will change but not overnight.
Hope this helps
-
Hi David,
From what you describe, you will have no negative effects from using 301 redirects to a new URL structure. Thats what 301's are for
Rankings may dip for maybe 3-7 days (depending on which pages are ranking, etc) if at all, but after that you should be good.
-
According to SEOMoz's article on redirection, 301 redirects DO pass on the page authority ("about 90-99%") however it will take time. This number varies depending on who you listen to, but there is evidence that it does eventually pass through Google.
Depending on how often your pages get crawled, this may take a while but if you're not going for rankings, this won't affect too much.
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 redirect with DNS?
Quick question. Is it possible to 301 redirect a non-www to www. (properly in terms of SEO) with DNS (C Name, A name, or other) ..have searched around and found conflicting information. Would like to know a definite answer. I usually implement all 301 redirects with htaccess. However have a client situation where we only have access to the CMS, but which does have DNS settings. thanks in advance, Greg
Intermediate & Advanced SEO | | GregDixson0 -
301 redirection pointing to noindexed pages
I have rather an unusual situation where a recently launched affiliate site does not have any unique content as its all syndicated content. For that reason we are currently using the noindex,nofollow meta tags to keep the pages out of the search engines index until we create unique content for the pages. The problem is that due to a very tight timeframe with rebranding, we are looking at 301 redirecting (on a page to page basis) another high authority legacy domain to this new site before we have had a chance to add unique content to it and remove the noindex,nofollow tags. I would assume that any link authority normally passed through the 301 would be lost in this scenario but Im uncertain of what the broader impact might be. Has anyone dealt with a similar scenario? I know this scenario is not ideal and I would rather wait until the unique content is up and noindex tags are removed before launching the 301 redirect of the legacy domain but there are a number of competing priorities at play outside of SEO.
Intermediate & Advanced SEO | | LosNomads0 -
How to associate content on one page to another page
Hi all, I would like associate content on "Page A" with "Page B". The content is not the same, but we want to tell Google it should be associated. Is there an easy way to do this?
Intermediate & Advanced SEO | | Viewpoints1 -
301 redirects within same domain
If I 301 redirects all urls from http://domain.com/folder/keyword to http://domain.com/folder/keyword.htm Are new urls likely to keep most of link juicy from source url and maintain the rankings in SERP?
Intermediate & Advanced SEO | | Bull1350 -
301 redirect w/ dynamic pages to static
I am trying to redirect old dynamically created pages to a new static one (single page). However, when I implement the redirects, it still uses part of the old dynamic url. For instance... dynamic.php?var=example1 dynamic.php?var=example2 dynamic.php?var=example3 should all redirect to: static.html. However, they are redirecting to: static.html?var=example1 static.html?var=example2 static.html?var=example3 The page is resolving fine, but I don't want google to misinterpret the new static page as numerous page with dup content. I tried this in PHP on the dynamic.php page as follows, but it the problem above persisted: header('HTTP/1.1 301 Moved Permanently');
Intermediate & Advanced SEO | | TheDude
header('Location: http://www.mysite.com/static.html'); I tried doing it in my .htaccess file as follows, but the problem persisted: redirect 301 /info/tool_stimulus.php?var=example1 http://www.mysite.com/static.html
redirect 301 /dynamic.php?var=example2 http://www.mysite.com/static.html Can anyone solve this in PHP or w/ htaccess? Help!!! 🙂0 -
Help needed for a 53 Page Internal Website Structure & Internal Linking
Hey all... I'm designing the structure for a website that has 53 pages. Can you take a look at the attached diagram and see if the website structure is ok? On the attached diagram I have numbered the pages from 1 to 53, with 1 being the most important home page - 2,3,4,5, being the next 4 important pages - 6,7,8... 15,16,17 being the 3rd set of important pages, and 18,19,20..... 51,52,53 being the last set of pages which are the easiest to rank. I have two questions: Is the website structure for this correct? I have made sure that all pages on the website are reachable. Considering the home page, and page number 2,3,4,5 are the most important pages - I am linking out to these pages from the the last set of pages (18,29,20...51,52,53). There are 36 pages in the last set - and out of this 36, from 24 of them I am linking back to home page and page number 2,3,4,5. The remaining 8 pages of the 36 will link back to pages 6,7,8...15,16,17. In total the most importnat page will have the following number of internal incoming links: Home Page : 25 Pages 2,3,4,5 : 25 Pages 6,7,8...15,16,17 : 4 Pages 18,19,20...51,52,53 : 1 Is this ok considering home page, and pages 2,3,4,5 are the most important? Or do you think I should divide and give more internal links to the other pages also? If you can share any inputs or suggestions to how I can improve this it will greatly help me. Also if you know any references for good guides to internal linking of websites greater that 50 pages please share them in the answers. Thank you all! Regards, P.S - The URL for the image is at http://imgur.com/XqaK4
Intermediate & Advanced SEO | | arjun.rajkumar810 -
Redirect or Rewrite? 2 pages ranking
We have two pages ranking for "Custom Web Design" http://www.imageworksstudio.com/custom-web-design ranks higher (consistently 9-13) and http://www.imageworksstudio.com/content/custom-web-design ranks around 35-40 the latter is actually an older version of the article that never was replaced or taken down - but it has the majority of the links to it Wondering if we should update the old content so it is not similar to the one that is ranking better or if we should redirect everything to /custom-web-design to see if it can secure better rankings?
Intermediate & Advanced SEO | | imageworks-2612900 -
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