Site structure
Version 3.x > Site structure > 302 Redirect View modes: 
User avatar
Member
Member
tmcmahan-eplicaservices - 10/24/2008 12:38:46 PM
   
302 Redirect
Hello,

I have a few root level pages in my CMS document tree that perform a URL redirection using the CMSDesk...Properties...Menu tab's option:

/Services.aspx -> /Services/Overview.aspx
/Resources.aspx -> /Resources/Overview.aspx

When I run SEO diagnostic reports I notice that the redirection that occurs is a 302 (temporary) redirect. This really hurts our SEO effort since the 302 pages will not be indexed by bots.

Is there any way I can customize the redirection so that a 301 (permanent) is used instead?

Thanks for your help!

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 10/29/2008 1:58:46 AM
   
RE:302 Redirect
Hi,

Could you please try to add this into your web.config file:

<add key="CMSUsePermanentRedirect" value="true" />

I hope this will help.

Best Regards,
Juraj Ondrus