Hello.
I need to assign the attribute "follow" to outgoing links from one page only (custom page).
I'm using vBSeo 3.3.2 on vBulletin 3.8.5.
How can I do?
Thank you.![]()
This is a discussion on How to add rel="follow" to links from a page within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello. I need to assign the attribute "follow" to outgoing links from one page only (custom page). I'm using vBSeo ...
Hello.
I need to assign the attribute "follow" to outgoing links from one page only (custom page).
I'm using vBSeo 3.3.2 on vBulletin 3.8.5.
How can I do?
Thank you.![]()
Hi,
You can manually add the rel="follow" to the links in the HTML source of the custom page, if you also add rel="novbseo" to the links this will stop vBSEO processing that link and will not add the nofollow.
you also need to enable VBSEO_ALLOW_REL_NOVBSEO option in config_vbseo.php file:
Ceridefine('VBSEO_ALLOW_REL_NOVBSEO', 1);
Hi. It works fine for internal links. It doesn't work for external links.
This is the page: cionfs.it/forum/antipixel.php
This is a part of the code
Why doesn't works?Code:<td width="88" align="center"><a href="http://www.wmaster.it/forum/" target="_blank" rel="follow" rel="novbseo"><img src="http://www.cionfs.it/files/antipixelparty/wmaster.png" border="0" /></a></td>
This function works only for internal links?
Thank you.![]()
Cionfs.![]()
Please try to put rel="novbseo" before the URL part:
HTML Code:<td width="88" align="center"><a rel="novbseo" href="http://www.wmaster.it/forum/" target="_blank" rel="follow"><img src="http://www.cionfs.it/files/antipixelparty/wmaster.png" border="0" /></a></td>
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Oh yeah! It works.![]()
Thank you.![]()