Closed (fixed)
Project:
MultiFlex theme
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2006 at 05:40 UTC
Updated:
21 Dec 2006 at 05:44 UTC
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