clivewalker
03-07-2003, 06:30 AM
I have a website that uses PHP include files and a configuration file to set some of the PHP variables - including the page titles and keywords. All well and good.
What I would like to do is change the order of the keywords within the page titles to enhance my listings in some search engines.
However the current set-up appears to have disadvantages with search engine placement, compared to my HTML based websites, because there is limited opportunity to have different page titles - since they are set globally for the entire website.
Apart from having different include files for each page - which kinda defeats the objective - is there another way round this ?
Any other tips for search engine placement with PHP pages appreciated.
Thanks if you can help
What I would like to do is change the order of the keywords within the page titles to enhance my listings in some search engines.
However the current set-up appears to have disadvantages with search engine placement, compared to my HTML based websites, because there is limited opportunity to have different page titles - since they are set globally for the entire website.
Apart from having different include files for each page - which kinda defeats the objective - is there another way round this ?
Any other tips for search engine placement with PHP pages appreciated.
Thanks if you can help