The Moz Q&A Forum

    • Forum
    • Questions
    • My Q&A
    • 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 Q&A Forum
    2. Categories
    3. Technical SEO Issues
    4. Once on https should Moz still be picking up errors on http

    Once on https should Moz still be picking up errors on http

    Technical SEO Issues
    9 3 71
    • 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.
    • Ruth-birdcage
      Ruth-birdcage last edited by

      Hello,

      Should Moz be picking up http errors still if the sites on https? Or has the https not been done properly? I'm getting duplicate errors amoung other things.

      Cheers,

      Ruth

      1 Reply Last reply Reply Quote 1
      • BlueprintMarketing
        BlueprintMarketing last edited by

        Do a search & replace on your site then recheck it.

        search for HTTP url's & replace with https URL's

        Ruth-birdcage 1 Reply Last reply Reply Quote 0
        • Ruth-birdcage
          Ruth-birdcage @BlueprintMarketing last edited by

          Thanks, Thomas. The https urls are in place but I was concerned that if the http urls are showing up still that the move to https hasn't been done properly.

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

            You need to ensure that the HTTP version of the site's URLs are no longer reachable, Ruth. That means adding a 301-redirect to force all URLs to their HTTPS versions. This is the most likely cause of your issue

            To test, simply go to a page URL in the browser address bar and remove the s from the HTTPS and hit enter. Watch what happens. If the address bar shows the automatic change back to the HTTPS version of the URL, you're good. If it doesn't, you'll need to add the redirect.

            You should also ensure that all the internal links within the site have been rewritten to use the HTTPS version of the URLs - like menus, sidebars, widgets, and in-content links to other pages.

            Hope that helps?

            Paul

            Ruth-birdcage 1 Reply Last reply Reply Quote 1
            • Ruth-birdcage
              Ruth-birdcage @ThompsonPaul last edited by

              Hi Paul,

              Yes thank you, that's brilliant and confirms what I've been thinking - that the https hasn't been done properly as they're not redirecting when going to the http version. I thought the client had at the htaccess so will look into that.

              If the redirects are done properly do I need to add canonical tags or are the redirects enough? Just want to make sure I'm covering all bases.

              Thanks so much for your advice.

              Cheers,

              Ruth

              BlueprintMarketing ThompsonPaul 2 Replies Last reply Reply Quote 0
              • BlueprintMarketing
                BlueprintMarketing @Ruth-birdcage last edited by

                Hi Ruth,

                Paul brought up a very good point.

                If using Apache  and it sounds like you are you can force the HTTP to HTTPS redirect using

                <ifmodule mod_rewrite.c="">RewriteEngine On
                RewriteCond %{SERVER_PORT} !^443$
                RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]</ifmodule>

                See this for more https://www.aleydasolis.com/htaccess-redirects-generator/https-vs-http/

                301 Redirects are in place verify that by using a tool like this one.  you can drop all the URLs you want to check in here. https://httpstatus.io/

                Then make sure any HTTP is a 301 and any HTTPS is a 200

                Then  run a search and replace

                • http://mydomain.com to https://mydomain.com
                • http://www.mydomain.com to https://www.mydomain.com

                If you are running a WordPress website this is a very effective plug-in ( and free if you type the name into wordpress.org's plugin repo)

                https://bettersearchreplace.com/ or https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

                Your canonical tags (unless very good reason like third-party content) should be self-referencing meaning add canonical's to the https:// urls not the http:// URLs like below. A good example is what you see below

                Moz will tell you as will https://www.screamingfrog.co.uk/redirect-checker/ & https://deepcrawl.com will easily find any of the problems. some references below for rel-canonical tags

                https://moz.com/blog/rel-canonical

                https://yoast.com/rel-canonical/

                Last but not least here is a wonderful tutorial that goes over migrating from http to https

                https://www.keycdn.com/blog/http-to-https/

                I hope this was of help,

                Tom

                hqOskVL.png

                Ruth-birdcage 1 Reply Last reply Reply Quote 0
                • Ruth-birdcage
                  Ruth-birdcage @BlueprintMarketing last edited by

                  Thanks, Thomas will have a look at those.

                  BlueprintMarketing 1 Reply Last reply Reply Quote 0
                  • BlueprintMarketing
                    BlueprintMarketing @Ruth-birdcage last edited by

                    Hi Ruth,

                    I am more than happy to help. Please have a look at these resources if you believe the migration has not been done correctly.

                    Please have a look at these resources I think they will be immensely helpful. Please remember the Google doc referenced in number one is available in line 3 as well as In the instructions anchor text on line 2.

                    1. https://www.aleydasolis.com/en/search-engine-optimization/http-https-migration-checklist-google-docs/
                    2. To easily make a copy, add to your own Drive, download or print, go to the Google Docs, then choose “File” and select your preferred option: (Or use link below)
                    3. https://docs.google.com/spreadsheets/d/1XB26X_wFoBBlQEqecj7HB79hQ7DTLIPo97SS5irwsK8/edit?usp=sharing
                    • https://moz.com/community/q/switching-from-http-to-https-but-what-about-images-and-image-link-juice

                    Please let me know if I can be of any help,

                    Thomas

                    1 Reply Last reply Reply Quote 0
                    • ThompsonPaul
                      ThompsonPaul @Ruth-birdcage last edited by

                      Wow - sorry this question slipped past, Ruth.

                      As long as the proper HTTP redirect has been written to HTTPS, there's nothing that needs to be done with canonical tags.

                      The beauty of 301-redirects is that they are server directives - once in place, its no longer even possible to reach the non-HTTPS URLs. The HTTPS URLs should of course still keep their own self-referential canonical tags, but that's handled automatically in most CMSs (Content Management Systems like WordPress.)

                      Hope that covers what you were asking?

                      Paul

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post
                      • Switched from and HTTPS to HTTP. My home page is facing a redirect issue from the http to https. Should I no index the HTTP or find the redirect and delete it? Thank you
                        LandmarkRecovery2017
                        LandmarkRecovery2017
                        0
                        3
                        42

                      • Our site recently switched from http to https. Do I still need to setup a redirect for the incoming links pointing to http?
                        Andy.Drinkwater
                        Andy.Drinkwater
                        0
                        5
                        81

                      • Https & http
                        moon-boots
                        moon-boots
                        0
                        14
                        162

                      • "Moz encountered an error on one or more pages on your site" Error
                        Hurf
                        Hurf
                        0
                        4
                        61

                      • Do you still loose 15% of value of inbound links when you redirect your site from http to https (so all inbound links to http are being redirected to https version)?
                        LoganRay
                        LoganRay
                        0
                        5
                        74

                      • Bigcommerce only allows us to have https for our store only, not the other pages on our site, so we have a mix of https and http, how is this hurting us and what's the best way to fix?
                        aarongray
                        aarongray
                        0
                        2
                        178

                      • Switching to HTTPS from HTTP
                        DennisSeymour
                        DennisSeymour
                        0
                        3
                        82

                      • To avoid errors in our Moz crawl, we removed subdomains from our host. (First we tried 301 redirects, also listed as errors.) Now we have backlinks all over the web that are broken. How bad is this, from a pagerank standpoint?
                        KristyFord
                        KristyFord
                        0
                        7
                        172

                      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