The main title inside the page body must use the H1 tag for search engine compatibility otherwise the google can't find the page title in the page body and displays incorrect text.

Fix: in page.tpl.php, around line 140-150 change the page title from DIV to H1. Here is the result.

echo $layoutcode -pagetitle"> print ($title)

Comments

druvision’s picture

Here is the correct code:

<h1 class="content<?php echo $layoutcode ?>-pagetitle"><?php print ($title) ?></h1>