BFella
10-13-2004, 10:13 PM
I have a cfml site at <<Snipped>> My rating in the search engines is very low. And it seams that the product infomation doesn't get to the engines eather.
Can any one help.?
Dave
Can any one help.?
Dave
![]() | View Full Version : CFML Site BFella 10-13-2004, 10:13 PM I have a cfml site at <<Snipped>> My rating in the search engines is very low. And it seams that the product infomation doesn't get to the engines eather. Can any one help.? Dave christowang 10-13-2004, 10:30 PM You probably will have better luck if you use URL's without Query Strings. So this... /index.cfm?action=dsp_detail&catalogueID=0&itemcode=110376 Should be something like /detail/110376/ Depending on your server you can just have it translate the URL's to the ones you are doing now for search engines to follow them. |