Bryan,
Thanks for the input.  We are doing the url rewriting currently, we were
just wondering if that was "enough" in terms of the url/filename for the SEO
side of things.

Thanks,
Scott

-----Original Message-----
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 21, 2006 2:35 PM
To: CF-Talk
Subject: Re: SEO, CF and URLs oh my

No they don't care about the file type.

There is still some debate about dynamic URLs (domain.com?id=5)

Creating static HTML pages is WAY overkill IMHO

You can rewrite your URLs (different methods depending on webserver) so that

they look like static files

www.stuff.com/product.cfm/id/5

So in the above is really www.stuff.com/product.cfm?id=5

I have some CF code that will re-write the above for IIS (and I bet it works
on 
Apache as well) to translate everything after "product.cfm" as key value
pairs.

So you could have:

www.stuff.com/search.cfm/prod_cat_id/5/saleflag/1

Which would translate to:

www.stuff.com/search.cfm?prod_cat_id=5&saleflag=1

It's really quite simple when you see it in action.

HTH

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244466
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to