Closed (fixed)
Project:
Google keyhaviour
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2008 at 03:35 UTC
Updated:
8 Mar 2009 at 00:29 UTC
I installed the module. Followed the instructions for the theme and access control. But I don't get any results.
I've tried a few different experiments in using it several ways but nothing changes. It does work for organic search also correct?
Anyway this is an awesome idea and would help me immensely so i hope you can help.
Try doing a search on belt buckle knife in google. The site will be at #1. And then try a search on "belt buckles" site is ussually about #3. But nothing different in clicking through.
Thank You
Phil
| Comment | File | Size | Author |
|---|---|---|---|
| keyhavior.jpg | 178.04 KB | shunshifu |
Comments
Comment #1
danielb commenteddid you do the changes in template.php?
can you try appending to or changing the page title first? as that is one we definitely know works.
Comment #2
shunshifu commentedHi Daniel,
Yes I did the template.php change (there was only one right?)
Yes I already tried changing the page title but I'll give it another shot
Phil
Comment #3
shunshifu commentedYeah tried both the head title and the content title and nothing.
I'm wondering if that function has been edited to be used witht the page title module and if that would effect things. Here is the code
function _phptemplate_variables($hook, $vars) {
$vars = array();
if ($hook == 'page') {
// These are the only important lines
if (module_exists('page_title')) {
$vars['head_title'] = page_title_page_get_title();
}
}
return google_keyhaviour($hook, $vars);
}
Comment #4
danielb commentedThat should be fine. :/
Comment #5
shunshifu commentedHHHMMMM any ideas then?
I'm using panels, would that effect anything?
How about the cache? Does that get in the way?
Perplexed
Phil
Comment #6
danielb commentedTry turning the cache off, that is a possibility.
Comment #7
danielb commentedComment #8
danielb commented