I'm currently developing a web shop selling various products, and have a question re. meta tags for the pages.
I have a store.cfm page which is passed a url id, to give details of the product. I can pull meta tags from the database no problem (select metadesc,metakey from products where id=#url.id#) and put them in the page (<head><meta name="description" content="#query.metadesc#"> ).
My question really is, is it worth it? Since there's only one page (store.cfm), will these meta tags get picked up by search engines or whatever for all the products? (i.e. I don't have a bunch of pages: product1.html, product2.html etc which could be indexed by a spider)
Any ideas would be much appreciated.
moog
------------------
No Norm, those are your safety glasses... I'll wear my own thanks.




Reply With Quote