It used to be true that they couldn't, but Google changed all of that, so
pretty much all of the major search engines now have to offer that or be
left out. I used to use SES urls but if you're using IIS it will not log
your url. It will only log up to the file name. The only way around this
would be to make a custom 404 error page, and have all your calls take out
an index.cfm so say you have
http://something.com/index.cfm/bob/rules/when/forever to get IIS to log it
right you would have to have the url be
http://something.com/bob/rules/when/forever , I have no messed with this
method because as I said the important search engines should index you
correctly.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-----Original Message-----
From: Shawn Kernes [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 22, 2002 12:45 PM
To: CF-Talk
Subject: RE: Search engine safe


Has anyone had a problem with search engines indexing CF sites in the last
few years?



It was my understanding that every major spider could handle url's with
'/,?,&,$,%' without any problem...

In fact my url's are formatted like this
http://www.stubhub.com/?genre_id=146...


- Shawn

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 22, 2002 9:27 AM
To: CF-Talk
Subject: RE: Search engine safe


how do accomplish something like this? Never did this before. Would be a
good thing know.

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-----Original Message-----
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 22, 2002 12:24 PM
To: CF-Talk
Subject: RE: Search engine safe


> Would the following url be search engine safe?
> http://www.autopartsland.com/Cart.cfm?model_id=21&make_id=4
>
> Or would it need to be like so
> http://www.autopartsland.com/Cart.cfm/model_id/21/make_id/4/

It depends on the engine, but I'd tend to use the slashed version as all
engines will like that

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************





______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to