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
-
Redesigning a website and losing the .html from pages! .301 needed?
I have redesigned a customers website, i kept all pages with the same name however they have gone from domain.com/pagename.html to domain.com/pagename (lost the .html) will these pages automatically be picked up as the same or do i need to do a 301 direct. If i need to do a redirect is there a faster way? As there's about 250 pages! Thank you
Intermediate & Advanced SEO | | AdvimateLtd0 -
Page must be internally linked to get indexed?
If a there is page like website.com/page; I think this page will be indexed by Google even we don't link it internally from anywhere. Is this true? Will it makes any difference in-terms of "indexability" if we list this page on sitemap? I know page's visibility will increase when link from multiple internal pages. I wonder will there be any noticeable difference while this page is listed in sitemap.
Intermediate & Advanced SEO | | vtmoz0 -
Viewing search results for 'We possibly have internal links that link to 404 pages. What is the most efficient way to check our sites internal links?
We possibly have internal links on our site that point to 404 pages as well as links that point to old pages. I need to tidy this up as efficiently as possible and would like some advice on the best way to go about this.
Intermediate & Advanced SEO | | andyheath0 -
Multiple 301 Redirects on the same domain name
Hi, I'd appreciate some advice ont he below. I have a website, say www.site.co.uk that has just been redesigned using a new CMS. Previously it had URLs in the format /article.php?id=123, the new site has more friendly urls in the format /articles/article-slug. I have been able to import the old articles into my CMS using the same article IDs and I have created a unique slug for each post. So now in my database, I have the article id (from the querystring) and a slug. However, I have hundreds of old URLs indexed by Google in the format /article.php?id=123 and need to redirect these. My plan was to do the following. 301 Redirect /article.php?id=123 to an intermediate page, in this case /redirect/123. On this intermediate page I would do a database lookup for the article slug, based on the ID from the querystring, create a new URL and perform a second 301 redirect to my new URL E.g. /articles/article-slug-from-database. Whilst this works and keeps the site usable for visitors the two 301 redirects do worry me, as I don;t want Google indexing lots of /redirect/[article id] urls. The other solution is to generate hundreds of htaccess redirect rules that map old url to the new url. The first solution is much cleaner, but the two 301's worry me. Will Google work this out on it's own, is there a better way? Any advice is much appreciated. Cheers Rob
Intermediate & Advanced SEO | | AmyCrompton1 -
301 redirect or Link back from old to new pages
Hi all, We run a ticket agent, and have multiple events that occur year after year, for example a festival. The festival has a main page with each event having a different page for each year like the below: Main page
Intermediate & Advanced SEO | | gigantictickets
http://www.gigantic.com/leefest-tickets (main page) Event pages:
http://www.gigantic.com/leefest-2010-tickets/hawksbrook-lane-beckenham/2009-08-15-13-00-gce/11246a
http://www.gigantic.com/leefest-2010-tickets/highhams-hill-farm-warlingham/2010-08-14-13-00-gce/19044a
http://www.gigantic.com/leefest-2011-tickets/highhams-hill-farm-warlingham/2011-08-13-13-00-gce/26204a
http://www.gigantic.com/leefest-2012-tickets/highhams-hill-farm-warlingham/2012-06-29-12-00-gce/32168a
http://www.gigantic.com/leefest-2013/highhams-hill-farm/2013-07-12-12-00 my question is: Is it better to leave the old event pages active and link them back to the main page, or 301 redirect these pages once they're out of date? (leave them there until there is a new event page to replace it for this year) If the best answer is to leave the page there, should i use a canonical tag back to the main page? and what would be the best way to link back? there is a breadcrumb there now, but it doesn't seem to obvious for users to click this. Keywords we're aming for on this example are 'Leefest Tickets', which has good ranking now, the main page and 2012 page is listed. Thanks in advance for your help.0 -
Need advice on 301 domain redirection
Hello friends, We have two sites namely spiderman-example.com & avengers-example.com which sells the same product listed out under similar categories, since we are about to stop or put down the site “avengers-example.com” because we just want to concentrate in bringing up a single brand called spiderman-example.com. “Spiderman-example” has comparatively more visitors and conversion rates than ''avengers-example'' ie. 90 % more traffic and conversion. Avengers-example has a small fraction of loyal customers who still search for the brand-name & there are a hand-full of potential keywords those ranking on its own. So is it advisable to redirect Avengers-example to spiderman-example using 301-redirect? Will this help to gain any link-juice from Avengers-example? If so how can we effectively redirect between two domain’s with minimal loss in page authority & linkjuice to enhance ''spiderman-example''? Off beat:These names "Avengers" and "Spiderman" were just used as an example but the actual site names has no relation to the ones mentioned above.
Intermediate & Advanced SEO | | semvibe0 -
301 redirect or Robots.txt on an interstatial page
Hey guys, I have an affiliate tracking system that works like this : an affiliate puts up a certain code on his site, for example : www.domain.com/track/aff_id This url leads to a page where the hit is counted, analysed and then 302 redirects to my sales page with the affiliates ID in the url : www.mysalespage.com/?=aff_id. However, we've noticed recently that one affiliate seems to be ranking for our own name and the url google indexed was his tracking url (domain.com/track/aff_id). Which is strange because there is absolutely nothing on that page, its just an interstatial page so that our stats tracking software can properly filter hits. To remove the affiliate's url from showing up in the serps, I've come up with 2 solutions : 1 - Change the redirect to a 301 redirect on his track page. 2 - Change our robots.txt page to block all domain.com/track/ pages from being indexed. My question is : if I 301 redirect instead of 302, will I keep the affiliates from outranking me for my own name AND pass on link juice or should I simply block google from crawling the interstatial tracking pages?
Intermediate & Advanced SEO | | CrakJason0 -
Should I 301 Redirect Old Pages to Newer Ones?
I know there is value having lots of unique content on our websites, but I'm wondering how long it should be kept for, and if there is any value in 301 redirecting it? So, for example we have a number of pages on our website that are dedicated to single products (blue widget x, blue widget y, red widget x, red widget y). Nice unique content, with some (but not many) links. These products are no longer available though and have been replaced. So I'm faced with three choices: 1. Leave it as it is, and hope it adds to the overall site authority (by value of being another page), and also perhaps mop up a few longer tail keywords. Add a link to the replacement product on these pages; 2. 301 redirect these pages to the replacement products to give these a bit of a boost, and lose the content; 3. 301 redirect these pages to the replacement products and move all the old content to a new 'blue widgets archive' and 'red widgets archive' page? Would appreciate everyones thoughts!
Intermediate & Advanced SEO | | BigMiniMan0