> Forgot the example of a url I would be using: > > somesite.com/index.cfm/id/19.htm > > instead of : > > somesite.com/index.cfm?id=19 > > Trace
yes, but that is not really a 'search engine safe' url. the .cfm in there will give the search spider all the clues it needs to determine that this page is data-driven. they won't ban you or anything, but you won't get as many points as if your URLs looked like: http://www.somesite.com/index/19/ that is a true 'search engine safe' url, otherwise known as a 'directory-style-querystring' hth, nagrom ~~~~~~~~~~~~~~~~~~~~~ http://www.morgankelsey.com ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

