Mobile app version of vmapp.org
Login or Join
Smith883

: Google suddenly only indexes https and not http So all of a sudden, searches for our site "radiotuna" give out the result as an HTTPS link. https://www.google.com/?q=radiotuna#hl=en&safe=off&output=search&sclient=psy-a

@Smith883

Posted in: #Google #GoogleSearch #Https #Seo

So all of a sudden, searches for our site "radiotuna" give out the result as an HTTPS link.
www.google.com/?q=radiotuna#hl=en&safe=off&output=search&sclient=psy-ab&q=radiotuna&oq=radiotuna&gs_l=hp.12...0.0.0.3499.0.0.0.0.0.0.0.0..0.0.les%3B..0.0...1c.LnOvBvgDOBk&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.&fp=177c7ff705652ec3&biw=1366&bih=602
We only use https for the download of two specific files (these urls are resources used for autoupdate functionality of an app we distribute). All other parts of the site should be served over http. We wouldn't like to see any other traffic over https, nor any of our site links to appear in search engines as https.

I'd like to address this issue. It seems that the following solutions are available:

hand out an https specific robots.txt as such:

User-agent: *
Disallow: /


and/or at app-level, 301 permanent redirect all requests (except the two above) to HTTP if they come in as HTTPS.

My concern with the robots method is that, say (for some reason) google decided not to index http pages, disallowing https pages might mean that google has nothing left to index with disastrous consequences for our ranking.

This means I'm inclined to go with a 301 redirect.

Any thoughts?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Smith883

2 Comments

Sorted by latest first Latest Oldest Best

 

@Cody1181609

I just did some research and found that Google have indexed your 28,200 pages www.google.com/search?q=site%3Aradiotuna.com%2F&pws=0&gl=US
I don't think there is any issue for such pages..you really need to work on optimizing your website with proper content and keywords in Title meta.

Nice website indeed !!

10% popularity Vote Up Vote Down


 

@Ogunnowo487

A 301 redirect would be preferable. Just the same as if you required certain pages to be available under HTTPS only; you would redirect from HTTP to HTTPS. This would also have immediate effect. Although it might take a short while for Google to update its links.

However, why not serve all content over HTTPS? www.codinghorror.com/blog/2012/02/should-all-web-traffic-be-encrypted.html

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme