Titles must use
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.

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

Comments

druvision’s picture

Sorry about the previous post. I used the H1 tag itself without closing it. Here is the patch again:
Titles must use H1
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.

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

Status: Reviewed & tested by the community » Closed (fixed)

I will re-open it again without the buggy H1