Forum Moderators: coopster
We link directly to each of these dynamic pages from various other pages. For example, our Blue Widgets section has 10 pages of widgets that are blue. They are all run from one php search script bluewidgets.php
We have made the dynamic pages SEO friendly as much as possible, including converting them to .html via htaccess so that they look like bluewidgets1.html, bluewidgets2.html etc.
So now I would like to customize those pages further by inserting a different title in each page. But how do I do that via one single php search script that is converted via .htaccess as described above?
For example bluewidgets1.html would have title "Lovely Blue Widgets", bluewidgets2.html would have "Asian Blue Widgets" etc etc