Forum Moderators: phranque

Message Too Old, No Replies

ColdFusion Spider Issue

ColdFusion Spider Issue

         

coloryan

9:01 pm on Jun 23, 2003 (gmt 0)

10+ Year Member



I've got a site built out in CF and am beginning to notice a problem. When it's spidered, I'm missing a few key pieces of my page. Example, it should read like this: siteURL.com/index.cfm/nextpage=MasterDisplay=blahblah. However, it's being picked up as this: SiteURL.com/masterdisplay=blahblah. Without that index.cfm I'm missing a header and a footer. Does anyone know of anyway around this?

wingslevel

3:50 pm on Jun 24, 2003 (gmt 0)

10+ Year Member



we use cf and our index.cfm pages get picked up ok by google. one of my sites is in my profile if you want to check it out (having a server issue at the moment, though...).

we stripped the =, & etc. out of our url's using an application called formurlattributes - search around some of the cf boards and you will find it - it makes the urls look and feel like static urls so the search engines stay happy.