Responsive web design has a crawl error of redirecting to HTTP instead of HTTPS ? is this because of the new update of google that appreciates the HTTPs more?
-
We at yamsafer.me are using a Repsonsive web design! A crawl errors occured which redirects the hompage to an HTTP version instead of HTTPS?
Any ideas on why this happened?
-
Hi Moaz,
How are you specifying the redirect?
If you put the redirect in the .httaccess file I don't think a crawler will ever see an HTTP version. I just tested the site and changed the https to http and was redirected so I know client side it is redirecting. However crawlers act differently but will have to follow rules if they are defined in .httaccessRewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}