Google suddenly only indexes https and not http

Google suddenly only indexes https and not http - Google Search Console is a free application that allows you to identify, troubleshoot, and resolve any issues that Google may encounter as it crawls and attempts to index your website in search results. If you’re not the most technical person in the world, some of the errors you’re likely to encounter there may leave you scratching your head. We wanted to make it a bit easier, so we put together this handy set of tips about seo, google, google-search, https to guide you along the way. Read the discuss below, we share some tips to fix the issue about Google suddenly only indexes https and not http.Problem :


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-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?


Solution :

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?

http://www.codinghorror.com/blog/2012/02/should-all-web-traffic-be-encrypted.html



I just did some research and found that Google have indexed your 28,200 pages https://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 !!


If the issue about seo, google, google-search, https is resolved, there’s a good chance that your content will get indexed and you’ll start to show up in Google search results. This means a greater chance to drive organic search traffic to your site.

Comments

Popular posts from this blog

Years after news site changed name, Google is appending the old name to search titles and news stories

Is it possible to outrank Google for a search term on their own search engine?

Load Wikipedia sourced biographies via Ajax or render it with the rest of the page as part of the initial request?