- Jan 17, 2015
- 5,263
- 4,956
1 month ago, I started noticing that one of my sites start rapidly declining
I have a big friend/client that has two big sites linking from his nav bar to my site
For some reason, he asked me to do some changes in his sites and at some point of mid-march I was inspecting with screaming frog some links and found that the links he had in the nav bar were pointing to my NON-HTTPS version of my site: something like:
But my site was some time ago, switched to https so for some bizarre reason I thought:
"If Google is using that a href to my old non-https link it will be doing two jumps => http => 301 => https, so now that I have the opportunity I'm going to switch from http to https to make things easier for Google"
Don't ask me how I got to that reasoning, but in the last while I'm a little bit absurdly obsessed with removing all type of 301...
So I decided to change the link in the TWO sites to
And this is what happened:
I'm just writing this as something to be aware of. In fact, I don't know what to do now, if it will be a good idea, to switch back again, or if it will be better to leave things "as is", and wait to see if the big G decides to take this links as worthy again.
But essentially my lesson learned is that 301 are not that bad as I thought.
I have a big friend/client that has two big sites linking from his nav bar to my site
For some reason, he asked me to do some changes in his sites and at some point of mid-march I was inspecting with screaming frog some links and found that the links he had in the nav bar were pointing to my NON-HTTPS version of my site: something like:
Code:
<a href ="http://www.mysite.com" >
But my site was some time ago, switched to https so for some bizarre reason I thought:
"If Google is using that a href to my old non-https link it will be doing two jumps => http => 301 => https, so now that I have the opportunity I'm going to switch from http to https to make things easier for Google"
Don't ask me how I got to that reasoning, but in the last while I'm a little bit absurdly obsessed with removing all type of 301...
So I decided to change the link in the TWO sites to
Code:
<a href ="https://www.mysite.com" >
And this is what happened:
I'm just writing this as something to be aware of. In fact, I don't know what to do now, if it will be a good idea, to switch back again, or if it will be better to leave things "as is", and wait to see if the big G decides to take this links as worthy again.
But essentially my lesson learned is that 301 are not that bad as I thought.