Does this redirect pass any juice?
-
Does this link pass link juice: http://www.finda.co.nz/redirect.php?listing_id=r2vp&url=http://www.avantifinance.co.nz
-
Hi Barry,
As I said in my response, I used tools to check for the headers returned by the URL, the same information that is returned to search engine spiders.
There no way to know how the PHP script is made, for me, or for a search engine spider, as the PHP is executed server side and all you get back are the HTTP headers and content.
The url doesn't contain any id, it's simply the redirection url that is passed to it so the script probably look like this :
header('Location: '.$_GET['url'], true, 301);
?>If the redirect.php file was receiving an ID instead of a direct URL, it would probably look more like this :
// stuff to connect to the database here
include('connect.php');
//a long line not well constructed that does a lot of stuff
$url = current(mysql_fetch_assoc(mysql_query("SELECT url FROM urls WHERE id=".(int)$_GET['id'])));
//redirect to the URL from the database
header('Location: '.$url, true, 301);
?>It could be a way to trick user into thinking that the link is passing juice by doing a 301 redirect but blocking the file using robots.txt wich is not the case, there's also no Set-Cookie.
It is more likely to be a way to get statistics about what are the most popular links. For example, redirect.php probably add an entry to a database each time the url is reached to track the number of visitors sent to a particular website.
I hope my answer will help you understand the use of the redirect.php and the way it works. If you still have questions, do not hesitate to reply to my response.
Best regards,
Guillaume Voyer. -
I've been looking into this but don't have the technical chops to give you a definitive answer.
@Guillaume How can you say conclusively that it passes link juice when you don't know what redirect.php does? Unless you were able to see what it does.
For a straight php redirect to count as a 301 I believe it'd need to look like
header( "HTTP/1.1 301 Moved Permanently" );
header( "Location: http://www.new-url.com" );
?>However I assume that you can't do these sort of header redirects as you have multiple ids going into the same redirect.php file?
Do you put cookies on people before redirecting them (I assume there's some sort of affiliation reason to redirect this way)?
Without understanding how it works I'm not sure if it does or doesn't pass value, but please make sure you're happy with the information given to you.
-
Here in the learning session you find more information about the "amount" of link juice:
http://www.seomoz.org/learn-seo/redirection
A 301 Redirect is a permanent redirect which passes between 90-99% of link juice (ranking power) to the redirected page.
-
Hi Conradh,
The redirection is a 301 Moved Permanently, so it does pass link juice. You can find out using different tools like the followings :
http://www.seoconsultants.com/tools/headers
http://web-sniffer.net/
http://www.g-force.ca/referencement/entetesBut, to know if a link pass any link juice, there are also multiple things to check. First, check if the page is indexed in Google using site: or cache: command.
If the page is not indexed, it might be only a question of time, but it might also be because it is blocked by robots.txt, robots meta tag or by X-Robots-Tag.
Also, check if the link doesn't have the rel="nofollow" attribute. Any of those variable can prevent the juice to pass other than the type of redirection.
Best regards,
Guillaume Voyer.
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 passing authority?
Does anyone have experience of 301's in connection with SEO or more specifically passing authority? Recently purchased a small business that had three small websites. My main concern is all three websites do rank for some fairly important key phrases, but there is very little direct overlap. I was hoping by using 301's I would be able to refocus the authority to get the main site ranking.
Link Building | | seoman100 -
Can I make a universal 301 redirect rule for my site?
I.e. I switch shopping carts and every page has the same path/name but now ends in .php instead of .htm.
Link Building | | absoauto0 -
Does a hashtag link pass the same amount of link juice as a link without a hashtag?
Example 1: link to: http://www.domain.com/#something-inside-the-page Example 2: link to: http://www.domain.com/
Link Building | | adriandg0 -
Redirecting a previously expired domain - any SEO benefits?
Is there any SEO benefits from registering a previously expired domain name that is still linked to form an authorative source and 301 redirecting it to another site on a similar subject? Obviously first benefit is giving users who are clicking on the link to be sent to a site on a similar subject that just to a dead link.
Link Building | | Wardy0 -
Domain buyouts and 301 redirects
Hi, I'm looking to buy a number of already established website domains with back links and 301 direct this to my main website. The sites are very similar and all sell the same thing. Does anyone know how much link value will be past on from doing this? And, is this something that Google looks out for? Also, if you have experience of this, how did it work out? Thanks
Link Building | | Weerdboil0 -
301 to main page or deeper page for best 'link juice'.
I have two rafting websites. One ranks high for one set of keywords. The other ranks okay for a different set. I want to redirect the whole second site to the first to give the first more link juice and hopefully lift the first site even more in the rankings. Would it be better to link to a deeper page of the 1st site. I have a page that does well for some long tail keywords or would it be better to link to the main page. Or is it a bad idea over all.
Link Building | | tkobrien0 -
Parameter In URL passing SEO Value
Helllo I need help understanding the following scenario. We do campaign tracking for number of our sites using urt parameters. These are normally PR links with utm parameters. I am not sure if we should remove the utm parameter and forget about tracking the links completely if it offers an added SEO value with direct links OR we just keep using utm parameters for PR tracking and use canonical tag instead on respective pages. For me SEO value is most important. But i am trying to understand what i am losing or gaining. Kindly sugggest Thanks
Link Building | | CUnet0 -
Do subdomains (eg .blogspot.com) carry the same link juice as a .com or .co.uk?
Hi guys. Just wondered what people's thoughts were on the value of a link from a subdomain vs a .com or .co.uk - I have several clients operating within the UK crafts sector, and there are a huge number of blogspot blogs with decent PR etc. Given that anyone can start one of these for free (and therefore theoretically get themselves hundreds of bogus links), I wonder whether they carry the same value as an independent site. I'll look forward to hearing everyone's thoughts 🙂
Link Building | | Aceville. 00