Forum Moderators: Robert Charlton & goodroi
Switching from http to https and back
12 weeks does not seem to be long enough to make conclusions.
on a long term HTTPS will be mandatory
I would expect that ranking and traffic would fully recover when switching back to http because problems are gone again.
Undoing a 301 redirectThe wording betrays the problem: From your end, you may just be removing a line or two in htaccess, trala, I've undone the redirect and everything is back the way it was before. But there's no way to tell a visitor--whether human or search engine--that your intention is to reset the clock and undo the last six months.
So if the viewable content of the pages wasn't changed when switching to https, and the loading time didn't increase significantly, and google's crawling showed all of this, then the rankings and traffic should have stayed essentially the same. A big traffic loss in this case is an injustice.
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} !^www\.example\.com
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L] personally i think it's because of the backlinks. google must re-evaluate them somehow
Q: Will I see a drop in search?
A: Fluctuations can happen with any bigger site change. We can't make any guarantees, but our systems are usually good with HTTP -> HTTPS moves.
Q: Do I lose "link juice" from the redirects?
A: No, for 301 or 302 redirects from HTTP to HTTPS no PageRank is lost.
Q: How long will a move from HTTP to HTTPS take?
A: There are no fixed crawl frequencies, it depends on the size of your site, and the speed of crawling that's possible. The move takes place on a per-URL basis.
John Mueller on Google+ [plus.google.com]
Fluctuations also exist outside of understandable reason. My site has its traffic changing all the time.
Two separate rules means potentially two separate redirects for no good reason. It should have been a single rule with two OR-delimited conditions.
that relied significantly on 3rd world traffic.
Yes I know. My point is that Google will notice that people are not satisfied which cause a drop in ranking.
I also speculate that Google may have applied some kind of manual boost or whitelisting to my sites, and maybe this was reset when I made the switch.