Google Optimization
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsGoogleGoogle Optimization

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old January 23rd, 2003, 09:38 AM
chakotha chakotha is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Location: Cork, Ireland
Posts: 6 chakotha User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 2 sec
Reputation Power: 0
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!

Reply With Quote
  #2  
Old January 23rd, 2003, 12:42 PM
Darrin Ward's Avatar
Darrin Ward Darrin Ward is offline
Founder, SEOChat.com :)
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Dec 2002
Location: Miami, Florida
Posts: 1,439 Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 5 m 20 sec
Reputation Power: 11
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!.

Reply With Quote
  #3  
Old January 23rd, 2003, 12:50 PM
chakotha chakotha is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Location: Cork, Ireland
Posts: 6 chakotha User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 2 sec
Reputation Power: 0
Right

Thanks for sorting that out - wrong end of the stick.

I will use javascript so as it looks quicker.

Regards

Reply With Quote
  #4  
Old January 23rd, 2003, 12:54 PM
Amygdala Amygdala is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 66 Amygdala User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Quote:
Originally posted by "Darrin Ward"

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>


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.

Reply With Quote
  #5  
Old January 23rd, 2003, 03:36 PM
Darrin Ward's Avatar
Darrin Ward Darrin Ward is offline
Founder, SEOChat.com :)
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Dec 2002
Location: Miami, Florida
Posts: 1,439 Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 5 m 20 sec
Reputation Power: 11
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!

Reply With Quote
  #6  
Old January 23rd, 2003, 03:38 PM
Amygdala Amygdala is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 66 Amygdala User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Quote:
Originally posted by "Darrin Ward"

That's exactly the purpose Amy


Thought so... naughty but nice ;)

Reply With Quote
  #7  
Old January 24th, 2003, 12:08 AM
dan dan is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 78 dan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
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.

Reply With Quote
Reply

Viewing: SEO Chat ForumsGoogleGoogle Optimization > External Links & PHP Redirect Script: Is this OK?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT