Mobile app version of vmapp.org
Login or Join
Sent6035632

: Google Analytics bounce rate at 83% average sesion duration is 4:38 on one page website I designed a website for a friends business. I am not any kind of web developer its just a fun hobby

@Sent6035632

Posted in: #BounceRate #GoogleAnalytics #Seo

I designed a website for a friends business. I am not any kind of web developer its just a fun hobby so I am not very knowledgeable. I designed the website on the bootstrap framework and it only has one page. There are a few models for information on the website. I am thinking the bounce rate will be hurting his search ranking. These are the stats from Google Analytics.

Sessions- 594
Users - 271
Pageviews- 823
Pages / Session- 1.39
Avg. Session Duration- 00:04:38
Bounce Rate- 83.00%
% New Sessions- 45.29%

I added this code to the analytics script on the website to try and not count a session as a bounce if the user spends more than 30 seconds on the site

<script>
(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-69413534-1', 'auto');
ga('send', 'pageview');

SetTimeout(function(){_gaq.push(['_trackEvent', 'Control', 'Bounce Rate', ''])},3000)
</script>


I am under the assumption that bounce rate is affected by the session duration and pages/session. Is the 83% bounce rate something I need to be worried about? If so how can I lower it?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Sent6035632

3 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

Bounce Rate as it's defined by Google
Bounce Rate is the percentage of single-page sessions (i.e. sessions in which the person left your site from the entrance page without interacting with the page).


You only have one page, so there is only so much a user can do which could be defined as interaction with the page. Often this would be clicking navagation/switching pages/submitting form, but this is not a thing on this one page website.

The bouncerate is high, but expected. I do recommend adding some pages. S few basic pages would suffice, e.g: Home, about me/us, portfolio, contact (I'm not telling you to make these pages, they're suggestions). This'll give a little oompfh to the website.

Might be worth noting that, while your bounce rate is high, so is "Time on Site", which is an important one aswell.

10% popularity Vote Up Vote Down


 

@Nimeshi995

I don't believe bounce rate is real, that is describe in Google analytic, because there are many of Spam bots, that visit thousand of website and create 100% bounce rate. Just search this query in Google block spam referral traffic site:productforums.google.com, and you will see lot's of post with spam referral traffic. I know, you are not talking about it, but I just want to say, do not worry about it, because google will never impact any kind of ranking factor, that can be manipulated by user.

10% popularity Vote Up Vote Down


 

@Annie201

It only has one page and you have a bounce rate of 83%? Bounce rate means they only visited one page and then left. If it is only a page that should be 100%. Don't worry about bounce rate for a single page website.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme