Mobile app version of vmapp.org
Login or Join
Barnes591

: What is the difference between using dofollow and omitting rel? My main concern is whether dofollow is interpreted as more important than links without any rel attribute. Does it make any difference

@Barnes591

Posted in: #Dofollow #Links #Rel

My main concern is whether dofollow is interpreted as more important than links without any rel attribute. Does it make any difference for search engines?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Barnes591

2 Comments

Sorted by latest first Latest Oldest Best

 

@Nickens628

What some people call a "dofollow" link is just a normal link - i.e. a link that does not have the rel="nofollow" attribute. If you use dofollow in the rel attribute of a link, it is simply ignored by search engine spiders.


So, what you want is simply something like this:

<a href="target.html">target</a>


There is no dofollow (or similar) attribute you can add to the link. The absence of nofollow is what you're looking for.

Note: this answer was loosely based on this answer at Drupal Answers.

10% popularity Vote Up Vote Down


 

@Kevin317

There is no such thing as "dofollow". All links are followed unless specifically stated otherwise (nofollow).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme