Hello,
I build a website with Apex. I get the following error. What do you recommend? I use cloudflare in order to redirect the page to apex home page. In addition, no login need to use the website. Thanks for your support.
Apex: 24.2.0
ORDS: Oracle REST Data Services 24.3.1.r3061450
Tomcat: 9
Problems found:
- Too many redirects. Please try to reduce your number of redirects for https://fonanalizim.com. Actually you use 19 Redirects. Ideally you should not use more than 3 Redirects in a redirect chain. More than 3 redirections will produce unnecessary load on your server and reduces speed, which ends up in bad user experience.
- You use 301 and 302 redirect at the same time. This might be confusing for search engine. Generally, please do not use 301 and 302 redirects at the same time.
- You use a 302 redirect. This means, that the actually content is temporary not reachable and will come back soon. To use a 302 redirection for generally moved pages is a bad idea. Search engine bot might not follow it or handle it as temporary. For SEO this is also a bad idea, because no link juice will be transferred to the linked page.