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
-
Can't support IE 7,8,9, 10\. Can we redirect them to another page that's optimized for those browsers so that we can have our site work on modern browers while still providing a destination of IE browsers?
Hi, Our site can't support IE 7,8,9, 10. Can we redirect them to another page that's optimized for those browsers so that we can have our site work on modern broswers while still providing a destination of IE browsers? Would their be an SEO penalty? Thanks!
Intermediate & Advanced SEO | | dspete0 -
301 Redirect from unused domain
Hi All First question here so go easy.. I have a property site which is working well so far considering it;s early days, unfortunately some of my earlier efforts did not go so well and one in particular I pretty much destroyed in my attempts to improve the site SEO. Lucky enough my SEO skills have improved quite a bit lately, largely thanks to the great tools, tutorials and experts here at Moz 🙂 My question is whether I can use a 301 redirect to pass the domain authority and any link equity from an unused site to the one that ive done a better job on? it would seem a little sketchy to me and I would prefer not to get slapped and penalized "again" for doing something dodgy... Thanks everyone and thanks for all the help over the last 6 months or so.. Wes Dunn
Intermediate & Advanced SEO | | wesdunn19771 -
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 -
Redirecting thin content city pages to the state page, 404s or 301s?
I have a large number of thin content city-level pages (possibly 20,000+) that I recently removed from a site. Currently, I have it set up to send a 404 header when any of these removed city-level pages are accessed. But I'm not sending the visitor (or search engine) to a site-wide 404 page. Instead, I'm using PHP to redirect the visitor to the corresponding state-level page for that removed city-level page. Something like: if (this city page should be removed) { header("HTTP/1.0 404 Not Found");
Intermediate & Advanced SEO | | rriot
header("Location:http://example.com/state-level-page")
exit();
} Is it problematic to send a 404 header and still redirect to a category-level page like this? By doing this, I'm sending any visitors to removed pages to the next most relevant page. Does it make more sense to 301 all the removed city-level pages to the state-level page? Also, these removed city-level pages collectively have very little to none inbound links from other sites. I suspect that any inbound links to these removed pages are from low quality scraper-type sites anyway. Thanks in advance!2 -
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 Redirecting multiple domains to brand new domain
Hi guys, I have read quite a bit of stuff on 301 redirects after Penguin. Hoping someone could help me out. im looking at a way to do a legit 301 redirect without passing the penalty. I have acquired two businesses, business1 and business2, that both had websites that were hit by penguin. Ive anaylsed there backlinks and theres a lot of spammy forum links and comments and I was also informed they were both using buildmyrank. A side note, buiness2 only started using BMR after it noticed business1 have large amounts of high PR links. business1.com was ranking at position 1 till the penguin hit. Business2.com was ranking around page 2 I work in the same arena as these two businesses and didnt generate any business via the internet. When these 2 businesses failed (due to loss of rankings and traffic) i decided to take them over. What I am thinking of doing is 301'ing both business domains to my brand new, zero links, domain which will be the name of my new company. I will combine the content from both sites, around 1000 pages, in to the new one. So my question is, does 301'ing multiple domains, that target the same keywords, and operate in the same niche, look less "spammy" then 301'ing 1 domain? I'm trying to look at it in the eyes of google. It is a legit merging of businesses. Thanks for your help, really appreciate your time
Intermediate & Advanced SEO | | JohnPeters0 -
Is This 301 Use Best Practice??
I know its effective practice cuz we're getting our arse kicked. I'm curious if its best practice (white, gray or black hat). I'm checking a competitors link profile on its landing page that is hitting the top of page 1 for several keywords. This competitor (national chain) has a strong domain authority (69). The particular landing page I'm checking in OSE has two 301 redirects from its own site among some other directory links to the page. The page shows 15 external links and half of them are very strong including it's own 301's. Aren't they essentially sending their own juice to the landing page to bolster page/domain authority to rank higher in the SERPS for those keywords? Is this a common practice using the 301's to a landing page? Is it white, gray or black hat? They are appearing suddenly appearing on the first page for several category keywords, so we're doing some snooping. Thanks.
Intermediate & Advanced SEO | | AWCthreads0 -
Would using display:none; to hide a section of text effect SEO negatively?
I have seen several sites that put a div feature at the bottom of a page to hide content. If you click on the button, it will extend the page down and be loaded with paragraphs of text rich with keywords. Does anyone know is this is viewed as a negative with Google?
Intermediate & Advanced SEO | | netmkting0