More from your blog

RESOURCES FOR BLOGGERS

  • Bloglovin
  • Facebook
  • Instagram
  • Pinterest
  • Twitter
  • YouTube
  • CHOOSE YOUR BLOGGING LEVEL
    • I DON’T HAVE A BLOG YET
    • I AM A NEW BLOGGER
    • BLOGGING IS MY BUSINESS
  • HOW TO START A WORDPRESS BLOG
  • BLOGGING TOOLS
  • OUR MAIN BLOG — KATIE DID WHAT
  • READ THE OLD BLOG

How to Lower Your Bounce Rate from 85% to 10% with One Easy Fix

17 Comments

how to lower your bounce rate


Want to know how to lower your bounce rate? First, we should talk about why you would want to lower it. Some advertisers care about bounce rate, so providing them with a more accurate number is a big deal. There is a good chance that your bounce rate is currently an inaccurate measure of how engaging your content is.

How? Well, let’s look at what Google says about bounce rate.

“Bounce rate” in Google Analytics is one of the key metrics that helps to evaluate the quality of your traffic. “Bounce” happens when the visitor exited the website right from the landing page, without going to any other page. This is a great indication on how relevant the content was for the user and how engaged they were with your website.

Ok, to me that is not right. Let’s say you have a blog and you write one lengthy post every day, every other day or even weekly. People know that when they come to your site, they’re going to get a nice, 5000 word blog post that they love to read. Just because they leave after they read that entire post doesn’t mean they are not engaged. They should definitely not be considered a bounce! That was someone who spent 10 minutes or more on your blog, consuming your content. I’d say the content was pretty relevant!

So now that we an agree that a “bounce” is not necessarily someone who only visits on page, how do we fix what Google thinks about “bounce rate”? I mean, “this is a great indication on how relative the content was” is total crap! They are saying that if someone spends 10-15 minutes or more reading my blog post and then they leave, Google thinks the content was not relevant! So obviously, this needs to be fixed.

Well, the funny thing is that this is not really new news. As a matter of fact, Google put an article on its own blog 2 years ago about this.

Ok, so what exactly do you do?

You’ll be adding this snippet of code into your Analytics code:
setTimeout(“_gaq.push([‘_trackEvent’, ’15_seconds’, ‘read’])”,15000);
The 15000 means 15 seconds. Customize that to whatever you think is correct. I kept mine at 15 seconds. This code creates an “event” after 15 seconds. Once the “event” is created, the user is not counted as a “bounce” no matter what they do after that point.

Where do you put it? Well, below is a picture of what your code will look like. Place it where you see the red box.
lower your bounce rateUsing the new Universal Analytics? No problem! Use the example below:
codeThat will do it! Now, when someone stays on your site for at least 15 seconds (or whatever time amount you choose), they will be registered as a “non-bounce” user.

I should also mention the caution that Google says we should take when using this function:

We hope this small fix will allow you to track and understand the users’ behavior and quality of the traffic coming to your website more accurately, and make more informed decisions. One thing website owners should be vary of, though, that not only the function may slow down the users’ experience, even insignificantly, but will also increase the volume of hits your site sends to Google Analytics, which might bring your usage over the limit (currently set at 10 mln hits per month). As such, this fix should only be applied when necessary and justified by the concept of the website and the landing pages.

I have not run into a problem and I have not heard of anyone who has, but I feel better having told you about the warning. 🙂

Note: Please use this featured responsibly. If you have an advertiser that you really want to work with, it is not in good ethical practice to lower your “event” to one second to drop your bounce rate.

Related Posts

  • How to Block Specific Ads or Categories in AdSenseHow to Block Specific Ads or Categories in AdSense
  • Beginner’s Google Analytics Tip — How to See Your Most Popular PostsBeginner’s Google Analytics Tip — How to See Your Most Popular Posts
  • Wordpress Users with cPanel — How to Block a Single IP Address from Accessing Your SiteWordPress Users with cPanel — How to Block a Single IP Address from Accessing Your Site
  • How to See Stats from a Single Post With Google AnalyticsHow to See Stats from a Single Post With Google Analytics
  • How to Get Your First 200 Blog FollowersHow to Get Your First 200 Blog Followers
  • How to Form a Basic Blogging PlanHow to Form a Basic Blogging Plan

Filed Under: Blog, General Blogging Tips, Get Noticed, Tutorials Tagged With: googla analytics, tutorial

Comments

  1. Vanessa says

    March 12, 2014 at 10:04 am

    Great tip! I’ve never heard of this concept (bouncing) before–learn something new everyday! 😀

    Reply
    • Zack lu says

      March 12, 2014 at 10:43 am

      Thanks!
      That’s the idea on this blog – I like when people learn something new here! 🙂

      Reply
  2. Laura @ The Rookie Cook says

    March 12, 2014 at 12:34 pm

    Hi,
    I have the newer “Universal” analytics code. Where would I add your code in this?

    (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);

    ga(‘create’, ‘UA-40567156-1’, ‘therookiecook.com’);
    ga(‘send’, ‘pageview’);

    Reply
    • Zack lu says

      March 12, 2014 at 2:45 pm

      If you’re going for the 15 second option, just add this code:
      “setTimeout(“ga(‘send’, ‘event’, ‘read’, ’15 seconds’)”,15000);”

      just before the closing script tag. I am updating the post for clarification too.

      Reply
      • Laura @ The Rookie Cook says

        March 12, 2014 at 5:05 pm

        Thanks so much!!! I’m curious to see how this turns out!

        Reply
        • Zack lu says

          March 12, 2014 at 7:21 pm

          No problem! Let me know!

          Reply
  3. Stephanie Sterner says

    March 13, 2014 at 1:40 am

    Thank you so much for this! I knew that this was happening, and why, but I didn’t know what to do about it. Thank you for making it so clear and simple.

    Reply
    • Zack lu says

      March 13, 2014 at 7:55 am

      You’re welcome! Glad it was clear and happy to help get it solved!

      Reply
  4. Hassan says

    June 7, 2014 at 7:03 pm

    Thank you very much for the code. I was searching all over the net for fixing the bounce rate for the new analytics code. Hope it works.

    Reply
  5. Gemma Turner says

    July 27, 2014 at 1:25 pm

    Thank you so much – I’ve added the code, fingers crossed it works xx

    Reply
    • Zack lu says

      July 28, 2014 at 3:36 pm

      Great! I’m confident that it will. 🙂

      Reply
      • Gemma Turner says

        July 30, 2014 at 5:27 am

        It didn’t work unfortunately – it actually made my bounce rate 100% and turned my unique users to 0 for the hours the code was in place 🙁

        Reply
        • Zack lu says

          July 30, 2014 at 8:26 am

          Oh no! Did you see there is different code for the old and new versions of Analytics?

          Reply
          • Erin @ The Spiffy Cookie says

            February 12, 2016 at 11:16 am

            I saw the exact same thing happen. My users dropped to 0, bounce rate was either 100 or 0, and the average session also dropped to zero.

  6. Jey Ganesh says

    August 9, 2014 at 8:28 am

    Thanks for wonderful idea. This will be very helpful for my blog…. 🙂

    Reply
    • Zack lu says

      August 9, 2014 at 9:19 am

      No prob! Happy to help!

      Reply
  7. ajay soni says

    November 26, 2015 at 3:39 pm

    Wow great idea sir,after reading your full post i am going to implement your given code in my analytics script ,and i hope my bounce rate decrease ,this time my blog’s bounce rate is 75% .
    Btw thanks sir for share this post with us.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Disclosure Policy

As of December 2009, the FTC requires all Blogs generating any source of income to have an official … Read More

  • Bloglovin
  • Facebook
  • Instagram
  • Twitter
  • YouTube
---> Registry Must Haves
---> How to Start a Lifestyle Blog
---> What's in My Hospital Bag

How to Start a WordPress Blog

There are many reasons why you might want to know how to start a blog. Maybe you have a business and want to supplement your online activity with a blog. Good idea! Maybe you want to start an online diary of your life. That's fun too! Maybe you want to start a fashion blog, or a … Read More