Hi,
Does anyone know if is possible to automate what my <title> on my web page is?
For example, i'd like something like the following to happen:
My database has multiple cities, in each city is my product.
I have a query based website, where the users click on "city name" and the results list all of my product in their city.
I'd like my web page <title> to change to match the city. so that instead of just saying "MyWebPage - Product" it would say "My WebPage - "Product in city"
doable?
Thanks in advance.