Help, site traffic has dropped significantly since we changed from http to https
-
Heya, so I am just in charge of the content on the site, and the SEO content, not the actual back-end stuff.
A little under 2 weeks ago we switched to https, and our site traffic has been down a lot ever since. When I SERP check our keywords, they don't seem to have dropped in rankings pages.
Here is what I got when I asked our dev guy if 301 redirects were put in:
I did not add any redirects so all of the content is accessible on both unless individual links get hardcoded one way or the other. The only thing in place is a Cloudflare plugin which rewrites links in cached pages to match the way its accessed, so if for example you access a page over https you don’t get the version cached with a bunch of http links since that will throw up mixed content warnings in the browser. Other than that WP mostly generates all its links to match whatever protocol you are accessing the current page with. We can make specific pages redirect one way or the other in the future if we want to though...
As a startup, site traffic is a metric we track to gouge progress, and so I really need to get to the bottom of if it was the change from http to https that has causes the drop, and if so, what can we do about it?
Also, in case it is relevant: the bounce rate is now sky high (ave. 15% to 64% this last week!)
Any help is very welcome! Site: https://mobileday.com
Thank you!
-
Hi MobileDay! Did these answers help?
-
John gave you some fantastic answers.
He just told you exactly what you need to do a couple things I thought I could share with you.
When adding HTTPS this I found this reference invaluable
https://www.deepcrawl.com/knowledge/best-practice/the-zen-guide-to-https-configuration/
Then from checking out your existing 301's you are in need of a canonical that everything that is https or http redirects to a secular canonical URL. https://mobileday.com use https://yoast.com/wordpress/plugins/canonical/ you want the canonical to have the absolute link. Do a search and replace.
|
Like this
NOT
rel="canonical" href="//mobileday.com/" />
|
In order to be sure that you are redirecting properly use
https://varvy.com/tools/redirects/ to check your redirects
then sign up with a free account on
it will continually monitor your robots.txt, Canonicals redirects everything for free it's awesome. the tool displays redirects from www and non-www versions of a url using both http and https.
you definitely need to 301 your site to one canonical URLSEE a bigger photo below and available via the URL herehttp://i.imgur.com/mI7PM6s.png
www
No redirect
Final status code: 200
no www
No redirect
Final status code: 200
www (https)
1 Redirect
https://www.mobileday.com
** 301 redirect**
https://mobileday.com/Final status code: 200
no www (https)
No redirect
Final status code: 200
Here is a reference showing is fairly normal to lose ranking when you add HTTPS hopefully you did contact Google's search console your site should be added there a total of four times and you pick the canonical of the four sites
- http://www.mobileday.com
- http://mobileday.com
- https://mobileday.com <- this is where to point the other 3 urls
- https://www.mobileday.com
You will want to pick your chosen canonical which appears to be https://mobileday.com
Considering you're using cloudflare you can create rewrites as well as 301 redirects inside of the CDN/WAF using page rules
Please keep in mind that when you're setting up the HTTPS:// for the first time using a low time to live or server caching time with cloud flares (HSTS),
https://blog.cloudflare.com/enforce-web-policy-with-hypertext-strict-transport-security-hsts/
is going to keep you from making mistakes that cannot be reverted for whatever the remainder of the value is. Whenever you do set it up in cloud flare I recommend you set it for 24 hours see how it works use this to add your site to browsers https://hstspreload.appspot.com/
- https://support.cloudflare.com/hc/en-us/articles/200168306-Is-there-a-tutorial-for-Page-Rules-
- https://blog.cloudflare.com/introducing-pagerules-url-forwarding/
- https://blog.cloudflare.com/introducing-pagerules-fine-grained-feature-co/
Rule Patterns
A pattern is the definition of what URLs a rule should act on. It can be as simple as a verbatim match, or complex with wildcards. For purposes of Page Rules' patterns a URL can be composed of:
<scheme>://<domain>:<port><path &="" query=""></path></port></domain></scheme>
remember to check everything before making the browsers forward to https automatically and do it for a short time first.
http://web-sniffer.net/
&
https://tools.deepcrawl.co.uk/fetch-as-deepcrawl/
Are great tools for this job so is screaming frog SEO Spider
http://www.screamingfrog.co.uk/seo-spider/
I sincerely hope I was of help,
Thomas
-
Hi MobileDay -
Well, sounds like you have some issues on your hands! Hopefully I can help sort it out.
First, get those redirects in place! There is no reason for users to be able to access it on both non-secure and secure. If you made the move to implement HTTPS, you want your users there as it helps with trust. Also, you're spreading your link equity. It looks like the search engines are ranking HTTPS, but that also means that the links going to any and all http pages are likely not being counted towards HTTPS. This is likely hurting your longtail traffic, which only you can see in Analytics.
Second, your canonicals are relative and not correct. It's rel="canonical" href="//mobileday.com/" />, which I am surprised to see since you are using Yoast SEO (so I guess you are on Wordpress). A quick way to help fix your duplicate content issues is to a) make those absolute and b) point them to where you want the crawlers to go (I suspect HTTPS).
A canonical is a band-aid though and the search engines do not always respect them. The right fix is a 301.
Also, more things to check:
- Are the URLs in your sitemaps HTTPS or HTTP? They should be the one you want to rank.
- You should declare where your sitemaps are in your robots.txt file (I don't see them here - http://mobileday.com/robots.txt or here - https://mobileday.com/robots.txt)
- I assume you have both HTTP and HTTPS verified in Search Console. Look at if your impressions have dropped on HTTP and see what is going on with HTTPS. This will tell you a lot.
- Regarding bounce rates, what else changed? I wonder if there is an issue with your HTTPS implementation and it's not working correctly on some mobile devices (or desktop browsers). Dig into your Analytics to see which platforms and browsers have a high bounce rate, and solve from there. You should also check to see if it's a specific page type that is bouncing a lot to see if there is an issue with that page type.
Good luck!
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
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.
Related Questions
-
Have you changed 100's of links on your site? Tell me the why's, the how's and what's!
Hello there. If you've changed 100's of links, then I'd like for you to contribute to this thread. I've created a new URL structure for a website with 500+ posts in an effort to make it more user friendly, and more accessible to crawlers. I was just about to pull the trigger, when I started reading up on the subject and found that I might have a few surprises waiting for me around the corner. The status of my site. 500 posts 10 different categories 50+ tags No Backlinks No recent hits (according to Google Analytics) No rankings. I'm going to keep roughly 75% of the posts, and put them in different (new) categories to strengthen SEO for the topic which I'd like to rank multiple categories for, and also sorted a list with content which I'd like to 410. Created new structure created new categories Compiled list of old URLs, and new URLs New H1, Meta Title & Descriptions New tags It looks simple on paper, but I've got problems executing it. **Question 1. **What do I need to keep in mind when deleting posts, categories, and tags - besides 410, Google URL removal? Question 2. What do I do with all the old posts that I am going to re-direct? Each post has between 10-15 internal links. I've started manually removing each link in old posts before 301'ing them. The reason I'm doing this is control the UX, as well as internal link juice to strengthen main categories. Am I on the right path? On a side note, I've prepared for the 301'ing by changing the H1's, meta data and adding alt text to images. But I can't help but to think that just deleting the old posts, and copying over the content to the new url (with the original dates set) would be a better alternative. Any contribution to this thread would be greatly appreciated. Thank you in advance.
Web Design | | Dan-Louis1 -
New site or fix the old one
I have a delima. Basically the main business product I used to offer is not going to be offered anymore. The types of sales events we conducted for auto dealerships are not able to be insured any longer forcing the change. So I am pivoting to just offering direct mail and I plan on going into digital probably social, landing pages, content marketing and not sure what else. I was able to register http:www.roiautos.com and www.roidirectmail.com both variations of www.roiautosolutions.com withc was the original site. Also that is the closest to the actual name of the business. My question is whether to build a site focusing on direct mail using the direct mail dot com, or just to redo the current site. The current site doesn't have much rank if any because the old product was not something that was searched for. As a mater of fact 99% of my business came from referrals and word or mouth so I just never really bothered. My thoughts are that ROI Direct Mail will work better for search and I am even going to use that as a DBA and TM. But I am unsure of what to do for search. One thing that has to happen is that all references to offering staffed sales events have to be removed from any site per my insurance company. Any advice?
Web Design | | roiautos0 -
Site structure- category pages
Hi, I'm relatively new to SEO but have tried to apply all best practices to my site. However, I've hit a stumbling block when it comes to whether or not to index my category pages. http://istudyenglishonline.com/category/expressions-idioms/ General info: the site has been created with Wordpress and has a directory of English idioms. Each idiom is associated with one or more categories that it falls under (emotions, sports, food etc). Each category has its own page where the list of idioms will be. As each idiom often has more than one associated category, the same idiom will appear in different category pages, thus creating duplicate content. However, I have given each category page its own unique description. The issue is, when there are numerous idioms, the category page will have more than 1 page. I don't have the ability to create a unique description for each subsequent page of the main category. I know that the very model for some vertical search engines (such as indeed.com) is to create such landing pages and that the more "categories" that they have assigned to their job ads, in this case, the more pages created and the more pages indexed in Google. This seems to work very well for them. My question is, am I doing things right? Should I be doing anything to the subsequent category pages to avoid duplicate content? My plan was to have so many idioms associated with so many categories that I have a fair number of landing pages indexed in google, thus attacking the long tail keywords. However, I'm not sure if I am going the right way. Any advice would be much appreciated!
Web Design | | villarroel0 -
Changing design for a client. SEO concerns.
Hi there! A client requested me to change the look of his website entirely. It currently ranks #16 on Google with one of their main keywords. My problem is: The current site was made in a CMS I'm not familiar with and all of its pages urls are not SEO friendly (EX: http://www.mysite.com/index.php?option=com_content&view=article&id=49&Itemid=95). It is the first time I have come up with this situation so I would appreciate any tips or links to useful information. I tried searching in SEOmoz and came up with nothing. I'm sure this is a common problem though. Since they want a static website, for starters their page extensions will change from .php to .html I'm not 100% sure but I think this will be a problem for their current ranking in Google. Any ideas? Edit: I forgot to mention that all of the backlinks this site has points to their hompage as www.mysite.com, I guess this is good.
Web Design | | Eblan0 -
My Site Is Using A Lot of Hosting Bandwidth. Suggestions?
My website http://www.socialseomanagement.com/ is using tons of bandwidth. I received a message from the hosting company saying I exceeded my monthly bandwidth and it has only been a few days. Can anyone take a look and make suggestions? Thanks
Web Design | | JChronicle0 -
How many sites on one hosting account?
How many sites is safe to house on one hosting provider? I use BlueHost and they advertise unlimited domains, but I'm not sure what the negative side effects might be from hosting too many on one hosting service. If it matter at all, I'm using WordPress to build my sites. Pros and Cons?
Web Design | | leafndrop0 -
What site do you admire/like for its SEO - technical, content, whatever - and why?
I am gathering examples of great SEO'd sites and would appreciate your examples. The rationale can be anything - great SEO structure, great linking, solid content - you think stands out. Thank you!
Web Design | | josh-riley0 -
Sudden dramatic drops in SERPs along with no snippet and no cached page?
We are a very stable, time tested domain (over 15 yrs old) with thousands of stable, time tested inbound links. We are a large catalog/e commerce business and our web team has over a decade's experience with coding, seo etc. We do not engage in link exchanges, buying links etc and adhere strictly to best white hat seo practices. Our SERPs have generally been very stable for years and years. We continually update content, leverage user generated content etc, and stay abreast of important algorithm and policy changes on Google's end. On Wednesday Jan 18th, we noticed dramatic, disturbing changes to our SERPs. Our formerly very stable positions for thousands of core keywords dropped. In addition, there is no snippet in the SERPs and no cached page for these results. Webmaster tools shows our sitemap most recently successfully downloaded by Google on Jan 14th. Over the weekend and monday the 16th, our cloud hosted site experienced some downtime here and there. I suspect that the sudden issues we are seeing are being caused by one of three possibilities: 1. Google came to crawl when the site was unavailable.
Web Design | | jamestown
However, there are no messages in the account or crawl issues otherwise noted to indicate this. 2. There is a malicious link spam or other attack on our site. 3. The last week of December 2011, we went live with Schema.org rich tagging on product level pages. The testing tool validates all but the breadcrumb, which it says is not supported by Schema. Could Google be hating our Schema.org microtagging and penalizing us? I sort of doubt bc category/subcategory pages that have no such tags are among those suffering. Whats odd is that ever since we went live with Schema.org, Google has started preferring very thin content pages like video pages and articles over our product pages. This never happened in the past. the site is: www.jamestowndistributors.com Any help or ideas are greatly, greatly appreciated. Thank You DMG0