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.
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
-
Self linking - loss of link juice?
There are 10 links on page that point to this page where they exist (link to the page itself). Does it influence on ranking? And what's happening to link juice? How does it spread? Is there any loss of it?
Link Building | | templatemonster0 -
Do links from the second page of an article pass link juice?
I have been writing for some sites with a high overall page rank and the articles are being viewed as quality by search engines as well. However, they usually put a link to my site at the very end of the article and then break the article down into two pages to increase ad revenue. It seems that I'm not getting much credit for that link even if the page has a high SEOmoz/PR score. I want to know if I am getting the benefit from these links. If not, how do I make sure I get the most bang, even if my link is on a second page of the article? Here is an example of what I mean: http://www.forbes.com/sites/theyec/2012/08/22/kanban-for-customers-how-to-increase-transparency-in-your-business/
Link Building | | LawrenceWatkins0 -
Does a Subdomain Blog Pass Juice?
I have a client who has their blog on a subdomain instead of subfolder. Unfortunately, the eCommerce platform they are using does not allow them to implement a blog in the subfolder. So now we are looking at growing their blog as a means to drive more traffic to the main site. The blog is a mirror of the eCommerce site's navigation with the main content section being a blog rather than products. Will publishing content and building links to the subdomain blog pass authority to the main site?
Link Building | | mj7750 -
Do I get any link juice from a PHP header redirect from another site?
For example would: www.site-A.com/click-tracking.php?site=www.site-B.com contain any link juice? Would a 301 redirect be the simple solution?
Link Building | | David_Viciedo0 -
Link Building & Juice
I have a corporate client which has multiple franchises, therefore microsites (www.example.com/cityname) within their corporate website(www.example.com). I am trying to build some links for these microsites that are lot weaker than the corporate web page in terms of PA. We worked hard putting most of these locations into local directories such as Google places and yahoo local, but the ones on yahoo local are all pointing to www.example.com even when you search a specific city when it suppose to be www.example.com/cityname. So first thought is to edit all of the yahoo locals to the microsite webpages for every locations but then I thought that wasn't a good idea since I will split the juice passed to the corporate website www.example.com. The corporate website is really important and wouldn't want to weaken its PA. Can someone tell me what are my options in order to not hurt the corporate website and to improve ranking for these weak microsites? should I still edit those yahoo listings to the microsite website or not? if not what how will I be able to build more links? Thank you!!
Link Building | | Ideas-Money-Art0 -
Image only badges giving link juice!?!?
I see some chatter about badges, but no clear definition. A collegue of mine instituted badges on clients website, but these badges are only an image w/ hyperlink; no textual content. He is confident that this has worked successfully before as a link building strategy, which blew my mind. I thought we needed some text, and obviously optimizes anchor text for biggest benefit. Are these simple badges helpful, or do we need some html in there!? He also routes them through bit.ly to track impressions and clicks.. does that have any effect as well? Thanks!
Link Building | | SwissNinja0 -
Retain keywords with redirect
I manage a site the sells product A and product B (both major keywords for us). If I buy the url www.productB.com and redirect it to the original website, would the original website gain any benefits in search engines? Would the benefits of having a url with the keyword be lessened because there isn't content hosted there, only a redirect to the original site?
Link Building | | livethesource0 -
Does Linkedin still pass link juice?
It looks like LinkedIn's links are using the http://www.linkedin.com/redirect?url= prefix for the external Websites links and is recently using 302 redirects.
Link Building | | explorionary0