• majorAlexa

        See all notifications

        Skip to content
        Moz logo Menu open Menu close
        • Products
          • Moz Pro
          • Moz Pro Home
          • Moz Local
          • Moz Local Home
          • STAT
          • Moz API
          • Moz API Home
          • Compare SEO Products
          • Moz Data
        • Free SEO Tools
          • Domain Analysis
          • Keyword Explorer
          • Link Explorer
          • Competitive Research
          • MozBar
          • More Free SEO Tools
        • Learn SEO
          • Beginner's Guide to SEO
          • SEO Learning Center
          • Moz Academy
          • MozCon
          • Webinars, Whitepapers, & Guides
        • Blog
        • Why Moz
          • Digital Marketers
          • Agency Solutions
          • Enterprise Solutions
          • Small Business Solutions
          • The Moz Story
          • New Releases
        • Log in
        • Log out
        • Products
          • Moz Pro

            Your all-in-one suite of SEO essentials.

          • Moz Local

            Raise your local SEO visibility with complete local SEO management.

          • STAT

            SERP tracking and analytics for enterprise SEO experts.

          • Moz API

            Power your SEO with our index of over 44 trillion links.

          • Compare SEO Products

            See which Moz SEO solution best meets your business needs.

          • Moz Data

            Power your SEO strategy & AI models with custom data solutions.

          Let your business shine with Listings AI
          Moz Local

          Let your business shine with Listings AI

          Learn more
        • Free SEO Tools
          • Domain Analysis

            Get top competitive SEO metrics like DA, top pages and more.

          • Keyword Explorer

            Find traffic-driving keywords with our 1.25 billion+ keyword index.

          • Link Explorer

            Explore over 40 trillion links for powerful backlink data.

          • Competitive Research

            Uncover valuable insights on your organic search competitors.

          • MozBar

            See top SEO metrics for free as you browse the web.

          • More Free SEO Tools

            Explore all the free SEO tools Moz has to offer.

          NEW Keyword Suggestions by Topic
          Moz Pro

          NEW Keyword Suggestions by Topic

          Learn more
        • Learn SEO
          • Beginner's Guide to SEO

            The #1 most popular introduction to SEO, trusted by millions.

          • SEO Learning Center

            Broaden your knowledge with SEO resources for all skill levels.

          • On-Demand Webinars

            Learn modern SEO best practices from industry experts.

          • How-To Guides

            Step-by-step guides to search success from the authority on SEO.

          • Moz Academy

            Upskill and get certified with on-demand courses & certifications.

          • MozCon

            Save on Early Bird tickets and join us in London or New York City

          Unlock flexible pricing & new endpoints
          Moz API

          Unlock flexible pricing & new endpoints

          Find your plan
        • Blog
        • Why Moz
          • Digital Marketers

            Simplify SEO tasks to save time and grow your traffic.

          • Small Business Solutions

            Uncover insights to make smarter marketing decisions in less time.

          • Agency Solutions

            Earn & keep valuable clients with unparalleled data & insights.

          • Enterprise Solutions

            Gain a competitive edge in the ever-changing world of search.

          • The Moz Story

            Moz was the first & remains the most trusted SEO company.

          • New Releases

            Get the scoop on the latest and greatest from Moz.

          Surface actionable competitive intel
          New Feature

          Surface actionable competitive intel

          Learn More
        • Log in
          • Moz Pro
          • Moz Local
          • Moz Local Dashboard
          • Moz API
          • Moz API Dashboard
          • Moz Academy
        • Avatar
          • Moz Home
          • Notifications
          • Account & Billing
          • Manage Users
          • Community Profile
          • My Q&A
          • My Videos
          • Log Out

        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. Home
        2. SEO Tactics
        3. Intermediate & Advanced SEO
        4. One of my Friend's website Domain Authority is Reducing? What could be the reason?

        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.

        One of my Friend's website Domain Authority is Reducing? What could be the reason?

        Intermediate & Advanced SEO
        2
        4
        802
        Loading More Posts
        • Watching

          Notify me of new replies.
          Show question in unread.

        • Not Watching

          Do not notify me of new replies.
          Show question in unread if category is not ignored.

        • Ignoring

          Do not notify me of new replies.
          Do not show question in unread.

        • Oldest to Newest
        • Newest to Oldest
        • Most Votes
        Reply
        • Reply as question
        Locked
        This topic has been deleted. Only users with question management privileges can see it.
        • Max_
          Max_ last edited by

          Hello Guys,

          One of my friend's website domain authority is decreasing since they have moved their domain from HTTP to https. 
          There is another problem that his blog is on subfolder with HTTP.
          So, can you guys please tell me how to fix this issue and also it's losing some of the rankings like 2-5 positions down.

          Here is website URL: myfitfuel.in/
          here is the blog URL: myfitfuel.in/mffblog/

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

            http://www.redirect-checker.org/index.php

            http://www.contentforest.com/seo-tools/redirect-checker

            See http://i.imgur.com/mIqqCla.png

            Redirecting all traffic to the www SSL domain

            You can force all of your traffic to go to the www domain, and to use SSL, even if they did not request it initially.

            ensure www.

            RewriteCond %{HTTP_HOST} !^www. [NC]
            RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

            ensure https

            RewriteCond %{HTTP:X-Forwarded-Proto} !https
            RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

            Redirecting all traffic to the bare SSL domain

            With dedicated load balancers or who have purchased a slot on the UCC certificate on shared load balancers have the option of redirecting all traffic to the bare domain using the HTTPS protocol:

            # Redirecting http://www.domain.com and https://www.domain.com to https://domain.com RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ https://%1%{REQUEST_URI} [L,R=301]

            Redirecting http://domain.com to https://domain.com

            RewriteCond %{HTTPS} off
            RewriteCond %{HTTP:X-Forwarded-Proto} !https
            RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

            An example of how the requests work

            The preceding examples of how and when you would use a rewrite are complex; here's a breakdown of the scenarios, which may help you determine what your website really needs.

            A security warning will occur on a bare domain only if the request specifically includes the https protocol, like https://mysite.com, and there's no SSL certificate on the load balancer that covers the bare domain. A request for http://mysite.com using the http protocol, however, will not produce a security warning because a secure connection to the bare domain has not been requested.

            | Domain | DNS record type | IP/Hostname |
            | www.mysite.com | CNAME | dc-2459-906772057.us-east-1.elb.amazonaws.com |
            | mysite.com | A | 123.45.67.89 |

            For AWS ELB, www.mysite.com has a CNAME record that points to the hostname of the elastic load balancer (ELB), because that's where the SSL certificate is installed when it's uploaded using the self-service UI. But, bare domains/non-FQDNs like mysite.com can't have CNAME records without something like Route 53, so it must point to the elastic IP address of the balancer pair behind the ELB.

            If there's a redirect in the .htaccess file that will take all requests for the bare domain and redirect them to www, due to how the DNS records are set up, this is what happens if you request http://example.com:

            1. The request for http://mysite.com hits the load balancers behind the ELB.
            2. The .htaccess rule 301 redirects request to https://www.mysite.com.
            3. A new request for https://www.mysite.com hits the ELB where the certificate lives and everything is happy, secure, and green.

            But, if a specific request is sent to https://mysite.com with the https protocol, here's what happens:

            1. A request for https://mysite.com hits the load balancers behind the ELB.
            2. Your browser displays the normal security warning.
            3. You examine the certificate and decide to move ahead.
            4. The .htaccess rule 301 redirects request to https://www.mysite.com.
            5. A new request for https://www.mysite.com hits the ELB where the cert lives and everything is happy, secure, and green.

            Redirecting all HTTP traffic to HTTPS

            In the following example, the server variable HTTP_X_FORWARDED_PROTO is set to https if you're accessing the website using HTTPS, the following code will work with your

            Redirect HTTP to HTTPS

            RewriteCond %{HTTPS} off
            RewriteCond %{HTTP:X-Forwarded-Proto} !https
            RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

            Redirecting all HTTPS traffic to HTTP

            In addition, if visitors to a customer's website are receiving insecure content warnings due to Google indexing documents using the HTTPS protocol, traffic may need to be redirected from HTTPS to HTTP.

            The rule is basically the same as the preceding example, but without the first Rewrite condition. If no SSL certificate is installed, the value of %{HTTPS} is always set to off, even when you are accessing the website using HTTPS. Use the following rule set in this case:

            Redirect HTTPS to HTTP

            RewriteCond %{HTTP:X-Forwarded-Proto} =https
            RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

            Redirecting from a bare domain to the www subdomain

            SSL certificates can not cover the bare domain for websites unless you are using Route 53 or some other similar provider. This is because the SSL certificates for Acquia Cloud Professional websites are placed on an Elastic Load Balancer (ELB). While ELBs require CNAME records for domain name resolution, bare domains require an IP address in an A-record for the domain name (DNS) configuration and cannot have CNAME records. Therefore, it's not possible to terminate traffic to bare domains on the ELB where your SSL certificate is located without Route 53.

            Even if all requests for the bare domain are redirected to www, visitors to ELB websites that explicitly request the bare domain using the HTTPS protocol, like https://mysite.com, will always receive a security warning in their browser before being redirected to https://www.mysite.com. For a more detailed explanation of why this happens, refer to the An example of how the requests work section.

            Redirect http://domain.com to http://www.domain.com

            RewriteCond %{HTTP_HOST} !^www. [NC]
            RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

            Redirecting all traffic to the www SSL domain You want this!

            You can force all of your traffic to go to the www domain, and to use SSL, even if they did not request it initially.

            ensure www.

            RewriteCond %{HTTP_HOST} !^www. [NC]
            RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

            ensure https

            RewriteCond %{HTTP:X-Forwarded-Proto} !https
            RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

            Redirecting all traffic to the bare SSL domain

            AWS dedicated load balancers or who have purchased a slot on the UCC certificate on our shared load balancers have the option of redirecting all traffic to the bare domain using the HTTPS protocol:

            Redirecting http://www.domain.com and https://www.domain.com to https://domain.com

            RewriteCond %{HTTP_HOST} ^www.(.+)$ [NC]
            RewriteRule ^(.*)$ https://%1%{REQUEST_URI} [L,R=301]

            Redirecting http://domain.com to https://domain.com

            RewriteCond %{HTTPS} off
            RewriteCond %{HTTP:X-Forwarded-Proto} !https
            RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

            As an example, if you wanted to ensure that all the domains were redirected to https://www. except for Acquia domains acquia-sites.com, you would use something like this:

            ensure www.

            RewriteCond %{HTTP_HOST} !prod.acquia-sites.com [NC] # exclude Acquia domains
            RewriteCond %{HTTP_HOST} !^www. [NC]
            RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

            ensure https

            RewriteCond %{HTTP:X-Forwarded-Proto} !https
            RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

            elb 2.2.15 | intermediate profile | OpenSSL 1.0.1e | link

            Oldest compatible clients : Firefox 1, Chrome 1, IE 7, Opera 5, Safari 1, Windows XP IE8, Android 2.3, Java 7

            This Amazon Web Services CloudFormation template will create an Elastic Load Balancer which terminates HTTPS connections using the Mozilla recommended ciphersuites and protocols.

            {
                "AWSTemplateFormatVersion": "2010-09-09",
                "Description": "Example ELB with Mozilla recommended ciphersuite",
                "Parameters": {
                    "SSLCertificateId": {
                        "Description": "The ARN of the SSL certificate to use",
                        "Type": "String",
                        "AllowedPattern": "^arn:[^:]*:[^:]*:[^:]*:[^:]*:.*$",
                        "ConstraintDescription": "SSL Certificate ID must be a valid ARN. http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-arns"
                    }
                },
                "Resources": {
                    "ExampleELB": {
                        "Type": "AWS::ElasticLoadBalancing::LoadBalancer",
                        "Properties": {
                            "Listeners": [
                                {
                                    "LoadBalancerPort": "443",
                                    "InstancePort": "80",
                                    "PolicyNames": [
                                        "Mozilla-intermediate-2015-03"
                                    ],
                                    "SSLCertificateId": {
                                        "Ref": "SSLCertificateId"
                                    },
                                    "Protocol": "HTTPS"
                                }
                            ],
                            "AvailabilityZones": {
                                "Fn::GetAZs": ""
                            },
                            "Policies": [
                                {
                                    "PolicyName": "Mozilla-intermediate-2015-03",
                                    "PolicyType": "SSLNegotiationPolicyType",
                                    "Attributes": [
                                        {
                                            "Name": "Protocol-TLSv1",
                                            "Value": true
                                        },
                                        {
                                            "Name": "Protocol-TLSv1.1",
                                            "Value": true
                                        },
                                        {
                                            "Name": "Protocol-TLSv1.2",
                                            "Value": true
                                        },
                                        {
                                            "Name": "Server-Defined-Cipher-Order",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-ECDSA-CHACHA20-POLY1305",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-RSA-CHACHA20-POLY1305",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-ECDSA-AES128-GCM-SHA256",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-RSA-AES128-GCM-SHA256",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-ECDSA-AES256-GCM-SHA384",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-RSA-AES256-GCM-SHA384",
                                            "Value": true
                                        },
                                        {
                                            "Name": "DHE-RSA-AES128-GCM-SHA256",
                                            "Value": true
                                        },
                                        {
                                            "Name": "DHE-RSA-AES256-GCM-SHA384",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-ECDSA-AES128-SHA256",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-RSA-AES128-SHA256",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-ECDSA-AES128-SHA",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-RSA-AES256-SHA384",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-RSA-AES128-SHA",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-ECDSA-AES256-SHA384",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-ECDSA-AES256-SHA",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-RSA-AES256-SHA",
                                            "Value": true
                                        },
                                        {
                                            "Name": "DHE-RSA-AES128-SHA256",
                                            "Value": true
                                        },
                                        {
                                            "Name": "DHE-RSA-AES128-SHA",
                                            "Value": true
                                        },
                                        {
                                            "Name": "DHE-RSA-AES256-SHA256",
                                            "Value": true
                                        },
                                        {
                                            "Name": "DHE-RSA-AES256-SHA",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-ECDSA-DES-CBC3-SHA",
                                            "Value": true
                                        },
                                        {
                                            "Name": "ECDHE-RSA-DES-CBC3-SHA",
                                            "Value": true
                                        },
                                        {
                                            "Name": "EDH-RSA-DES-CBC3-SHA",
                                            "Value": true
                                        },
                                        {
                                            "Name": "AES128-GCM-SHA256",
                                            "Value": true
                                        },
                                        {
                                            "Name": "AES256-GCM-SHA384",
                                            "Value": true
                                        },
                                        {
                                            "Name": "AES128-SHA256",
                                            "Value": true
                                        },
                                        {
                                            "Name": "AES256-SHA256",
                                            "Value": true
                                        },
                                        {
                                            "Name": "AES128-SHA",
                                            "Value": true
                                        },
                                        {
                                            "Name": "AES256-SHA",
                                            "Value": true
                                        },
                                        {
                                            "Name": "DES-CBC3-SHA",
                                            "Value": true
                                        }
                                    ]
                                }
                            ]
                        }
                    }
                },
                "Outputs": {
                    "ELBDNSName": {
                        "Description": "DNS entry point to the stack (all ELBs)",
                        "Value": {
                            "Fn::GetAtt": [
                                "ExampleELB",
                                "DNSName"
                            ]
                        }
                    }
                }
            }
            
            
            • You can get managed Magento hosting here.
            • https://www.armor.com/security-solutions/armor-complete/
            • https://www.mgt-commerce.com/
            • https://www.rackspace.com/en-us/digital/magento
            • https://www.cogecopeer1.com/en/services/managed-it/ecommerce/magento/
            • https://www.cogecopeer1.com/en/services/cloud/mission-critical/
            • https://www.engineyard.com/magento
            • https://www.cloudways.com/en/magento-managed-cloud-hosting.php
            • https://www.rochen.com/magento-hosting/
            • http://www.tenzing.com/ecommerce-hosting-2/magento-optimized-hosting-on-aws/
            • https://www.siteground.com/dedicated-hosting.htm#tab-3
            • https://www.siteground.com/cloud-hosting.htm#tab-2
            • https://www.siteground.com/speed

            mIqqCla.png

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

              May I ask did your friend modify any of the site structure aside from adding HTTPS?

              make sure you have followed all the steps in this list by Google link to your and the list below. There are more resources

              if needed. Read what Google's John Mueller has to say on the subject of redirects.

              Official Google moving to HTTS how to

              https://support.google.com/webmasters/answer/6033049

              **  tools you can use**

              • https://www.screamingfrog.co.uk/log-file-analyser/
              • https://www.deepcrawl.com
              • https://www.screamingfrog.co.uk/seo-spider/

              **  a very important checklist make sure you do this one below.**

              SEO checklist to preserve your rankings

              • Make sure every element of your website uses HTTPS, including widgets, java script, CSS files, images and your content delivery network.

              • Use 301 redirects to point all HTTP URLs to HTTPS. This is a no-brainer to most SEOs, but you'd be surprised how often a 302 (temporary) redirect finds its way to the homepage by accident

              • Make sure all canonical tags point to the HTTPS version of the URL.

              • Use relative URLs whenever possible.

              • Rewrite hard-coded internal links (as many as is possible) to point to HTTPS. This is superior to pointing to the HTTP version and relying on 301 redirects.

              • Register the HTTPS version in both Google and Bing Webmaster Tools.

              • Use the Fetch and Render function in Webmaster Tools to ensure Google can properly crawl and render your site.

              • Update your sitemaps to reflect the new URLs. Submit the new sitemaps to Webmaster Tools. Leave your old (HTTP) sitemaps in place for 30 days so search engines can crawl and "process" your 301 redirects.

              • Update your robots.txt file. Add your new sitemaps to the file. Make sure your robots.txt doesn't block any important pages.

              • If necessary, update your analytics tracking code. Most modern Google Analytics tracking snippets already handle HTTPS, but older code may need a second look.

              • Implement HTTP Strict Transport Security (HSTS). This response header tells user agents to only access HTTPS pages even when directed to an HTTP page. This eliminates redirects, speeds up response time, and provides extra security.

              • If you have a disavow file, be sure to transfer over any disavowed URLs into a duplicate file in your new Webmaster Tools profile.

              • NGINX

                Add the following to your Nginx config.

                server {
                listen 80;
                server_name domain.com www.domain.com;
                return 301 https://domain.com$request_uri;
                }
                

                Apache

                Add the following to your .htaccess file.

                RewriteEngine On
                RewriteCond %{HTTPS} off
                RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
                
              • ** Here are some more extremely helpful resources**

              • https://a-moz.groupbuyseo.org/blog/seo-tips-https-ssl

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

              • https://plus.google.com/+JohnMueller/posts/PY1xCWbeDVC

              • https://www.seroundtable.com/google-seo-http-to-https-migration-checklist-19268.html

              It is not abnormal for a site to see a dip in rankings or search visibility after migration or a change of structure. I have a very regimented list that I stick to and have not seen anything dip for more than three days, but all sites are unique, and Google indexes all sites differently.

              Depending on your domain authority you may or may not have a higher crawl budget based on whether or not you tell Google you are making these changes will make an enormous difference in whether or not your site recovers quickly or sees a dip in traffic.

              I hope this is helpful and remember Google has to reindex everything.

              Thomas

              Zz2Sq0Q.png ZQR9UK9.png

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

                It makes no sense that you would have your blog on a subfolder that was non-encrypted why did you choose to do this? I like the site to be 100% encrypted?

                Read the second post first please

                http://www.myfitfuel.in/mffblog/ should be https://www.myfitfuel.in/mffblog/

                why not https?

                https://www.myfitfuel.in/

                if your hosting provider does not allow you to use HTTP/2 I suggest adding a WAF four as little as $20 a month you can run your site on HTTP/2

                Now the cost of Akamai might scare people just from hearing the name, but I can assure you there are very good pricing options now that companies are competing against them in the same area. One thing in my opinion that no other CDN Waf company has is the amount of points of presence or pops/ Akamai exceeds over 250

                https://community.akamai.com/community/web-performance/blog/2015/01/26/enabling-http2-h2-in-akamai

                https://http2.akamai.com/

                https://http2.akamai.com/demo

                https://www.cloudflare.com/

                https://www.cloudflare.com/http2/

                https://www.incapsula.com/

                https://www.incapsula.com/cdn-guide/cdn-and-ssl-tls.html

                when you switch your entire site over to https, then you can use the Google change of address tool and migrate your site to HTTPS

                This should be encrypted you don't need a next or certificate you want to encrypt the entire site ideally. Add it to Google Webmaster Tools four times

                1. http://www.myfitfuel.in/
                2. http://myfitfuel.in/
                3. https://www.myfitfuel.in/
                4. https://myfitfuel.in/ Canonical chooses this in Webmaster tools like the site you want traffic to go to.

                https://support.google.com/webmasters/topic/6029673?hl=en&ref_topic=6001951

                https://www.deepcrawl.com/knowledge/best-practice/the-zen-guide-to-https-configuration/

                https://www.deepcrawl.com/knowledge/best-practice/hsts-a-tool-for-http-to-https-migration/

                elb 2.2.15 | intermediate profile | OpenSSL 1.0.1e | link

                Oldest compatible clients : Firefox 1, Chrome 1, IE 7, Opera 5, Safari 1, Windows XP IE8, Android 2.3, Java 7

                This Amazon Web Services CloudFormation template will create an Elastic Load Balancer which terminates HTTPS connections using the Mozilla recommended ciphersuites and protocols.

                {
                    "AWSTemplateFormatVersion": "2010-09-09",
                    "Description": "Example ELB with Mozilla recommended ciphersuite",
                    "Parameters": {
                        "SSLCertificateId": {
                            "Description": "The ARN of the SSL certificate to use",
                            "Type": "String",
                            "AllowedPattern": "^arn:[^:]*:[^:]*:[^:]*:[^:]*:.*$",
                            "ConstraintDescription": "SSL Certificate ID must be a valid ARN. http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-arns"
                        }
                    },
                    "Resources": {
                        "ExampleELB": {
                            "Type": "AWS::ElasticLoadBalancing::LoadBalancer",
                            "Properties": {
                                "Listeners": [
                                    {
                                        "LoadBalancerPort": "443",
                                        "InstancePort": "80",
                                        "PolicyNames": [
                                            "Mozilla-intermediate-2015-03"
                                        ],
                                        "SSLCertificateId": {
                                            "Ref": "SSLCertificateId"
                                        },
                                        "Protocol": "HTTPS"
                                    }
                                ],
                                "AvailabilityZones": {
                                    "Fn::GetAZs": ""
                                },
                                "Policies": [
                                    {
                                        "PolicyName": "Mozilla-intermediate-2015-03",
                                        "PolicyType": "SSLNegotiationPolicyType",
                                        "Attributes": [
                                            {
                                                "Name": "Protocol-TLSv1",
                                                "Value": true
                                            },
                                            {
                                                "Name": "Protocol-TLSv1.1",
                                                "Value": true
                                            },
                                            {
                                                "Name": "Protocol-TLSv1.2",
                                                "Value": true
                                            },
                                            {
                                                "Name": "Server-Defined-Cipher-Order",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-ECDSA-CHACHA20-POLY1305",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-RSA-CHACHA20-POLY1305",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-ECDSA-AES128-GCM-SHA256",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-RSA-AES128-GCM-SHA256",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-ECDSA-AES256-GCM-SHA384",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-RSA-AES256-GCM-SHA384",
                                                "Value": true
                                            },
                                            {
                                                "Name": "DHE-RSA-AES128-GCM-SHA256",
                                                "Value": true
                                            },
                                            {
                                                "Name": "DHE-RSA-AES256-GCM-SHA384",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-ECDSA-AES128-SHA256",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-RSA-AES128-SHA256",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-ECDSA-AES128-SHA",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-RSA-AES256-SHA384",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-RSA-AES128-SHA",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-ECDSA-AES256-SHA384",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-ECDSA-AES256-SHA",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-RSA-AES256-SHA",
                                                "Value": true
                                            },
                                            {
                                                "Name": "DHE-RSA-AES128-SHA256",
                                                "Value": true
                                            },
                                            {
                                                "Name": "DHE-RSA-AES128-SHA",
                                                "Value": true
                                            },
                                            {
                                                "Name": "DHE-RSA-AES256-SHA256",
                                                "Value": true
                                            },
                                            {
                                                "Name": "DHE-RSA-AES256-SHA",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-ECDSA-DES-CBC3-SHA",
                                                "Value": true
                                            },
                                            {
                                                "Name": "ECDHE-RSA-DES-CBC3-SHA",
                                                "Value": true
                                            },
                                            {
                                                "Name": "EDH-RSA-DES-CBC3-SHA",
                                                "Value": true
                                            },
                                            {
                                                "Name": "AES128-GCM-SHA256",
                                                "Value": true
                                            },
                                            {
                                                "Name": "AES256-GCM-SHA384",
                                                "Value": true
                                            },
                                            {
                                                "Name": "AES128-SHA256",
                                                "Value": true
                                            },
                                            {
                                                "Name": "AES256-SHA256",
                                                "Value": true
                                            },
                                            {
                                                "Name": "AES128-SHA",
                                                "Value": true
                                            },
                                            {
                                                "Name": "AES256-SHA",
                                                "Value": true
                                            },
                                            {
                                                "Name": "DES-CBC3-SHA",
                                                "Value": true
                                            }
                                        ]
                                    }
                                ]
                            }
                        }
                    },
                    "Outputs": {
                        "ELBDNSName": {
                            "Description": "DNS entry point to the stack (all ELBs)",
                            "Value": {
                                "Fn::GetAtt": [
                                    "ExampleELB",
                                    "DNSName"
                                ]
                            }
                        }
                    }
                }
                

                ** here are some fantastic resources from https://mozilla.github.io/server-side-tls/ssl-config-generator/ for setting up your server These things need to be put in place**

                Nginx 1.10.1 | intermediate profile | OpenSSL 1.0.1e | link

                Oldest compatible clients : Firefox 1, Chrome 1, IE 7, Opera 5, Safari 1, Windows XP IE8, Android 2.3, Java 7

                server {
                    listen 80 default_server;
                    listen [::]:80 default_server;
                
                    # Redirect all HTTP requests to HTTPS with a 301 Moved Permanently response.
                    return 301 https://$host$request_uri;
                }
                
                server {
                    listen 443 ssl http2;
                    listen [::]:443 ssl http2;
                
                    # certs sent to the client in SERVER HELLO are concatenated in ssl_certificate
                    ssl_certificate /path/to/signed_cert_plus_intermediates;
                    ssl_certificate_key /path/to/private_key;
                    ssl_session_timeout 1d;
                    ssl_session_cache shared:SSL:50m;
                    ssl_session_tickets off;
                
                    # Diffie-Hellman parameter for DHE ciphersuites, recommended 2048 bits
                    ssl_dhparam /path/to/dhparam.pem;
                
                    # intermediate configuration. tweak to your needs.
                    ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
                    ssl_ciphers 'ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS';
                    ssl_prefer_server_ciphers on;
                
                    # HSTS (ngx_http_headers_module is required) (15768000 seconds = 6 months)
                    add_header Strict-Transport-Security max-age=15768000;
                
                    # OCSP Stapling ---
                    # fetch OCSP records from URL in ssl_certificate and cache them
                    ssl_stapling on;
                    ssl_stapling_verify on;
                
                    ## verify chain of trust of OCSP response using Root CA and Intermediate certs
                    ssl_trusted_certificate /path/to/root_CA_cert_plus_intermediates;
                
                    resolver <ip dns="" resolver="">;
                
                    ....
                }</ip>
                

                Apache 2.4.18 | intermediate profile | OpenSSL 1.0.1e | link

                Oldest compatible clients : Firefox 27, Chrome 30, IE 11 on Windows 7, Edge, Opera 17, Safari 9, Android 5.0, and Java 8

                 <virtualhost *:443="">...
                    SSLEngine on
                    SSLCertificateFile      /path/to/signed_certificate_followed_by_intermediate_certs
                    SSLCertificateKeyFile   /path/to/private/key
                
                    # Uncomment the following directive when using client certificate authentication
                    #SSLCACertificateFile    /path/to/ca_certs_for_client_authentication
                
                    # HSTS (mod_headers is required) (15768000 seconds = 6 months)
                    Header always set Strict-Transport-Security "max-age=15768000"
                    ...</virtualhost> 
                
                # intermediate configuration, tweak to your needs
                SSLProtocol             all -SSLv3
                SSLCipherSuite          ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
                SSLHonorCipherOrder     on
                SSLCompression          off
                SSLSessionTickets       off
                
                # OCSP Stapling, only in httpd 2.3.3 and later
                SSLUseStapling          on
                SSLStaplingResponderTimeout 5
                SSLStaplingReturnResponderErrors off
                SSLStaplingCache        shmcb:/var/run/ocsp(128000)
                
                

                After you change the architecture of any website it normally takes a little bit of a dive. John Mu stated Google would not be punishing people to redirect to encrypted sites so while that might be true it doesn't mean Google has figured out what is going on yet.

                I think you need to get Google crawling your site and have it in Webmaster tools with all of the pages redirected to https including adding things like HSTS and HTTP/2 to speed up your site.

                Hope this helps,

                Tom

                DtwWC04.png ktAfXbQ.png W3reXrg.png HlIoGUQ.png

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post

                Browse Questions

                Explore more categories

                • Moz Tools

                  Chat with the community about the Moz tools.

                • SEO Tactics

                  Discuss the SEO process with fellow marketers

                • Community

                  Discuss industry events, jobs, and news!

                • Digital Marketing

                  Chat about tactics outside of SEO

                • Research & Trends

                  Dive into research and trends in the search industry.

                • Support

                  Connect on product support and feature requests.

                • See all categories

                Related Questions

                • Jazee

                  One domain or two for one company with two lines of business?

                  Let's say you are building a new company that is involved in two lines of business.  Let's for example say one line of business is handling logistics for large conventions where the customer(s) are large corporation and the other line is for wedding planning.  Let's say that for certain reasons the owner wants to operate under one brand name, say "PROEVENT"  So they will market themselves as PROEVENT Convention Logistics and PROEVENT Wedding Planners. From an SEO perspective, if you have one side of the business doing B-to-B corporate business and the other doing B-to-C do you create two different websites on different domains (proeventconventions.com and proeventweddings.com) with unique design and content, or, do you just use provent.com in order to build better domain authority and on your marketing you use conventions.provent.com that takes you to the convention section of the website and weddings.provent.com takes you to the weddings section?

                  Intermediate & Advanced SEO | | Jazee
                  0
                • Bill_at_Common_Form

                  Does DMCA protection actually improve search rankings (assuming no one's stolen my content)

                  Hello Moz Community, I had a conversation with someone who claimed that implementing a DMCA protection badge, such as those offered at http://www.dmca.com/ for $10/mo, will improve a site's Google rankings.  Is this true? I know that if my content is stolen it can hurt my rankings (or the stolen content can replace mine), but I'm asking if merely implementing the badge will help my rankings. Thanks! Bill

                  Intermediate & Advanced SEO | | Bill_at_Common_Form
                  0
                • Atlanta-SMO

                  Does Google Read URL's if they include a # tag? Re: SEO Value of Clean Url's

                  An ECWID rep stated in regards to an inquiry about how the ECWID url's are not customizable, that "an important thing is that it doesn't matter what these URLs look like, because search engines don't read anything after that # in URLs. " Example http://www.runningboards4less.com/general-motors#!/Classic-Pro-Series-Extruded-2/p/28043025/category=6593891 Basically all of this: #!/Classic-Pro-Series-Extruded-2/p/28043025/category=6593891 That is a snippet out of a conversation where ECWID said that dirty urls don't matter beyond a hashtag... Is that true? I haven't found any rule that Google or other search engines (Google is really the most important) don't index, read, or place value on the part of the url after a # tag.

                  Intermediate & Advanced SEO | | Atlanta-SMO
                  0
                • SKP

                  Two Pages with the Same Name Different URL's

                  I was hoping someone could give me some insight into a perplexing issue that I am having with my website. I run an 20K product ecommerce website and I am finding it necessary to have two pages for my content: 1 for content category pages about wigets one for shop pages for wigets 1st page would be .com/shop/wiget/ 2nd page would be .com/content/wiget/ The 1st page would be a catalogue of all the products with filters for the customer to narrow down wigets. So ultimately the URL for the shop page could look like this when the customer filters down... .com/shop/wiget/color/shape/ The second page would be content all about the Wigets. This would be types of wigets colors of wigets, how wigets are used, links to articles about wigets etc. Here are my questions. 1. Is it bad to have two pages about wigets on the site, one for shopping and one for information. The issue here is when I combine my content wiget with my shop wiget page, no one buys anything. But I want to be able to provide Google the best experience for rankings. What is the best approach for Google and the customer? 2.  Should I rel canonical all of my .com/shop/wiget/ + .com/wiget/color/ etc. pages to the .com/content/wiget/ page? Or, Should I be canonicalizing all of my .com/shop/wiget/color/etc pages to .com/shop/wiget/ page? 3. Ranking issues. As it is right now, I rank #1 for wiget color. This page on my site would be .com/shop/wiget/color/ . If I rel canonicalize all of my pages to .com/content/wiget/ I am going to loose my rankings because all of my shop/wiget/xxx/xxx/ pages will then point to .com/content/wiget/ page. I am just finding with these massive ecommerce sites that there is WAY to much potential for duplicate content, not enough room to allow Google the ability to rank long tail phrases all the while making it completely complicated to offer people pages that promote buying. As I said before, when I combine my content + shop pages together into one page, my sales hit the floor (like 0 - 15 dollars a day), when i just make a shop page my sales are like (1k+ a day). But I have noticed that ever since Penguin and Panda my rankings have fallen from #1 across the board to #15 and lower for a lot of my phrase with the exception of the one mentioned above. This is why I want to make an information page about wigets and a shop page for people to buy wigets. Please advise if you would. Thanks so much for any insight you can give me!

                  Intermediate & Advanced SEO | | SKP
                  0
                • RichBestSEO

                  Is there any negative SEO effect of having comma's in URL's?

                  Hello, I have a client who has a large ecommerce website. Some category names have been created with comma's in - which has meant that their software has automatically generated URL's with comma's in for every page that comes beneath the category in the site hierarchy. eg. 1 : http://shop.deliaonline.com/store/music,-dvd-and-games/dvds-and-blu_rays/ eg. 2 : http://shop.deliaonline.com/store/music,-dvd-and-games/dvds-and-blu_rays/action-and-adventure/ etc... I know that URL's with comma's in look a bit ugly! But is there 'any' SEO reason why URL's with comma's in are any less effective? Kind Regs, RB

                  Intermediate & Advanced SEO | | RichBestSEO
                  0
                • Hyrule

                  Splitting one Website into 2 Different New Websites with 301 redirects, help?

                  Here's the deal. My website stbands.com does fairly well. The only issue it is facing a long term branding crisis. It sells custom products and sporting goods. We decided that we want to make a sporting goods website for the retail stuff and then a custom site only focusing on the custom stuff. One website transformed and broken into 2 new ones, with two new brand names. The way we are thinking about doing this is doing a lot of 301 redirects, but what do we do with the homepage (stbands.com) and what is the best practice to make sure we don't lose traffic to the categories, etc.? Which new website do we 301 the homepage to? It's rough because for some keywords we rank 3 or 4 times on the first page. Scary times, but something must be done for the long term. Any advise is greatly appreciated. Thank you in advance. We are set for a busy next few months 🙂

                  Intermediate & Advanced SEO | | Hyrule
                  0
                • BeytzNet

                  Should I use both Google and Bing's Webmaster Tools at the same time?

                  Hi All, Up till now I've been registered only to Google WMT. Do you recommend using at the same time Bing's WMT? Thanks

                  Intermediate & Advanced SEO | | BeytzNet
                  0
                • markc-197183

                  Multiple Domain names pointing at one website

                  Hello, A collegue has asked if we can buy multiple domain names which contain keywords and point them at our website. Is this good practise or will it be seen as spam? Will these domains actually get ranked? I'm sure I'm not the first person to raise this but can't seem to find any questions and answers about this. Thanks Mark

                  Intermediate & Advanced SEO | | markc-197183
                  0

                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 - 2025 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.