I want to remove "nofollow" from links in my links page. Is there a html code that I can use to disable nofollow for certain links? I use vbseo and this enables nofollow for links. Thank you
Sorry.. im a newbie to coding. So basically in this example: <a href="yoursite.com">Your Site Here</a> , I would add the rel="" to where? I dont have any rel="nofollow" to begin with because of vbseo. Thanks
No.. its a vbseo setting which automatically makes them to nofollow. Is there anyway to force links to be followed?
1. Go to the links page. 2. Open source code (in View menu) 3. Find some link line <a href="yoursite.com">Your Site Here</a> If there isn't rel="nofollow" then it is not set to notfollow. If they automatically make them to nofollow, you should see it in source.
you should, however, also view the meta tags for the page. it's less common but it's still a possibility that that's what they're using.
FYI vBSEO does include a feature allowing users to prevent rel="nofollow" from being applied to a link that is otherwise configured to have it automatically added.