strawhat150
Regular Member
- Jan 29, 2014
- 402
- 175
Google considers https a different site from http.
Maybe your SERP tracker does the same?
I had a client go apeshit on me, while his https site was ranking fine, just the http had disappeared (as planned).
I just checked my 301 redirect, and i saw that only main page is being redirected to https
but not other pages
any idea how to fix this?
I use this code to redirect
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) https://www.****com/$1 [R=301,L]
I it happened to me before, site lost rankings after switching to HTTPS, ranking NEVER came back .. however I have to mention that the link profile was not totally clean (the site could be penalized) so it could be a coincidence
I tried to restore the HTTP format of the site later but that did not help