Filtering Google search results to find indexed links with just the HTTP or HTTPS protocol

Filtering Google search results to find indexed links with just the HTTP or HTTPS protocol - 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 google-search, search-results, , to guide you along the way. Read the discuss below, we share some tips to fix the issue about Filtering Google search results to find indexed links with just the HTTP or HTTPS protocol.Problem :


I'm moving some sites from HTTP to HTTPS. Most of these have 100's of pages indexed. Is there a way to find out which pages in Google's index are still on HTTP, e.g. through Google search operators? (Or which pages are already on HTTPS?)



-http or -https doesn't work.


Solution :

While writing out this question I found the answer: inurl: does the trick.



To see all HTTPS results:



site:example.com inurl:https


To see all HTTP results:



site:example.com inurl:http


To verify, this one gives 0 results: site:example.com inurl:http inurl:https.


If the issue about google-search, search-results, , 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?