Active
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:46 UTC
Updated:
21 Dec 2006 at 05:47 UTC
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
Comment #1
druvision commentedHere is the correct code: