Yes you can do that. However, and it's a very big however, Google will NOT pick up and use the title element in the SERPs if it is NOT inside the document head. It will display the text from the first heading element on the page instead. The page does however appear in the results for the title phrase.
Yahoo! and MSN will use the title in their SERPs and obviously show the page in the results.
ASK does NOT even put the page in the results for the specific title phrase search.
Every browser I checked (all the major ones) display the title correctly.
A better way to do this is to modify the header template to use a variable for the title
Code:
<title><?echo $title ?></title>
then have code before the include that sets the variable to whatever value is needed for that page.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
|