Che is using a 301 redirect, which is a permanent redirect. AFAIK search engines tend to penalize 302 (temporary) redirects, but are fine with 301s.
I would agree that DNS would generally be considered the best solution, followed by a 301 redirect in IIS, followed by a 301 in ColdFusion. 301s are really easy to set up in IIS. I don't have easy access to an IIS 6 site right now, but it's under the "home directory" tab or something like that. Then choose the correct option in there and make sure you choose that it's a permanent redirection. - Andrew. On 2010-06-03, at 11:20, Ian Skinner wrote: > > On 6/3/2010 8:06 AM, Che Vilnonis wrote: >> 3. Are the any search engine related "penalties" to doing any of these >> redirects? >> > > If I am using the terminology correctly. I don't think you want to > redirect, that search engines consider this basically a bait-and-switch > no no. > > IIRC, you want to set up your DNS so that all these domains are aliases > for the same thing. That is what search engines like to see. You are > up front saying all these names are interchangeable and equivalent. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334292 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

