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 |
|
Its just data about the link which is not used by many
infoway USA
like this
|
|
Go4Expert Member
|
|
| 19Jun2010,14:57 | #3 |
|
Thanks shabbir, I'm sorry it's not "eternal" it's "external".
|
|
Go4Expert Founder
|
![]() |
| 19Jun2010,15:19 | #4 |
|
Yes I got your point on typo before only
|
|
Go4Expert Member
|
|
| 25Feb2011,12:04 | #5 |
|
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 |
|
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
like this
|

