|
hii...
Dofollow and nofollow are two Link building methods.
when we create a link on webpage using HTML we use a tag like....
<a href="http://www.example.com/" rel="nofollow">Next</a>
This link with rel="nofollow" is a nofollow link. It simply tells the web spider not to crowl the link.
On the other hand if do not use rel="nofollow", the link is called a dofollow.
Web spider will crowl the link in this case.....
|