Does anyknow how what the effect would be to dynamically generate a TITLE tag for each different product, so as to have specific title for each product page?
I know it can be done, but will the search engines see it as such or consider this spamming?
any help greatly appreciated.
if each page is unique to a product and the content is different then it will be ok
as long as the final result looks like tags then there is no problem. I have done exactly what you are talking about with very good results.
The pros are that you can set up a small function to generate the tags dependant on information supplied within each page, and you can easily change tags across all pages by simply changing the function.
The cons are that each page will have a similar title so you need to make sure there is sufficient difference in each page. This can be done by inserting specific keywords on each page, or making the tag function a little more intelligent, or...
Of course the thing is that you have to install the function on every page and seed each page with insertable criteria anyway so it might be just as easy to do the tags from scratch.
Onya
Woz
So you only have to put the function to call the title of the "product" and you're set. The problem I see is registered all of these pages by hand. Will take a long time.
mdub