Learned I had an ecommerce site that had a ton of https product pages in the Google index.
Came to realize this needed cleaning up, and fast.
Site has about 200 products. Google has been showing anywhere between 6,000 pages (at the start - there was a ton of infinitely repeating non-canonical junk, we got that cleaned up), and it was then down to 1,900 pages - much of this due to the "S" pages and other nonsense that is in the process of cleaning up through 301 redirections, etc. What a mess!
Any https is handled by the shopping cart, that is on an entirely different domain, so https should never have entered the picture.
Site is running on Shopify - their advice was to block the pages with a couple of lines in the header.
{% capture protocol %}{{ 'reset.css' | asset_url | truncate: 5, '' }}{% endcapture %}
{% if protocol =='https' %}<meta name="robots" content="noindex, follow" />{% endif %}
So we did that.
Then this smart guy (me!) learned that I could create an https instance over on GWMT and ask it to remove all the urls.
So I did it.
Within minutes, the whole site has disappeared from Google. And I mean REALLY disappeared.
1900 pages down to 3 really wrong pages should be redirected but that's another story - they are an artifact of the cart being set up incorrectly years ago.
Been trying to isolate these problems and solve them one at a time.
Organic Traffic has crashed as you might imagine.
Should I get busy and phone up the Google geeks? Did I miscalculate that GWMT would help?
Or is this just the Google Dance and all I need to do is wait? How long?
I'm about 2 days into this and wondering if I need to get busy or what...