This does not work in my file .phtml.
.phtml
$head = $this->getLayout()->getBlock('head'); $head->setTitle("title blah"); $head->setDescription("description goes here"); $head->setKeywords("apples bananas coconuts");
I believe that you will want to put this code in your controller, and not in files of your kind.