Expand my Community achievements bar.

How to remove 301 and 307 redirects from aem websites?

Avatar

Level 1

When I hit the url of website(Ex: www.example.com), in the network tab developer tool(on clicking F12), I am getting as:

Name                                Status

www.example.com                301

xyz.html                               307

Can anyone help me in removing 301 redirect on aem sites?

This is to improve SEO ranking

2 Replies

Avatar

Employee

Hi Sajith,

- I think redirection for your site is configured either in aem or webserver/dispatcher in first place. You should remove the configuration to disable the redirection.

You can refer following for redirects and SEOs. these are for configuring redirection , you can verify if these settings are correctly disabled/deleted in your system.

https://docs.adobe.com/docs/en/aem/6-3/manage/seo-and-url-management.html

http://www.aemcq5tutorials.com/tutorials/implement-301-302-redirect-aem/

 

Best Regards,

Abhishek

Avatar

Level 1
        Do I need to change in 'httpd.conf' file in web server? Can you help me with the exact procedure to remove redirection with any example? Thanks in advance.