On Wed, Dec 10, 2008 at 6:08 AM, Scott Doc wrote:
> So I added the following code on effected pages:
>
> <cfheader statuscode="301" statustext="Moved permanently">
> <cfheader name="Location" value="http://www.example.net/test.cfm?page=4";>
> <cfabort>
>
> Recently I checked our redirects with a tool found here:
> http://www.seoconsultants.com/tools/headers.asp
>
> It reported that it was receiving an HTTP Status Code of: HTTP/1.1 302 Object 
> Moved

I have seen that behavior as well. Haven't had a chance to investigate
it and/or file a bug yet.


> Why is that? And, more importantly, does this matter?

It matters to search engines. If you want to rank high you really
shouldn't move pages around, but if you do a 301 will be picked up
much better then a 302.

What you could try is a cflocation with the statusCode attribute (new in CF 8).

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316735
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to