rel="eternal"

Go4Expert Member
19Jun2010,12:23   #1
infoway USA's Avatar
rel="external"- What does this show dofollow or nofollow link? I've found it in source of a few blog's comment. Are those blogs nofollow blog or dofollow blog? Since I'm a new bee in seo I don't know what rel="external" actually is? And role of it?

Please help me with a list of dofollow blog? Thnx
Go4Expert Founder
19Jun2010,13:26   #2
shabbir's Avatar
Its just data about the link which is not used by many
infoway USA likes this
Go4Expert Member
19Jun2010,14:57   #3
infoway USA's Avatar
Thanks shabbir, I'm sorry it's not "eternal" it's "external".
Go4Expert Founder
19Jun2010,15:19   #4
shabbir's Avatar
Yes I got your point on typo before only
Go4Expert Member
25Feb2011,12:04   #5
tulsi.p17@gmail.com's Avatar
do follow is hyperlink inclusion that tells search engines to pass on any credibility or influence to an outbound link.dofollow backlinks delivers link juice to your site and no follow do not do it. no follow increase your website's single visit.
Go4Expert Member
25Feb2011,13:29   #6
shrikrishnatech's Avatar
rel=’external’ is a part of xhtml code necessary to open a new window, but it requires javascript to execute this action.

function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i
var anchor = anchors[i];
if (anchor.getAttribute("href") &&
anchor.getAttribute("rel") == "external")
anchor.target = "_blank";
}
}
window.onload = externalLinks;
shabbir likes this