Mobile app version of vmapp.org
Login or Join
Alves908

: Virtual Pageviews reduce bounce rate and increase pages per session I add virtual pageviews on my javascript part of website, I see good results, reduce bounce rate, increase pages per session,

@Alves908

Posted in: #Google #GoogleAnalytics #Index #Pagerank

I add virtual pageviews on my javascript part of website,
I see good results, reduce bounce rate, increase pages per session,
but don't know this worth I mean, google count that and this affect on my page rank?

e.g.

class="more-button"
onclick="ga('send', 'event', 'More', 'click', 'Front Page');
ga('send', 'pageview', location.pathname + '/More');">
More
</a>

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Alves908

2 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi995

Data gathered by Google Analytics has no direct impact on your site's performance in the organic index, so, in general, you don't have to worry about this. There is one case of GA usage however, that can make things tricky - it's called Content Experiments. Rule of thumb is to always have canonical tags properly set up.

Regarding virtual page views - I recommend switching to events instead of virtual page views. As you noted in your question, each page view always provides a timestamp from which GA can calculate bounce rate and time on site/page, but this is not always a good thing. While using events, you can specify whether you wish a particular event to be treated by GA as interaction or non-interaction event. Please see the "Non-Interaction Events" section on the linked events doc page.

To give you full picture - there is also a way to stick with virtual page views if you really want to (from whatever reason). In such case, I recommend creating another property within your GA account. Use this property for virtual page views - in this way GA will gather interaction data but will not skew metrics such as bounce rate, time on site and so forth. Just remember that you need to tweak GA tracking code in order for this to work.

10% popularity Vote Up Vote Down


 

@Odierno851

Just to summarise the little discussion @closetnoc and I had, we both believe that virtual pageviews will not affect your search page ranking. Your GA data and search performance are two separate things that are mutually exclusive.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme