Any reason why
Code:define('VBSEO_AUTOLINK_FORMAT', '<a target="_blank" href="%1">%2</a>');
no longer appears in the vbseo_config file?
This is a discussion on keyword link replacements within the General Discussion forums, part of the vBSEO SEO Plugin category; Any reason why Code: define ( 'VBSEO_AUTOLINK_FORMAT' , '<a target="_blank" href="%1">%2</a>' ); no longer appears in the vbseo_config file?...
Any reason why
Code:define('VBSEO_AUTOLINK_FORMAT', '<a target="_blank" href="%1">%2</a>');
no longer appears in the vbseo_config file?
It exits in config_vbseo.php
PHP Code:define('VBSEO_AUTOLINK_FORMAT', '<a href="%1" title="%2">%2</a>');
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Apparently, after upgrading to 3.3.2, the VBSEO_AUTOLINK_FORMAT variable did not have a value. Works now!
Is there a way of setting this so things only get replaced for guests?
You can enable it to guests only for guests within the following option inside config_vbseo.php
PHP Code:define('VBSEO_ACRONYM_GUESTS', 0);
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Sorry for repeat post:
Is there any way to do that:
when appear the word "Ebay" I have the link Ebay
when appear the word "ebay" I have the link ebay
when appear the word "eBaY" I have the link eBaY
etc...
In GAL I have defined 1 link "ebay" and all words ebay, Ebay, eBaY... were transformed to links ebay, Ebay, eBaY ...
Hello ,
Yes you can do that . Please do the following.
In vBSEO Cp please look for Acronym Expansion setting.
You should choose REPLACE acronyms as expanded text option.
and you need to define replacements as
Code:'Ebay' => 'http://www.ebay.com'
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
The repalced text will be the one you defined there. We don't offer differfent and complex options similar to Gal.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
What exactly are you trying to do with the link?
Brian Cummiskey / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Brian Cummiskey / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
okay, please add this option!
second Q: How do we do:
target="_blank
But you don't need to go into the raw XML to do this. It is available in the CP directly since 3.5Code:<value><![CDATA[<a target="_blank" rel="glossary" href="%1" title="%2">%2</a>]]></value>
vbseocp.php#vbseo_opt
advanced tab
"Acronym Autolink Format NEW!"
enter:
Please suggest all feature requests here:Code:<a target="_blank" rel="glossary" href="%1" title="%2">%2</a>
vBSEO Plugin Feature Suggestions
Brian Cummiskey / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!