Bounce rate reduction

roki4ka

Senior Member
Joined
Jun 20, 2016
Messages
954
Reaction score
743
https://bg.wordpress.org/plugins/reduce-bounce-rate/#description

Has anyone tested this?

This plugin sets this straight. It will tell Google Analytics every 10 seconds that your visitor is still on the page and that there was some interaction on that page. Your page will be “unbounced”.

It’s all based on a script made by Brian Cray and is totally accepted by Google (see Other Notes for more info). The results are more accurate Time on Site and Bounce Rate statistics.
Useful links

 
If it works then it will be very easy to cheat bounce rate.
 
Or if you want a white hat method, use longer pages with multimedia elements

Probably boosts conversions and overall dwell time too
 
Or if you want a white hat method, use longer pages with multimedia elements

Probably boosts conversions and overall dwell time too

The plugin is white hat method and is allowed officially by google.

I am 3rd day with it, fro 55% bounce rate to (last 3 days) 10-20%
 
Bookmarked this thread. This plugin looks good but waiting for someone who has used it to reply.
 
Bookmarked this thread. This plugin looks good but waiting for someone who has used it to reply.

I am using it for 3 days now on 1 of my new sites. These are the results.

bounce_1.jpg


bounce_2.jpg
 
The plugin is white hat method and is allowed officially by google.

I am 3rd day with it, fro 55% bounce rate to (last 3 days) 10-20%
Mind sharing an official google link where Big G says its okay to use this technique. I'd love to see it because this would solve lots of problems.
 
Mind sharing an official google link where Big G says its okay to use this technique. I'd love to see it because this would solve lots of problems.

The link is in the first post mate
 
If this doesn't correlate to increased rankings or earnings, then it's a waste of time. Anyone can manipulate the data in their Analytics. You can send thousands of visitors to pump visitor metrics too, but what is your end game? There seems to be a massive assumption here that driving your bounce rate down will affect your rankings, but it's just one small part of a much larger puzzle. Google probably gives more weight to pogo sticking than the bounce rate data. I'm not saying this won't work, but if you aren't correlating this with ranking changes, then you're chasing ghosts.
 
If this doesn't correlate to increased rankings or earnings, then it's a waste of time. Anyone can manipulate the data in their Analytics. You can send thousands of visitors to pump visitor metrics too, but what is your end game? There seems to be a massive assumption here that driving your bounce rate down will affect your rankings, but it's just one small part of a much larger puzzle. Google probably gives more weight to pogo sticking than the bounce rate data. I'm not saying this won't work, but if you aren't correlating this with ranking changes, then you're chasing ghosts.

I am not here to discuss how important the bounce rate is (everyone can answer this question for themselves).

I am here to discuss how to lower my bounce rate without any black or gray hat methods.
 
I am not here to discuss how important the bounce rate is (everyone can answer this question for themselves).

I am here to discuss how to lower my bounce rate without any black or gray hat methods.
Ok then. Mission accomplished. You've successfully manipulated data in your analytics console.
 
Ok then. Mission accomplished. You've successfully manipulated data in your analytics console.

Indeed, exactly as Google Analytics Insight Team teach us to "Manipulate"

Have you ever wondered how many visitors really pay attention to your website before exiting the page? Have you wondered how many of those “bounced” visitors will remember where they’ve been in future? How many of them are totally useless, how many are not?
There is a way to track this!
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.
While working perfect for most websites, there are categories of sites where this metric is not enough.
Imagine you’re promoting a blog post that describes all the benefits of your company. The visitor might read the whole post and remember your company and products really well - they might even go to search for your product on one of the search engines straight away. However, since the visitor only looked at 1 page (exactly where the blog post is) they will be recorded as bounced visitor.
Another example if you have a description of the product right on the landing page, and your phone number on the same page. The visitor might study the description and call straight away - again, they will be recorded as a bounced visitor, as only 1 page was viewed. There are many more examples, and even traditional websites may benefit from the method described below as opposed to the standard bounce rate.
There is a solution to this - something that we call “Adjusted bounce rate”. You implement a small tweak to your Google Analytics code, which executes an event when a user has spent over a certain amount of time on the webpage. Depending on the website, the time can range from 10 seconds to few minutes - you should decide for yourself the amount of time you consider the user to be sufficiently engaged with your website or product.
Once the event is executed, the visitor is no longer counted as “bounce,” even though no additional pageview is recorded. This will mean your bounce rate will show users who have not spent a required “minimal time” on your website - the ones who have really bounced. Here is a modification to the Google Analytics code that you need to make (on the example of the latest, asynchronous code):
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXX-1']);
_gaq.push(['_trackPageview']);
setTimeout("_gaq.push(['_trackEvent', '15_seconds', 'read'])",15000);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
The setTimeout function is the one that does the trick here, and you can set it up to whatever delay you wish (in this case, it is 15 seconds).
Moreover, since the event is created once 15 seconds lapse, you can define this event as a goal in Google Analytics, and even import this goal as a conversion to AdWords, provided the conditions are met.

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.
Posted by Alexey Petrov, Google Analytics Insights Team
 
Indeed, exactly as Google Analytics Insight Team teach us to "Manipulate"
The mistake though is thinking Google is using your analytics data. They can measure bounce rate in other ways such as return to search results, etc. It makes sense they would do it that way as many people don't use Google analytics on their site.
 
If this doesn't correlate to increased rankings or earnings, then it's a waste of time. Anyone can manipulate the data in their Analytics. You can send thousands of visitors to pump visitor metrics too, but what is your end game? There seems to be a massive assumption here that driving your bounce rate down will affect your rankings, but it's just one small part of a much larger puzzle. Google probably gives more weight to pogo sticking than the bounce rate data. I'm not saying this won't work, but if you aren't correlating this with ranking changes, then you're chasing ghosts.

The search CTR and associated bounce rate are two of the most weighted metrics AFAIK.
 
The search CTR and associated bounce rate are two of the most weighted metrics AFAIK.

CTR is Google's data. The mistake that's being made is thinking that your analytics data is what Google uses to calculate the bounce rate.

Anyways, all I'm suggesting is to correlate your tests work actual performance indicators to make sure it's useful. That's just good SEO.

I'm not saying this won't work. I'm not saying Google doesn't use this data (although their data sharing options in the analytics admin might suggest it isn't, but I don't remember them off the top of my head). All I'm saying is to test rather than assume.

With that said, I don't want to Holland this thread. OP, I hope it works and I hope it makes you money.
 
The mistake though is thinking Google is using your analytics data. They can measure bounce rate in other ways such as return to search results, etc. It makes sense they would do it that way as many people don't use Google analytics on their site.

The only mistake is that you speak about something that you have no idea how it works... Wait there is another mistake - you don't even care how it works, you don't even read what I post.

I am not sure why we are speaking if you are not interested in this?

If 1000 visitors are atm on your site and none of them is moving anything but just reading the text or watching a video your time on site and bounce rate will drop. However, this plugin checks if the visitor is still on the site every 10 seconds and sends information to Google about it. G is smart but not as smart and accurate for some things so we need to communicate with it
 
The only mistake is that you speak about something that you have no idea how it works... Wait there is another mistake - you don't even care how it works, you don't even read what I post.

A big conclusion about me from a small data set. You have consistency, I'll give you that.

I am not sure why we are speaking if you are not interested in this?
I am interested, it's why I clicked on the thread. I just like to see good data. I'll unfollow so I don't distract any further.
 
CTR is Google's data. The mistake that's being made is thinking that your analytics data is what Google uses to calculate the bounce rate.

Anyways, all I'm suggesting is to correlate your tests work actual performance indicators to make sure it's useful. That's just good SEO.

I'm not saying this won't work. I'm not saying Google doesn't use this data (although their data sharing options in the analytics admin might suggest it isn't, but I don't remember them off the top of my head). All I'm saying is to test rather than assume.

With that said, I don't want to Holland this thread. OP, I hope it works and I hope it makes you money.

analytics is, I believe, the same algorithms they use for rank. Calculating a bounce rate is a pretty straight forward process. Generally, when we talk about programming SEO bots, we talk about them being able to pass analytics. We can debate the bounce rate worth and I'm not entirely sure of it. The CTR is more difficult to induce and so I focus a lot on that. Its worth is known. Bounce rate is up there too though and if this script passes analytics, I'd say it's a great find. Might want to cloak it though.
 
It don't impact on ranking. I used that and later stopped it.
Everyone will do same like me and I am sure that.
Why?
Because it manupulating bounce rate but Google does not count Analytic bounce rate as ranking factors. They use their own code for this and you cannot manupulate that.
This plugin will give wrong bounce rate and you will not get/understand your real bounce rate.
And you will realise you need to delete that plugin.
 
Back
Top