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
Comment #1
druvision commentedSorry 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.
Comment #2
druvision commentedI will re-open it again without the buggy H1