How to craete dofallow link

Started by YKG, 05-24-2011, 08:03:21

Previous topic - Next topic

YKGTopic starter

Any one tell me how to create do fallow links


aprilhomer

links are dofollow in default..


almedajohnson

if rel=nofollow is not there then links are dofollow :) and you can't create it as all links are dofollow until they have rel=nofollow attribute

bidaddy

For identifying it, you don't require any advanced coding knowledge. Simple basic HTML can help you regarding the same. Link 'rel attribute' defines the type of link and by checking this attribute you can very well judge whether it's a dofollow link or nofollow link.
<a href="http://exampledemo.com" rel="dofollow">Example1</a>
OR
<a href="http://exampledemo.com">Example2</a>
OR
<a href="http://exampledemo.com" rel="external">Example3</a>

Rel Dofollow – All three above links are dofollow, which means if a link doesn't have a rel attribute then it's a dofollow link. On the other hand, a nofollow link must have been marked as REL No follow tag.