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

CommentFileSizeAuthor
keyhavior.jpg178.04 KBshunshifu

Comments

danielb’s picture

did 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.

shunshifu’s picture

Hi 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

shunshifu’s picture

Yeah 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);
}

danielb’s picture

That should be fine. :/

shunshifu’s picture

HHHMMMM any ideas then?

I'm using panels, would that effect anything?

How about the cache? Does that get in the way?

Perplexed

Phil

danielb’s picture

Try turning the cache off, that is a possibility.

danielb’s picture

Title: Doesn't seem to work » variables not affected when referer is google
Status: Active » Postponed (maintainer needs more info)
danielb’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)