We have a dynamic website with a page for our product lines. I pull everything from a database and the layout remains the same. So suppose I have a page called productline.cfm ( The site is developed in coldfusion)
Now say if I have three products that we sell say phones,phone accessories and car acessories. My links look like this
when the use clicks the link "Phones"
When the user clicks "Phone Accessories" my link looks like
and so on.
Now google or yahoo cant really display these dynamic pages,it seems like they dont cache the above links. They only cache and that is the problem. I was asked to convert the above links to
so to convert all the ampersands and equal to signs to slashes and then our pages would be cached correctly? Does anyone think that will help? This will require a huge database conversion, coz everything on the website is dynamic even the menu and the links. Please advice. Thanks.
Now say if I have three products that we sell say phones,phone accessories and car acessories. My links look like this
when the use clicks the link "Phones"
When the user clicks "Phone Accessories" my link looks like
and so on.
Now google or yahoo cant really display these dynamic pages,it seems like they dont cache the above links. They only cache and that is the problem. I was asked to convert the above links to
so to convert all the ampersands and equal to signs to slashes and then our pages would be cached correctly? Does anyone think that will help? This will require a huge database conversion, coz everything on the website is dynamic even the menu and the links. Please advice. Thanks.