|
Description: |
I have a php based site that has the <HEAD> tags in the head.php
Well, the site is a store, that also has pages of different products (CDs). I want those indivdual product pages (product.php) to have a separate <HEAD> content so that the title of the page in the browser will describe the Artist and Title of each CD.
I would like to email you the code for both the head.php and products.php code so you can edit it. Then I would upload it myself.
I don't know if there's an easy way to override the HEAD content that's in the head.php or if it would be necessary to remove the head content from that file, etc.
I cannot just un-include the head.php in the product page, because the head.php file contains the navigation, etc for the site.
I mainly want this done to help improve search engine rankins, as none of these product pages seem to get picked up by the search engines.
|