I just noticed only one of my pages is indexed by Google. I’ve never had this problem, so I think it’s due to the recently enabled SSL Certificate, which changed my site from http: to https:.
I’m only guessing that this is the problem. For now I’ve updated my sitemap to reflect this change, but I don’t know if this will help. I don’t even get why the one page indexed is being indexed and not the others.
Any suggestions? Should I make changes at my hosting service?
Google Analytics shows a drop in traffic but not an absolute cessation. Google Search Console shows an absolute drop in clicks - I mean zero clicks.
I was wrong about one page being indexed. I extrapolated that from that one page having 7 back links to it. My indexing report indicates none of my pages are indexed. Zero. Previous to this I had two to three thousand back links, but now I only have the 7 linking to that one page.
As I now understand it, Google treats https://drumdr.com/
as a different site than http://drumdr.com/.
I’ve now added https://drumdr.com/ to my Search Console properties and requested indexing for the pages (maybe this is what you meant gandalf).
I’m guessing that Google Analytics has continued to track my site’s traffic because the tracking code remained despite the change to https, and that’s why it reports only a drop in traffic, but I don’t get why Google Console is unaware of this and reports an absolute drop in traffic.
And I really don’t get why one of my pages still gets credited with back links but none of the others do.
Hopefully, I’ll have some good news to report soon.
If the majority of your links use the non-https version of the URL, then they will not be counted as links to the https version unless you have redirects in place. The usual method is to set a redirect from http to https in your .htaccess file.
You also need to ensure you’ve followed the “change of address” procedure for Google.
One day after adding https://drumdr.com/ to my Search Console properties, Search Console is still reporting zero clicks to the http site but some activity on the https site. Google analytics reports an overnight increase in traffic to the http site of more than double.
I feel like I’ve made some progress, but there’s a lot more I still need to understand before I can let this go.
My .htaccess file is not readily accessible to me, so I need to discuss this with my ISP.
I have just checked Google Chromes’s site:drumdr.com and it appears that most sites have the www. prefix.
I use LetsEncrypt and Certbot to manage all site redirection.
From bitter experience I have learnt to use a temporary 302 redirection because once the permanent 301 redirection has been activated going back is an enormous task.