Redirect Without Passing Old Page Properties
-
Is there a way to redirect one page to another, e.g. test.com/ to test.com/home, without passing link juice or any other associated properties of the latter to the former?
-
Well put, thanks Dan. I'm going to stick with the 302 "temporarily." Wink, wink.
After all, everything is temporary right?!
-
Hey Jesse
It gets tricky to say the least. First there's the protocols which are best practice "rules" for any web development -Â http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
But then there's Google's sort of own interpretations and treatment of those redirects on top of that. And there's always what Google says vs what they actually might be doing.
Technically a 302 is "found" although everyone uses it for "temporary" and yet a 307 is a temporary. I recall Google saying in their eyes there is no difference.
Yeah I guess you could leave 302s or 307s in forever, and how long is acceptable? I could leave a 302 redirect in place for 20 years and then decide to move it back? Is that what they mean?
As far as what Google does with them there's lots of Google and 3rd party resources about them and like I said we can probably find a few Matt Cutts videos talking about how they treat them - but then there's reality - which brings a lot of variables and moving parts.
So I think the main idea is as cliche as it sounds, all real situations are different. I follow this train of thought;
- If possible, FIRST choose what to do based upon best web standards and in most cases this should hopefully satisfy SEO.
- But if you have to do something purely for SEO - basically manipulate a known hole in how these things work vs. how Google supposedly treats them, because that's the only thing that will fix something - then do that. This might be why for example you'd choose a 302 redirect despite knowing it's not really temporary
-
Hey Dan can we talk about that whole concept of "temporary" redirecting signals for a moment?
My company has a site that was hit hard by Penguin and luckily the site was unnecessary to begin with as this company had 2 brands targeting the same business (don't get me started!). Anyway, the domain had to redirect for the sake of existing clients, so I recommended a 302. Now it's been sitting as a 302 for quite some time and everything has worked out fine thus far but I wonder what the ramifications are.
I know it's supposed to be temporary, but who's to stop us from leaving them permanently? Do you know of any sort of indexing issues this can lead to? Sounds like from what you're saying it doesn't really make a ton of difference but I've been wondering about this.
Could all just be semantics I guess.. Makes me wonder what the point of a 302 was when it was conceived by the web-gods.
Thoughts?
-
Hi There
Jesse is right, a 302 doesn't pass PageRank, but it make pass other signals (such as understanding of content, associated penalties - these are just my guesses by the way). Is this something where you are concerned of passing bad link signals? Or other undesired signals?
Also, technically a 302 is for "temporary" redirects, but people do misuse this temporary bit all the time and leave them more or less permanently
-Dan
-
302 passes no link juice
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
-
Remove a page after redirection
Hi, I had page eg. www.example.com/page1 and I redirect 302 it to >Â www.example.com/page2 After that I fatch this page (page2) with GSC and this page was index in serp. Can I remove this old redirect page >Â www.example.com/page1 now? Will this remove harm my page?
Technical SEO | | Tormar0 -
Titling Category Pages Like You Would a Blog Page?
So, with our 600 or so category pages, I was curious... on each of these category pages we show the top 12 products for that category. In trying to increase click through rate, I wonder if it would be prudent to use some of the strategies I see used for Blog posts with thee category pages. i.e. Instead of Category Name - Website Name How about: Top 12 Kitty Litters We Carry - View the Best and the Rest! Or something like that. And then in the description, I could put, "Number 8 made my jaw drop!!!" (Ok, kidding about that one...) But serious about the initial question... Thanks! Craig
Technical SEO | | TheCraig0 -
301 redirect all 404 pages
Hi I would like to have a second opinion on this. I am working on an ecommerce website that they 301 redirect all 404 pages (including the URLs entered incorrectly) to the “All categories page”. Will this have any negative SEO impact?
Technical SEO | | iThinkMedia0 -
Testimonial pages
Is it better to have one long testimonial page on your site, or break it down into several smaller pages with testimonials? First time I've posted on the forum. But I'm excited! Ron
Technical SEO | | yatesandcojewelers0 -
I'm redesigning a website which will have a new URL format. What's the best way to redirect all the old URLs to the new ones? Is there an automated, fast way to do this?
For example, the new URL will be: https://oregonoptimalhealth.com/about_us.html while the old one's were like this: http://www.oregonoptimalhealth.com/home/ooh/smartlist_1/services.html I have redirect almost 100 old pages to the correct new page. What's the best and easiest way to do this?
Technical SEO | | PolarisMarketing0 -
Redirecting a old aged site to a new exact match site?
Hi All, I have a question. I have 2 sites with me in the same sector and want some help. site 1 is a old site started back in 2003 and has some amount of links to it and has a pr 3 with some good links to it but doesn't rank much for any keywords for the timing. site 2 is a aged domain but newly developed with unique content and has a good amount of exact match with a .com version. so will there be any benefit by redirecting site 1 to site 2 to get the seo benefits and a start for link bulding? or is it best to develop and work on each site? the sector is health insurance. Thanks
Technical SEO | | macky71 -
Redirect question
I would like to redirect  http://example.com/index.html to  http://www.example.com/ Is the code below correct ? RewriteEngine on RewriteCond %{HTTP_HOST}^example.comRewriteRule (.*) http://www.example.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index.html\ HTTP/ RewriteRule ^index.html$ http://www.example.com/ [R=301,L]
Technical SEO | | seoug_20050 -
Robots.txt File Redirects to Home Page
I've been doing some site analysis for a new SEO client and it has been brought to my attention that their robots.txt file redirects to their homepage. I was wondering: Is there a benfit to setup your robots.txt file to do this? Will this effect how their site will get indexed? Thanks for your response! Kyle Site URL: http://www.radisphere.net/
Technical SEO | | kchandler0