Yeah, the 302 redirect does crazy things to Google. In the past if A 302 redirected to B, then A would eventually drop of the search results. (among other nasty page jacking things...)
~Brad -----Original Message----- From: Albert Bussolino [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 11:59 AM To: CF-Talk Subject: Re: What *NOT* to do to screw up my google rankings... On 11/8/06, Will Tomlinson <[EMAIL PROTECTED]> wrote: >Would it hurt to put a cflocation on them, pointing to the new store? Placing dynamic ><cflocation>s to the matching page in the store isn't really an option. Yes, don't use it ... try to redirect with 301 status code instead: <cfheader statuscode="301" statustext="Moved Permanently" /> <cfheader name="Location" value="your new path" /> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259678 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

