View Single Post
  #1  
Old 04-28-2004, 09:17 PM
laura's Avatar
laura laura is offline
Premium member
 
Join Date: Apr 2004
Posts: 142 laura is on a distinguished road
Removing Variables

I'll start off this forum with the major problem off all dynamic languages, removing the variables. For those of you new to Coldfusion variables are the ? & = you see in your URL. Others may be asking why it's a problem to have a page like this

well it's because spiders have trouble with all those variables and more than likely won't spider the page. So now your asking what do I need to do to remove those variables? I personally use the free custom tag URL_Handler.cfm found at http://www.cfhub.com/contributions/ses/URL_Handler.cfm this tag takes

and changes it to

by doing this you allow your site to be easily spidered by all SE's.

I Hope this helps!
__________________
Orlando Cars
Reply With Quote