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, 08: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, 11:42 AM
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,444 Darrin Ward User rank is Sergeant (500 - 2000 Reputation Level)Darrin Ward User rank is Sergeant (500 - 2000 Reputation Level)Darrin Ward User rank is Sergeant (500 - 2000 Reputation Level)Darrin Ward User rank is Sergeant (500 - 2000 Reputation Level)Darrin Ward User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 18 h 38 m 35 sec
Reputation Power: 15
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, the Original Founder of SEO Chat (this site), Google Dance Tool & some other cool stuff! Read my: Blog or Twitter.

* Rankings Reporter - Free PHP Script to Track your Website's Keyword Rankings in Google & Yahoo.

Reply With Quote
  #3  
Old January 23rd, 2003, 11:50 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
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, 11:54 AM
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: 7
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, 02: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,444 Darrin Ward User rank is Sergeant (500 - 2000 Reputation Level)Darrin Ward User rank is Sergeant (500 - 2000 Reputation Level)Darrin Ward User rank is Sergeant (500 - 2000 Reputation Level)Darrin Ward User rank is Sergeant (500 - 2000 Reputation Level)Darrin Ward User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 18 h 38 m 35 sec
Reputation Power: 15
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, 02: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: 7
Quote:
Originally posted by "Darrin Ward"

That's exactly the purpose Amy


Thought so... naughty but nice ;)

Reply With Quote
  #7  
Old January 23rd, 2003, 11:08 PM
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: 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.

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



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

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





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