GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   SE, nofollow tag and trading script links (https://gfy.com/showthread.php?t=608502)

seoguy 05-11-2006 08:00 AM

SE, nofollow tag and trading script links
 
I wonder if it would be a good idea to add the nofollow tag to trading script links like

http://www.my-domain.com/cgi-bin/at3...ade-domain.com

will this make a difference for SEO? Are nofollow tags supposed to be used for outgoing links only? Would this count as outgoing or internal link??

ssp 05-11-2006 08:03 AM

Wow you call yourself seoguy? :D

Try reading Google's blog every now and then.

JD 05-11-2006 08:05 AM

it's counted as an internal link.

u-Bob 05-11-2006 08:06 AM

Quote:

Originally Posted by ssp
Wow you call yourself seoguy? :D

was thinking the same thing :)

V_RocKs 05-11-2006 09:27 AM

Bump for misleading titles.

baddog 05-11-2006 09:37 AM

seoguy ?

Kevsh 05-11-2006 09:51 AM

Your trading partners won't appreciate you doing that, and I for one, not only check the link on the page but the code as well ;)

Quickdraw 05-11-2006 10:01 AM

Quote:

Originally Posted by Kevsh
Your trading partners won't appreciate you doing that, and I for one, not only check the link on the page but the code as well ;)

Make this code a bookmark and you can do it faster if you like--
Code:

javascript:(function()%7Bvar%20links=document.getElementsByTagName('a');for(i=0;i%3Clinks.length;i++)%7Bvar%20theLink=links%5Bi%5D;if(theLink.getAttribute('rel')hahahaha'nofollow')%7BtheLink.style.backgroundColor='red';theLink.style.color='white';theLink.style.fontWeight='bold';theLink.style.textDecoration='none';%7D%7D%7D)();
I don't remember where I got it, but it comes in handy

fris 05-11-2006 10:04 AM

why are you using traded script links, hardcoded links is the only way to go

headless ghost 05-11-2006 10:05 AM

you have a brilliant career ahead of you.
delivering pizza.

Kevsh 05-11-2006 10:07 AM

Quote:

Originally Posted by Quickdraw
Make this code a bookmark and you can do it faster if you like--
Code:

javascript:(function()%7Bvar%20links=document.getElementsByTagName('a');for(i=0;i%3Clinks.length;i++)%7Bvar%20theLink=links%5Bi%5D;if(theLink.getAttribute('rel')hahahaha'nofollow')%7BtheLink.style.backgroundColor='red';theLink.style.color='white';theLink.style.fontWeight='bold';theLink.style.textDecoration='none';%7D%7D%7D)();
I don't remember where I got it, but it comes in handy

Thanks, nice little tool there ... and I'm lazy so I'll definetly use it
:)

seoguy 05-13-2006 04:09 AM

Quote:

Originally Posted by SPeRMiNaToR
it's counted as an internal link.

So, if it's counted as an internal link, I'm not linking to a page with content, that's why I wonder if it would be better using a nofollow tag.

Yes, I call myself seoguy and not tradingscriptguy. SEO is pretty easy and has not much to do with trading script stuff.

Thanks headless ghost for the tip, you're very creative.

studiocritic 05-13-2006 04:24 AM

Quote:

Originally Posted by seoguy
So, if it's counted as an internal link, I'm not linking to a page with content, that's why I wonder if it would be better using a nofollow tag.

Yes, I call myself seoguy and not tradingscriptguy. SEO is pretty easy and has not much to do with trading script stuff.

Thanks headless ghost for the tip, you're very creative.

Google cares about the final destination of the page, not where it starts.

If your trade script uses a 301/302 redirect, it will judge whether its internal/external at the final destination.

Amusingly enough, if it's a 302 redirect (every boxed trade script i've paid attention to is), you're likely (engines have tested different ways of handling this, no one can claim to know for certain at any given time) not passing on any SEO benefit to the destination page anyways.. so all these people complaining about nofollow's aren't getting any benefit other than traffic from the trades anyways.

Hope that clears it up for you, seo guy.

ssp 05-13-2006 05:22 AM

Quote:

Originally Posted by seoguy
SEO is pretty easy

I don't think you would ask stupid questions like this if seo really was this easy to you. :1orglaugh

jayeff 05-13-2006 06:54 AM

Quote:

Originally Posted by seoguy
So, if it's counted as an internal link, I'm not linking to a page with content, that's why I wonder if it would be better using a nofollow tag.

The family of "rel" tags, which includes attributes such as previous, help and bookmark, is intended to define a relationship between the current page and other pages to which it is linked.

Then along came message boards and blogs, with people placing links onto interactive pages as self-promotion. No "relationship" existed between the site where the links were posted and the sites being promoted and any assumption by the search engines that a relationship did exist might damage the original site (because of irrelevant links etc).

The "nofollow" tag was a response to that. It tells the search engines that here is a link you did not place on your site and it leads to an off-site destination that you do not want to be considered when analyzing your site. The spider should therefore not follow this link.

The tag has been abused by people with the intention of enhancing their internal PR distribution and such, but my guess would be that if this ever worked, Google & Co are wise to it by now and such use could backfire.

Zester 05-13-2006 07:41 AM

Quote:

Originally Posted by Quickdraw
Make this code a bookmark and you can do it faster if you like--
Code:

javascript:(function()%7Bvar%20links=document.getElementsByTagName('a');for(i=0;i%3Clinks.length;i++)%7Bvar%20theLink=links%5Bi%5D;if(theLink.getAttribute('rel')hahahaha'nofollow')%7BtheLink.style.backgroundColor='red';theLink.style.color='white';theLink.style.fontWeight='bold';theLink.style.textDecoration='none';%7D%7D%7D)();
I don't remember where I got it, but it comes in handy

what does this do? adds the "no follow" attribute to every link on page?

SmokeyTheBear 05-13-2006 07:58 AM

Quote:

Originally Posted by Quickdraw
Make this code a bookmark and you can do it faster if you like--
Code:

javascript:(function()%7Bvar%20links=document.getElementsByTagName('a');for(i=0;i%3Clinks.length;i++)%7Bvar%20theLink=links%5Bi%5D;if(theLink.getAttribute('rel')hahahaha'nofollow')%7BtheLink.style.backgroundColor='red';theLink.style.color='white';theLink.style.fontWeight='bold';theLink.style.textDecoration='none';%7D%7D%7D)();
I don't remember where I got it, but it comes in handy


gfy fucks up the code

Juilan 05-13-2006 08:04 AM

Anyone who puts rel nofollow tags in hardlink trades is a scumbag.

nico-t 05-13-2006 08:52 AM

Quote:

Originally Posted by Juilan
Anyone who puts rel nofollow tags in hardlink trades is a scumbag.

hes talking about trade script links.

seoguy 05-13-2006 12:54 PM

Thanks to Studiocritic and Jayeff. I'm sure my question was not that stupid ssp.

Juilan 05-13-2006 01:05 PM

Quote:

Originally Posted by nico-t
hes talking about trade script links.

He asked if doing this make a difference for SEO.

And it would.

Quickdraw 05-13-2006 01:10 PM

Quote:

Originally Posted by Zester
what does this do? adds the "no follow" attribute to every link on page?

Highlights all the links that have the nofollow tag on the page you are browsing.

Quickdraw 05-13-2006 01:12 PM

Quote:

Originally Posted by SmokeyTheBear
gfy fucks up the code

Sheesh, what's the point of having code tags, lol

Change each 'haha' to an '=' so the hahahaha is supposed to be a double =

clickclickclick 05-13-2006 01:38 PM

Quote:

Originally Posted by seoguy
SEO is pretty easy ....

really? how many listings do u have?

seoguy 05-13-2006 03:02 PM

lots of listings with secondary keywords.

elitegirls 05-13-2006 03:26 PM

ever wondered if you only might have something called the luck of the beginner? ;)

just stay focused on off site optimizing and you'll have sucess m8 :)

seoguy 05-13-2006 03:37 PM

Why should i have the luck of the beginner?

seoguy 05-13-2006 03:40 PM

I already have success. Working with trading scripts is something pretty new to me, maybe it was a mistake to come here and ask such a question.

elitetec 05-13-2006 04:46 PM

Your trading partners won't appreciate you doing that, and I for one, not only check the link on the page but the code as well ;)

Zester 05-13-2006 10:34 PM

Quote:

Originally Posted by seoguy
I already have success. Working with trading scripts is something pretty new to me, maybe it was a mistake to come here and ask such a question.

it is always a mistake to come here


All times are GMT -7. The time now is 08:01 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123