The Moz Q&A Forum

    • Forum
    • Questions
    • Users
    • Ask the Community

    Welcome to the Q&A Forum

    Browse the forum for helpful insights and fresh discussions about all things SEO.

    1. SEO and Digital Marketing Forum
    2. Categories
    3. SEO Tactics
    4. Reporting & Analytics
    5. Why google stubbornly keeps indexing my http urls instead of the https ones?

    Moz Q&A is closed.

    After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.

    Why google stubbornly keeps indexing my http urls instead of the https ones?

    Reporting & Analytics
    12 4 11.2k
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as question
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • max.favilli
      max.favilli last edited by

      I moved everything to https in November, but there are plenty of pages which are still indexed by google as http instead of https, and I am wondering why.

      Example: http://www.gomme-auto.it/pneumatici/barum correctly redirect permanently to https://www.gomme-auto.it/pneumatici/barum

      Nevertheless if you search for pneumatici barum: https://www.google.it/search?q=pneumatici+barum&oq=pneumatici+barum

      The third organic result listed is still http.

      Since we moved to https google crawler visited that page tens of time, last one two days ago. But doesn't seems to care to update the protocol in google index.

      Anyone knows why?

      My concern is when I use API like semrush and ahrefs I have to do it twice to try both http and https, for a total of around 65k urls I waste a lot of my quota.

      1 Reply Last reply Reply Quote 0
      • max.favilli
        max.favilli @DirkC last edited by

        Thanks again Dirk! At the end I used xenu link sleuth and I am happy with the result.

        1 Reply Last reply Reply Quote 0
        • DirkC
          DirkC last edited by

          Hi Massimiliano,

          In Screaming Frog there is the option: Bulk Export > All inlinks -> this generates the full list of all your internal links with both source & destination. In Excel you just have to put a filter on the "Destination" column - to show only the url's starting with "http://" and you get all the info you need. This will probably not solve the issues with the images. For this the next solution below could be used.

          The list can be quite long depending on the total number of url's on your site. An alternative would be to add a custom filter under 'Configuration>Custom' - only including url's that contain "http://www.gomme-auto.it" or "http://blog.gomme-auto.it" in the source, but in your case this wouldn't be very helpful as all the pages on your site contain this url in the javascript part. If you change the url's in the Javascript to https this could be used to find references to non https images.

          If you want to do it manually, it's also an option - in the view 'internal' of the crawler you put "http://" in the search field - this shows you the list of all the http:// url's. You have to select the http url's one by one. For each of the url's you can select "Inlinks" at the bottom of the screen & then you see all the url's linking to the http version. This works for both the html & the images.

          Hope this helps,

          rgds

          Dirk

          max.favilli 1 Reply Last reply Reply Quote 0
          • max.favilli
            max.favilli @DirkC last edited by

            Forgot to mention, yes I checked the scheme of the serp results for those pages, is not just google not displaying it, it really still have the http version indexed.

            1 Reply Last reply Reply Quote 0
            • max.favilli
              max.favilli @DirkC last edited by

              Hi DC,

              in screaming frog I can see the old http links. Usually are manually inserted links and images in wordpress posts, I am more than eager to edit them, my problem is how to find all the pages containing them, in screaming frog I can see the links, but I don't see the referrer, in which page they are contained. Is there a way to see that in screaming frog, or in some other crawling software?

              1 Reply Last reply Reply Quote 0
              • DirkC
                DirkC last edited by

                Hi,

                First of all, are you sure that Google didn't take the migration into account?I just did a quick check on other https sites. Example: when I look for "Google Analytics"  in Google - the first 3 results are all pointing to Google Analytics site, however only for the 3rd result the https is shown, even when all three are in https. So it's possible it is just a display issue rather than a real issue.

                Second, I did a quick crawl of your site and I noticed that on some pages you still have links to the http version of your site (they are redirected but it's better to keep your internal links clean - without redirections).

                When I checked one of these pages (https://www.gomme-auto.it/pneumatici/pneumatici-cinesi) I noticed that this page has some issues as it seems to load elements which are not in https - possible there are others as well.

                example: /pneumatici/pneumatici-cinesi:1395 Mixed Content: The page at 'https://www.gomme-auto.it/pneumatici/pneumatici-cinesi' was loaded over HTTPS, but requested an insecure image 'http://www.gomme-auto.it/i/pneumatici-cinesi.jpg'. This content should also be served over HTTPS.

                The page you mention as example: the http version still receives two internal links from https://www.gomme-auto.it/blog/pneumatici-barum-gli-economici-che-assicurano-ottime-prestazioni and https://www.gomme-auto.it/pneumatici/continental with anchor texts 'pneumatici Barmum' & 'Barum'

                Guess google reasons, if the owner of the site is not updating his internal links, I'm not going to update my index 😉

                On all your pages there is a part of the source which contains calls to the http version - it's inside a script so not sure if it's really important, but you could try to change it to https as well

                My advice would be to crawl your site with Screaming Frog, and check where links exist to http versions and update these links to https (or use relative links - which is adviced by Google (https://support.google.com/webmasters/answer/6073543?hl=en see part 'common pitfalls')

                rgds

                Dirk

                max.favilli 2 Replies Last reply Reply Quote 1
                • max.favilli
                  max.favilli @OlegKorneitchouk last edited by

                  Mhhh, you are right theoretically could be the crawler budget. But if that is the case I should see that from the log, I should miss crawler visits on that page. Instead the crawler is happily visiting them.

                  By the way, how would you "force" the crawler to parse these pages?

                  I am going to check the sitemap now to remove that port number and try to split them. Thanks.

                  1 Reply Last reply Reply Quote 0
                  • MonicaOConnor
                    MonicaOConnor @max.favilli last edited by

                    Darn it, you are right, we added a new site, not a change of address, sorry about that. Apparently my coffee is no longer effective!

                    1 Reply Last reply Reply Quote 0
                    • max.favilli
                      max.favilli @MonicaOConnor last edited by

                      As far as I know the change of address for http to https doesn't work, the protocol is not accepted when you do a change of address. And somewhere I read google itself saying when moving to https you should not do a change of address.

                      But they suggest to add a new site for the https version in GWT, which I did, and in fact the traffic slowly transitioned from the http site to the https site in GWT in the weeks following the move.

                      MonicaOConnor 1 Reply Last reply Reply Quote 0
                      • OlegKorneitchouk
                        OlegKorneitchouk @MonicaOConnor last edited by

                        Are you sure? On https://support.google.com/webmasters/answer/6033080?hl=en&ref_topic=6033084 it says: "No need to submit a change of address if you are only moving your site from HTTP to HTTPS."

                        I dont think you are given the option to select the same domain for change of address in GWT.

                        1 Reply Last reply Reply Quote 0
                        • OlegKorneitchouk
                          OlegKorneitchouk last edited by

                          Looks like you are doing everything right (set up 301 redirects, updated all links on the site, updated canonical urls) - just need to force the crawlers to parse those pages more. perhaps crawler is hitting its budget before it gets to recrawl all of your new urls?

                          You should also update your sitemap as it contains a bunch of links that look like: https://www.gomme-auto.it:443/pneumatici/estivi/pirelli/cinturato-p1-verde/145/65/15/h/72

                          I recommend creating several sitemaps for different sections of the site and seeing how they are indexed via GWT.

                          max.favilli 1 Reply Last reply Reply Quote 1
                          • MonicaOConnor
                            MonicaOConnor last edited by

                            Did you do a change of address in Google Webmaster Tools? Http and Https are considered different URLs, and you will have to do a change of address if you switched to a full https site.

                            OlegKorneitchouk max.favilli 2 Replies Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post

                            Got a burning SEO question?

                            Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.


                            Start my free trial


                            Explore more categories

                            • Moz Tools

                              Chat with the community about the Moz tools.

                              Getting Started
                              Moz Pro
                              Moz Local
                              Moz Bar
                              API
                              What's New

                            • SEO Tactics

                              Discuss the SEO process with fellow marketers

                              Content Development
                              Competitive Research
                              Keyword Research
                              Link Building
                              On-Page Optimization
                              Technical SEO
                              Reporting & Analytics
                              Intermediate & Advanced SEO
                              Image & Video Optimization
                              International SEO
                              Local SEO

                            • Community

                              Discuss industry events, jobs, and news!

                              Moz Blog
                              Moz News
                              Industry News
                              Jobs and Opportunities
                              SEO Learn Center
                              Whiteboard Friday

                            • Digital Marketing

                              Chat about tactics outside of SEO

                              Affiliate Marketing
                              Branding
                              Conversion Rate Optimization
                              Web Design
                              Paid Search Marketing
                              Social Media

                            • Research & Trends

                              Dive into research and trends in the search industry.

                              SERP Trends
                              Search Behavior
                              Algorithm Updates
                              White Hat / Black Hat SEO
                              Other SEO Tools

                            • Support

                              Connect on product support and feature requests.

                              Product Support
                              Feature Requests
                              Participate in User Research

                            • See all categories

                            • Will changing the property from http to https in Google Analytics affect main unfiltered view?
                              Kevin_P
                              Kevin_P
                              3
                              11
                              18.1k

                            • Losing referrer data on http link that redirects to an https site when on an https site. Is this typical or is something else going on here?
                              Velir
                              Velir
                              0
                              4
                              7.8k

                            • Redirecting all URLs appended with index.htm or index.html
                              cceebar
                              cceebar
                              0
                              7
                              2.5k

                            • "index.htm" for all url's in google analytics
                              cceebar
                              cceebar
                              0
                              9
                              1.7k

                            Get started with Moz Pro!

                            Unlock the power of advanced SEO tools and data-driven insights.

                            Start my free trial
                            Products
                            • Moz Pro
                            • Moz Local
                            • Moz API
                            • Moz Data
                            • STAT
                            • Product Updates
                            Moz Solutions
                            • SMB Solutions
                            • Agency Solutions
                            • Enterprise Solutions
                            • Digital Marketers
                            Free SEO Tools
                            • Domain Authority Checker
                            • Link Explorer
                            • Keyword Explorer
                            • Competitive Research
                            • Brand Authority Checker
                            • Local Citation Checker
                            • MozBar Extension
                            • MozCast
                            Resources
                            • Blog
                            • SEO Learning Center
                            • Help Hub
                            • Beginner's Guide to SEO
                            • How-to Guides
                            • Moz Academy
                            • API Docs
                            About Moz
                            • About
                            • Team
                            • Careers
                            • Contact
                            Why Moz
                            • Case Studies
                            • Testimonials
                            Get Involved
                            • Become an Affiliate
                            • MozCon
                            • Webinars
                            • Practical Marketer Series
                            • MozPod
                            Connect with us

                            Contact the Help team

                            Join our newsletter
                            Moz logo
                            © 2021 - 2026 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
                            • Accessibility
                            • Terms of Use
                            • Privacy

                            Looks like your connection to Moz was lost, please wait while we try to reconnect.