I'm using vb4... Perhaps that is when the bug occurs.
This is a discussion on Google Analytics Site Search within the Analysis: Traffic & SERPS forums, part of the vBulletin SEO Discussion category; I'm using vb4... Perhaps that is when the bug occurs....
I'm using vb4... Perhaps that is when the bug occurs.
Hello,
please try to modify functions_vbseo.php file:
find:
replace with:PHP Code:if(THIS_SCRIPT == 'search' && $_REQUEST['do'] == 'showresults' && $display['highlight'])
$track_url = 'search.php?q='.urlencode(implode(' ',$display['highlight']));
PHP Code:if(THIS_SCRIPT == 'search' && $_REQUEST['do'] == 'showresults')
{
global $display, $results;
$hl = implode(' ',$display['highlight']);
if(!$hl && is_object($results))
$hl = $results->get_criteria()->get_raw_keywords();
if($hl)
$track_url = 'search.php?q='.urlencode($hl);
}
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!
Looks like it's working now, will wait more days to confirm all is fine.
Great, I'm glad that worked!
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!
It works for me however search tracking shows searches as:
cache:hl-GsH_qSHAJ:http://www.patientenfragen.net/gesundheit-praevention/schwerbehinderung-beantragen-t17147.html behinderung beantragen
with the bold being the search term.
is there a way to remove the "cache:xxx" part?
What is that anyway?
This is not working for me - I'm getting site search results, but they are all 6 or 7 digit numbers. I have been advised by tech support to enable funnels, but according to this thread it should work.
I'm seriously confused!