Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Rel="nofollow", in Links prevents Pagerank from improving
rel="nofollow"
This tag is
an evil way to screw with the pagerank [ 1 ] ** [33.33%]
the best thing that ever happened against link spamming [ 0 ] ** [0.00%]
a powerful instrument that might change a lot [ 2 ] ** [66.67%]
In Wikipedia it should be
implemented (because Wikipedia just observes) [ 1 ] ** [33.33%]
not implemented. [ 2 ] ** [66.67%]
Total Votes: 3
Guests cannot vote 
ruben
post Mar 30 2006, 10:05 AM
Post #1


Wheeeeeeee!
Group Icon

Group: Members
Posts: 245
Joined: 19-October 05
From: DG, Belgium
Member No.: 9,200



Good morning!

Most of you have probably heard about this, but I haven't found a thread concerning this here yet even though I searched a lot.
Google introduced a new way to prevent link-spamming.
By link-spamming they mean people or bots who purposefully link their websites in dozens of comment sites, wikis, guestbooks etc to increase their page rank. It's common among those who also spam emails so you can guess who: penis pumps, discount drugs and ways to become a millionaire.
Google has had trouble with these fellows because this is hard to control.
Now they decided to implement a new standard (very interesting that Google is setting the standard but Yahoo Search and MSN are just going to obey it.), that enables webmasters to mark links as worthless.
This way the links don't get an increased page rank because of the link (it doesn't decrease either though).
This topic has been discussed a lot lately especially on Wikipedia, another standard-setter on the internet, (The Wikipedia:Nofollow Page is a good example). Right now all links on the Wikimedia projects are marked no-pagerank except the links on the English Wikipedia (with the explanation that link-spamming would be noticed quite fast on such an active project).

The way it works:
The attribute
CODE
rel
is standard in Strict, Transitional and Frameset.
It works in the following elements as far as it is compatible with the W3C specifications: <a> (normal link), <link> (Multiply applicable header tag)
That leaves the tag <area> which specifies links in imagemaps and the tag <base> (well it would not be a of use there anyway) out, because they may not have the rel-attribute. I don't know if Google parses them all though, if anyone knows: tell me! The way I understood they just use it for simple links à la <a> only, because it was invented to prevent spamming blogs.
Let's get to it: Blog owners and others are invited to implement user inserted links in the comments sections etc. this way from now on:
CODE
<a href="http://someweb.site" rel="nofollow">I ain't gaining no pagerank</a>

So you can just put in
CODE
rel="nofollow"
in all link tags that you wish to not gain any page rank. A quite powerful instrument.
According to Google this is to prevent comment-spam in Blogs and the following Big ones have already signed on:
QUOTE
Brad Fitzpatrick - LiveJournal
Dave Winer - Scripting News
Anil Dash - Six Apart
Steve Jenson - Blogger
Matt Mullenweg - WordPress
Stewart Butterfield - Flickr
Anthony Batt - Buzznet
David Czarnecki - blojsom
Rael Dornfest - Blosxom
Mike Torres - MSN Spaces
Ross Rader - Blogware
John Panzer - AOL Journals
Kevin Marks - of Technorati also added a draft formal spec for nofollow.
Reini Urban - PhpWiki
David Gorman - ModBlog
Arnab Nandi - Drupal
James Tauber - Leonardo
Jeremie Bouillon - points out a GPL plugin for Textpattern
Simon Brown - Pebble
Ilkka Huotari - Netdoc
Shaun Inman - ShortStat
Eaden McKee - bBlog
Yariv Habot - backBlog
John Lyons - enetation
Steven Roussey - Network54
Will Yardley - Dreambook
Samuel Klingen Daams - Travellerspoint

The nofollow value for the rel attribute is also recognised if seperated from other values by punctuation (preferably standard-conform spaces).
The rel-attribute was originally meant to show logical relationships between pages (together with its little buddy rev. rel was for logical forward-relations and rev for logical backward-relations.)
The following values were possible
QUOTE
Alternate
Designates substitute versions for the document in which the link occurs. When used together with the lang attribute, it implies a translated version of the document. When used together with the media attribute, it implies a version designed for a different medium (or media).
Stylesheet
Refers to an external style sheet. See the section on external style sheets for details. This is used together with the link type "Alternate" for user-selectable alternate style sheets.
Start
Refers to the first document in a collection of documents. This link type tells search engines which document is considered by the author to be the starting point of the collection.
Next
Refers to the next document in a linear sequence of documents. User agents may choose to preload the "next" document, to reduce the perceived load time.
Prev
Refers to the previous document in an ordered series of documents. Some user agents also support the synonym "Previous".
Contents
Refers to a document serving as a table of contents. Some user agents also support the synonym ToC (from "Table of Contents").
Index
Refers to a document providing an index for the current document.
Glossary
Refers to a document providing a glossary of terms that pertain to the current document.
Copyright
Refers to a copyright statement for the current document.
Chapter
Refers to a document serving as a chapter in a collection of documents.
Section
Refers to a document serving as a section in a collection of documents.
Subsection
Refers to a document serving as a subsection in a collection of documents.
Appendix
Refers to a document serving as an appendix in a collection of documents.
Help
Refers to a document offering help (more information, links to other sources information, etc.)
Bookmark
Refers to a bookmark. A bookmark is a link to a key entry point within an extended document. The title attribute may be used, for example, to label the bookmark. Note that several bookmarks may be defined in each document.

But the nofollow tag is still valid. This excerpt was taken from the W3C specifications. Also interesting: How they express the use of rel/rev

Well, so Google has been screwing with standards, just gave webmasters a powerful weapon to kill others pageranks and screw with Google's system and nobody is talking about it here? WHAT'S UP?
I hope this incites a discussion.

Best regards,
Ruben

This post has been edited by ruben: Mar 30 2006, 10:07 AM
Go to the top of the page
 
+Quote Post
CaptainRon
post Mar 30 2006, 07:38 PM
Post #2


Premium Member
Group Icon

Group: Members
Posts: 238
Joined: 9-September 05
Member No.: 8,400



I have been shouting for long enough to all the idiotic Google lovers that the moment someone gets power, it tries to exercise Monopoly.

Although yes, this tag can create a problem for the "legitimate" websites, but i think in case the rel="nofollow" will be checked by the google spider to be linking to a page from the same relative path, then it wont be that much of a problem. In short, the rel tag should be read only for a link to the webmaster's own page.

For example, I can block my Guestbook entry links from being spidered, but i can't stop a link to, say "http://someone.com/show.php" being linked via "http://mypage.com/article.php". Google can compare the relative domains in this case. In other cases, relative paths can be compared.

I support this technique, provided the rel tag is checked against the link it is used for.
Go to the top of the page
 
+Quote Post
ruben
post Mar 30 2006, 08:24 PM
Post #3


Wheeeeeeee!
Group Icon

Group: Members
Posts: 245
Joined: 19-October 05
From: DG, Belgium
Member No.: 9,200



I really don't get what you are trying to say. The rel="nofollow" can be applied to any <a href> link on any website. It does not mean that Google won't spider that site, it just means, that it doesn't increase its pagerank.
You can stop all or some of your own pages from being spidered by using the robot.txt, but that's really old news. If you stop your guestbook from being spidered, that's a way too, but it's not the same thing. You would never want to do that for Blogs with comments on them for example, because if you don't let Google spider the comments on the page, using robot.txt you can only exclude the whole entry. That's what the rel="nofollow" is made for, but it can be abused too, to make legitimate links not heighten their pagerank accordingly!
Go to the top of the page
 
+Quote Post
CaptainRon
post Mar 31 2006, 08:53 PM
Post #4


Premium Member
Group Icon

Group: Members
Posts: 238
Joined: 9-September 05
Member No.: 8,400



Uh... sorry for the garbled post. Initially i got the concept wrong. Now I have it straight.
QUOTE(ruben @ Mar 31 2006, 01:54 AM) *

That's what the rel="nofollow" is made for, but it can be abused too, to make legitimate links not heighten their pagerank accordingly!

Like you said, it can be abused for the decrediting of legitimate links, and I find your argument correct. And for that reason I suggest, let Google observe a rel="nofollow" link for a length of time before giving due credits. What I mean by this is, rel="nofollow" shouldn't mean that the credits are not given at all, rather suspended. By doing that, it can wait for the website owner to remove spam links, and also finally give due credits to a legitimate link after a period of time when it notices the link is still existing.

I have made a similar suggestion at the wikipedia discussion. See the tech is needed for sure.... the question is how to prevent its misuse.
Go to the top of the page
 
+Quote Post
ruben
post Apr 2 2006, 11:29 AM
Post #5


Wheeeeeeee!
Group Icon

Group: Members
Posts: 245
Joined: 19-October 05
From: DG, Belgium
Member No.: 9,200



Yeah, in my eyes Google isn't there to give a tool of judgement for link-legitimacy. I mean this is definitively going to be used to cheat on link exchanges and ****. In Wikipedia for example, why shouldn't you get credit if your link is good enough to stay in place in an article? Google should show me the popular pages. And pages with links in popular places are popular! That's how the pagerank works.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Google - How To Hit The Top(13)
  2. Google Toolbar V3.x/4.x Pagerank Checksum Algorithm(7)


 



- Lo-Fi Version Time is now: 5th December 2008 - 11:00 AM