|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
External Links & PHP Redirect Script: Is this OK?
I have recently read this v. good article
http://www.webworkshop.net/pagerank.html on PageRank and discovered that external links on my Homepage will drain it's PR. If I do the following will I be OK? Code:
<A HREF="http://www.mysite.com/external_direct.php?server=destination.com">External Link</A> and my external_direct.php is Code:
<?
header("Location:http://www.$server");
?>
Appreciate the advice! |
|
#2
|
||||
|
||||
|
Let's clear this up:
Having out going links will not reduce the PR for your homepage, it will however drain on the the PR that is sent ot OTHER pages within your site. The PR of any given page does not depend on the outbound links, it is calculated using only inbound links (at least that is the concept of the original PR algo).. To hide links, I'd prefer to use a javascript document.write - for example: <SCRIPT Languague="Javascript"> document.write('<a href="http://server.com">Link Text</a>'); </SCRIPT>
__________________
Darrin J. Ward, a Professional SEO Consultant and Original Founder of SEO Chat (this site), Google Dance Tool & some other cool stuff! * Rankings Reporter - Track your Website's Keyword Rankings in Google & Yahoo. * ChatButton - Free AJAX Chatboxes to embed onto any Webpage - super-easy copy/paste setup!. |
|
#3
|
|||
|
|||
|
Right
Thanks for sorting that out - wrong end of the stick.
I will use javascript so as it looks quicker. Regards |
|
#4
|
|||
|
|||
|
Quote:
So, doing the above will essentially make the outbound links 'invisible' to google (hence hoarding your PR for your own links; be they internal or external), BUT still show up when viewed in good old IE by the general public?
__________________
You've just read the posting of an airhead, take no notice whatsoever. |
|
#5
|
||||
|
||||
|
That's exactly the purpose Amy
Those who have javascript enabled (a huge %) will see the links, but Google will be incapable of following them.... In saying that, some day they might enable java to some degree. It may have already happened but we just don't know about it yet. This is a rather common trick used to fool engines, and you can take it a step further. Use an external .js file and ban it in the robots.txt file - that would ensure that even with javascript support you've be well hidden from the bots!! I've also used other methods of keeping the PR inside of a site in my time, all of which work well if used correctly! |
|
#6
|
|||
|
|||
|
Quote:
Thought so... naughty but nice ;) |
|
#7
|
|||
|
|||
|
Nice
Nice, that there are people who have been thinking along the same lines. As usual I have been trying to be over-complicated and done a
<form onSubmit="return goto('/url.php')"> <input type="image" src="/myLink.gif"> </form>" with a js-redirect in the goto(URL). This is because I thought the bot might just be doing a simple regExp match on the string "href", but I might be wrong (can anyone tell me, whether I am?). Another possiblity is to do the redirect in the action property of the form, of cause. |
![]() |
| Viewing: SEO Chat Forums > Google > Google Optimization > External Links & PHP Redirect Script: Is this OK? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|