Different Titles <head>
Posted by: steve.spam
Posted on: 2008-09-02 07:42:00
Hi there!
My website consists in 3 parts, 2 "statics" one: header.php and footer.php and another one "dynamic", let's call it content.php
What happens is, whenever a "dynamic" page, ie: products, about us, contatc, etc... is loaded, the server loads automatically the header.php and footer.php
This actually saves me some time, because when I need to change like an information on the footer, I don't have to edit too many files, just one (the footer.php).
But I'm facing a small "problem" here, since I have only one header (that contains our TITLE), all my pages have the same title... what is not recommended for Search Engines optimizations... so, here comes the question:
How can I have separate/different page titles if I have only 1 "static" header page...
Thanks in advance,
Steve.