View Single Post
Contributor
25Nov2009,14:33  
rekha's Avatar
Hi,

I want to give title dynamically for every pages.I have a header.php page where I put the title as follows,

<title><?php if (defined ('TITLE')) {
print TITLE;
}
?></title>

In every page I defined the title as

define ('TITLE', title goes here');

It is working fine for me.But I don't know whether it gets indexed or google will ignore it.Or Is there any better sloution to change the title dynamically.Pls help.