Redesigned and Migrated Website - Lost Almost All Organic Traffic - Mobile Pages Indexing over Normal Pages
-
We recently redesigned and migrated our site from www.jmacsupply.com to https://www.jmac.com
It has been over 2 weeks since implementing 301 redirects, and we have lost over 90% of our organic traffic. Google seems to be indexing the mobile versions of our pages over our website pages. We hired a designer to redesign the site, and we are confident the code is doing something that is harmful for ranking our website. F
or Example: If you google "KEEDEX-K-DS-FLX38" You should see our mobile page ranking: http://www.jmac.com/mobile/Product.aspx?ProductCode=KEEDEX-K-DS-FLX38 but the page that we want ranked (and we think should be, is https://www.jmac.com/Keedex_K_DS_FLX38_p/keedex-k-ds-flx38.htm) That second page isn't even indexed. (When you search for: "site:jmac.com Keedex K-DS-FLX38")
We have implemented rel canonical, and rel alternate both ways. What are we doing wrong??? Thank you in advance for any help - it is much appreciated.
-
I agree with Ryan - there is something fundamentally wrong with the way your page is build. I checked the speed of a productpage with Webpagetest.org - http://www.webpagetest.org/result/150311_PM_15Z8/1/details/ - if you look at the number of items loaded, it doesn't correspond with what is shown on screen.
I am not an expert in Javascript, but your HTML page is filled with it, and it seems to be loading much more files than you actually need. There are 412 image requests (!) for a total of 2105075 bytes, 21 HTML requests for 1593795 bytes, 18 javascript requests (326065 bytes)
Your developer did something really wrong here, and you need to correct this asap. In my experience, it's not normal that you loose 90% of organic traffic. I did several migrations over the last couple of months, of very big sites with no loss of search traffic.
Apart from this urgent problem, I would also block your shoppingcart and review links for indexing - they generate an enormous amount of 302 redirects Example urls: https://www.jmac.com/reviewhelpful.asp?ProductCode=HONEYWELL-ADEMCO-747F&ID=39994&yes=yes - http://www.jmac.com/ShoppingCart.asp?ProductCode=SILENT-KNIGHT-PS-DA - put a nofollow on these links or block them in robots.txt
Hope this helps,
Dirk
-
Hi Judah. Running the Desktop version through Google's Page Insights returns a score of 27/100. See: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.jmac.com%2FKeedex_K_DS_FLX38_p%2Fkeedex-k-ds-flx38.htm&tab=desktop
While the mobile version is at 75/100 for desktop and 66/100 for mobile (https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.jmac.com%2Fmobile%2FProduct.aspx%3FProductCode%3DKEEDEX-K-DS-FLX38&tab=desktop)
Based on those factors alone, it looks like Google could be returning the mobile site as the 'better' version for users. Another thing you should employ though is 302 redirection based on OS / browser detection so that trying to go to the mobile version with a desktop browser results in seeing the desktop page. See: https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/separate-urls?hl=en, while following the rest of the practices on that page. Cheers!
-
Did you also move to HTTPS? It looks like your canonical tags are set to the https version of your site. Have you added that site to GWT?
There is something in your CSS/HTML file that is taking forever to load. I would look for bad JS. The page spins for about 45 seconds before it actually loads.
In GWT, go to Crawl > Sitemaps > and look at your submitted sitemap. Make sure it sees all of the pages. You should also be able to see if pages are being indexed. It looks like you have about 565,000 pages indexed for www.jmac.com. You still have 360,000 pages indexed for www.jmacsupply.com. So, I would infer that the old site is still being deindexed and until that is finalized you might be having issues with duplicate content. Two weeks is a little premature to freak out in my opinion. This can take 4-6 weeks to finalize. There is always a period of time after a migration where traffic kind of plummets. If after 4 weeks you are still having issues, I would try fetching some pages as Google and seeing what happens.
Google's mobile bot tends to crawl pages faster than the desktop bot. That would explain why your mobile page is ranking in engines for specific product searches. If I just Google the name of your company, your mobile site is a few pages deep.
Some things to check would be that your 301 redirects have been implemented accurately, make sure you have set the preferred domain in GWT, add both the www version and non www version of the site as well as the https and non https version of your site, and make sure that your canonical tags are set correctly. If the https is your preferred version, whenever someone types in jmac.com they should land on the https version, and that is not happening.
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
-
Unsolved Why My site pages getting video index viewport issue?
Hello, I have been publishing a good number of blogs on my site Flooring Flow. Though, there's been an error of the video viewport on some of my articles. I have tried fixing it but the error is still showing in Google Search Console. Can anyone help me fix it out?
Technical SEO | | mitty270 -
Escort directory page indexing issues
Re; escortdirectory-uk.com, escortdirectory-usa.com, escortdirectory-oz.com.au,
Technical SEO | | ZuricoDrexia
Hi, We are an escort directory with 10 years history. We have multiple locations within the following countries, UK, USA, AUS. Although many of our locations (towns and cities) index on page one of Google, just as many do not. Can anyone give us a clue as to why this may be?0 -
Indexing Issue of Dynamic Pages
Hi All, I have a query for which i am struggling to find out the answer. I unable to retrieve URL using "site:" query on Google SERP. However, when i enter the direct URL or with "info:" query then a snippet appears. I am not able to understand why google is not showing URL with "site:" query. Whether the page is indexed or not? Or it's soon going to be deindexed. Secondly, I would like to mention that this is a dynamic URL. The index file which we are using to generate this URL is not available to Google Bot. For instance, There are two different URL's. http://www.abc.com/browse/ --- It's a parent page.
Technical SEO | | SameerBhatia
http://www.abc.com/browse/?q=123 --- This is the URL, generated at run time using browse index file. Google unable to crawl index file of browse page as it is unable to run independently until some value will get passed in the parameter and is not indexed by Google. Earlier the dynamic URL's were indexed and was showing up in Google for "site:" query but now it is not showing up. Can anyone help me what is happening here? Please advise. Thanks0 -
Google Indexing Pages with Made Up URL
Hi all, Google is indexing a URL on my site that doesn't exist, and never existed in the past. The URL is completely made up. Anyone know why this is happening and more importantly how to get rid of it. Thanks 🙂
Technical SEO | | brian-madden0 -
Blog page won't get indexed
Hi Guys, I'm currently asked to work on a website. I noticed that the blog posts won't get indexed in Google. www.domain.com/blog does get indexed but the blogposts itself won't. They have been online for over 2 months now. I found this in the robots.txt file: Allow: / Disallow: /kitchenhandle/ Disallow: /blog/comments/ Disallow: /blog/author/ Disallow: /blog/homepage/feed/ I'm guessing that the last line causes this issue. Does anyone have an idea if this is the case and why they would include this in the robots.txt? Cheers!
Technical SEO | | Happy-SEO2 -
Problem with duplicate pages due to mobile site.
Hey everyone, We've got an issue where our current shopping cart provider (Volusion) allows us to use canonical and rel="alternate" links, however the canonical links are forced on our Desktop as well as mobile pages. When they should only be on the mobile pages. You can view what I mean at the below two pages: http://www.absoluteautomation.ca/fgd400-sensaphone400-p/fgd400.htm https://www.absoluteautomation.ca/mobile/Product.aspx?ProductCode=FGD400 Does anyone have any ideas in terms of working around this?
Technical SEO | | absoauto0 -
My blog homepage deindexed, other pages indexing, still traffic not changed.
Hello! Today when I check my blog site search on Google, I can't see my blog home page. Though all my posts and pages are still on the Google results. Today I published a test post, then it also indexed by the Google less than 3 minutes. Still I can't see any traffic changes. 10th of April (yesterday) when I perform a site search (site:mydomain.com), I saw my site on the Google search result. Today I installed the Ulitmate SEO plug-in and deactivated WordPress SEO plug-in. After a few hours I saw this issue. (I'm not saying this is the issue, I just mentioned it). In addition to that I never used any black hat SEO methods to improve my ranking. my site:- http://goo.gl/6mvQT Any help really appreciate!
Technical SEO | | Godad0 -
Mobile Google Not Indexing Mobile Website
Google currently does not index our mobile website. It has the WWW website in it's index. When a user from a mobile phone clicks on a mobile search result for WWW we redirect them to our mobile website. This is posing problems for us as our mobile website is a fraction of the # of pages/sections as our WWW. So for example, mobile search results show that we have a "careers" section; but that's not the case for the mobile website. As a result a user gets a 404. How do we force mobile Google to index our mobile website instead of our WWW?
Technical SEO | | RBA0