Forum Moderators: Robert Charlton & goodroi
How long will it take? it's been a month. And is HTTPS perceived as a new site?
I've never heard that G looks at https as a new site
Since that day we never appeared in Google Search Carousel that Google shows on Mobile searchesDifficult to say if the several changes you recently made are related to your site no longer being included in the carousel.
[edited by: not2easy at 2:04 am (utc) on Jun 3, 2017]
[edit reason] sorry, no details [/edit]
Are there any tools to check?This tool checks several indicators that may be a concern:
Should I also remove site maps from the http versions of Google Webmaster tools so Google doesn't crawl them anymore?
[edited by: phranque at 7:47 am (utc) on Jun 6, 2017]
[edit reason] spelling [/edit]
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Note: your server may require a different code