SEO issue after moving from HTTP to HTTPS

BlackThorn

Verified User
Joined
Feb 24, 2013
Messages
34
Location
Istanbul
Hi there,

I've moved my site from HTTP to HTTPS, however now there's a problem after switching from HTTP to HTTPS. And the problem is that, URL redirect. I think force redirect URL is a problem with .htaccess or I really don't know that what is wrong. So, is there any function to do this? Here's just an example of check up from the web site about SEO tools:

URL Redirects Checker:
Your URL performed one redirect! While redirects are typically not advisable (as they can affect search engine indexing issues and adversely affect site loading time), one redirect may be acceptable, particularly if the URL is redirecting from a non-www version to its www version, or vice-versa.

-> from: http://www.example.com/ to: https://www.example.com/

Check how many redirects your URL will perform to resolve to the final destination URL. Redirects often cause search engine indexing issues and can also lead to some minor loading delays. Google recommends removing or keeping redirects to a minimum.

Source:
Code:
https://seositecheckup.com

As you probably noticed there's a problem and now I'm having that issue with the redirection of my site and can't figure out what is wrong. HTTPS and force add to WWW. redirect together, this is what I'm using for my redirects but I can't understand isn't that normal? What is problem? Anyway, it's possible to do this without .htaccess or force-using HTTPS and WWW. default/automatically for my site?

Regards,
 
Hello,

Actually I don't see any problem here. If you have one redirect and it's working so you don't need to worry much about it. There is no other way to redirect users from HTTP to HTTPS without using redirects.
 
Back
Top