Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

1. Diagnosing whether a site is redirecting to HTTPS automatically.

We will be using the cURL utility to diagnose this issue. Please note that the utility is included in both Mac and Windows and you can access it by simply opening a command line interface.

To check this on a domain, go to a command line and type:

curl -I sitename

A correct result will look like this:

While an incorrect one will look like below:

200 is the OK response while 301 is the redirect response

Please note, if a site has a Coming soon page, it should be returning a 503 status code to indicate the site should not be reindexed at that time. Google knows that when this status code is returned, it is to check the page again later on.

You can view more info about that here.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.