diff --git a/nodewords.module b/nodewords.module
index 3ebc5a8..a4ee404 100644
--- a/nodewords.module
+++ b/nodewords.module
@@ -583,7 +583,7 @@ function nodewords_preprocess_page(&$variables) {
   if (isset($output_tags['page_title'])) {
     if (!empty($output_tags['page_title'])) {
       drupal_set_title($output_tags['page_title']);
-      $variables['page_title'] = strip_tags(drupal_get_title());
+      $variables['head_title'] = strip_tags(drupal_get_title());
     }
     unset($output_tags['page_title']);
   }
