Quote:
Originally Posted by mrmister
|
Just enter the naked domain name in the tool. So, domain.com
Check the canonical box.
You should see 4 results, typically. Three of the results will show 2 status codes, 301 and 200. The version of the domain you are redirecting other versions to will have a single status code of 200.
You should be 301 redirecting similar to this:
Code:
http://domain.com to https://domain.com
http://www.domain.com to https://domain.com
https://www.domain.com to https://domain.com
You don't want 2 redirect chains like you suggested.