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 August 28th, 2008, 09:16 AM
RyanL RyanL is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2008
Posts: 5 RyanL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 15 m 7 sec
Reputation Power: 0
Should I use nofollow?

I run a directory that links out to different services and products (several hundred links). All the links are actually affiliate link codes through programs I've signed up to.

All external links on my directory page go through a php file and pass on variables for my own stats / record keeping.

Ex: mydomain dot com/track.php?ap=X&s=X&c=name&u=url to new site
(since i have a low post count I can put full urls)

ap = affprogram, s = site, c = campaign, u = url visitors are sent to when link is clicked

Does google see each link as an external link or internal page link?

Should I be adding rel="nofollow" to each link?

Would I be better off adding something like
User-agent: *
Disallow: /track*

to my robots.txt file?

Reply With Quote
  #2  
Old August 28th, 2008, 12:16 PM
apg1985 apg1985 is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jun 2008
Posts: 67 apg1985 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 h 57 m 28 sec
Reputation Power: 0
no follow means googles bots when crawling your site wont follow the links to the external websites.

If you make them follow it only benefits the sites your linking to because its another way of google bots finding there sites, plus it will have a positive effect on there search engine ranking position.

Reply With Quote
  #3  
Old August 28th, 2008, 12:31 PM
JagNet's Avatar
JagNet JagNet is offline
Smoke me a kipper...
Click here for more information. Click here for more information
 
Join Date: Aug 2007
Posts: 2,140 JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 3 Days 5 h 52 m 17 sec
Reputation Power: 38
I would nofollow these links. If track.php redirects with a 302, then it won't pass link juice anyway, but what you are doing is passing link juice from the internal pages to track.php, which, given that it is simply a jumper script and not designed to rank, is just leaching link juice that would be better spread around those pages of your site that you do want to rank.

Simply blocking track.php via robots.txt won't stop the leaching of link juice.
__________________
... I'll be back for breakfast
New to SEO? SEOChat SEO FAQs
Forum Rules and Posting Guidelines
URL canonicalization code solutions
Vigorously pursuing the floccinaucinihilipilification of cheap SEO tricks

Reply With Quote
  #4  
Old August 28th, 2008, 01:06 PM
RyanL RyanL is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2008
Posts: 5 RyanL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 15 m 7 sec
Reputation Power: 0
Quote:
Originally Posted by apg1985
no follow means googles bots when crawling your site wont follow the links to the external websites.

If you make them follow it only benefits the sites your linking to because its another way of google bots finding there sites, plus it will have a positive effect on there search engine ranking position.


I understand what nofollow does. Since these are affiliate links they don't always lead directly to the domain so passing along link juice to them doesn't make sense.

Reply With Quote
  #5  
Old August 28th, 2008, 01:11 PM
Niche Niche is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Mar 2008
Posts: 217 Niche User rank is Corporal (100 - 500 Reputation Level)Niche User rank is Corporal (100 - 500 Reputation Level)Niche User rank is Corporal (100 - 500 Reputation Level)Niche User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 21 h 52 m 19 sec
Reputation Power: 3
As your links are affiliate links to other people's sites, I can't see what benefit it is to you to have do follow on those links

Reply With Quote
  #6  
Old August 28th, 2008, 01:19 PM
RyanL RyanL is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2008
Posts: 5 RyanL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 15 m 7 sec
Reputation Power: 0
Quote:
Originally Posted by JagNet
I would nofollow these links. If track.php redirects with a 302, then it won't pass link juice anyway, but what you are doing is passing link juice from the internal pages to track.php, which, given that it is simply a jumper script and not designed to rank, is just leaching link juice that would be better spread around those pages of your site that you do want to rank.

Simply blocking track.php via robots.txt won't stop the leaching of link juice.


The redirect is actually urlencode(url) and is being redirected via the track.php script. So i'm not sure that it would be the same as 302 redirect. (I hope explained that technically correct)

Regardless of how the redirect is happening, you're saying all the link juice is being passed to track.php then? If so then as you said, it would make sense to nofollow the links.

Thx for your input / help

Reply With Quote
  #7  
Old August 28th, 2008, 01:23 PM
RyanL RyanL is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2008
Posts: 5 RyanL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 15 m 7 sec
Reputation Power: 0
Quote:
Originally Posted by Niche
As your links are affiliate links to other people's sites, I can't see what benefit it is to you to have do follow on those links


If they were direct links I would for sure use nofollow on them, but since they run through the track.php script I wasn't sure if it was needed.

Which is why I was trying to see if it would be best to just add the nofollow tag or to put the disallow in the robots.txt file.

Reply With Quote
  #8  
Old August 28th, 2008, 01:24 PM
JagNet's Avatar
JagNet JagNet is offline
Smoke me a kipper...
Click here for more information. Click here for more information
 
Join Date: Aug 2007
Posts: 2,140 JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 3 Days 5 h 52 m 17 sec
Reputation Power: 38
Quote:
Originally Posted by RyanL
The redirect is actually urlencode(url) and is being redirected via the track.php script. So i'm not sure that it would be the same as 302 redirect. (I hope explained that technically correct)


I assume that the redirect is instigated through the use of php's header("Location:") function? If so, and unless you specify that it's a 301 through an additional header() call prior to it, php will automatically send out a "302 temporary redirect" header at the same time.

Reply With Quote
  #9  
Old August 28th, 2008, 01:57 PM
RyanL RyanL is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2008
Posts: 5 RyanL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 15 m 7 sec
Reputation Power: 0
Quote:
Originally Posted by JagNet
I assume that the redirect is instigated through the use of php's header("Location:") function? If so, and unless you specify that it's a 301 through an additional header() call prior to it, php will automatically send out a "302 temporary redirect" header at the same time.


JagNet thanks for your help. Much appreciated.

I just confirmed that it is indeed using php's header["Location:"] function.

With that being the case, I should be using nofollow on these links then correct?

Reply With Quote
  #10  
Old August 28th, 2008, 02:17 PM
JagNet's Avatar
JagNet JagNet is offline
Smoke me a kipper...
Click here for more information. Click here for more information
 
Join Date: Aug 2007
Posts: 2,140 JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 3 Days 5 h 52 m 17 sec
Reputation Power: 38
I would if it were my site. I personally use nofollow extensively on internal links to avoid link juice sinks, and so far have seen good results from doing so.

Reply With Quote
Reply

Viewing: SEO Chat ForumsGoogleGoogle Optimization > Should I use nofollow?


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 4 hosted by Hostway
Stay green...Green IT