Posts Tagged ‘google analytics’
by Jonathan Bailey on September 15th, 2010
Generally speaking, bloggers view analytics as a very good thing. There’s hardly a blog that isn’t running some kind of stats program whether it’s Google Analytics, WordPress.com stats or one of the countless other systems.
Analytics provide information that can be very valuable to a blogger. A good analytics system will give you stats that can tell you how many people are visiting your site, where they are coming from and what they do while they are there. This is practical information that can help direct on-the-ground action to improve a blog.
But many bloggers take analytics too far and become obsessed over them. Though we know that lack of blog growth is one of the key reasons for blog abandonment, it doesn’t always have to be, many bloggers make the mistake of treating the improving site statistics as the end goal for the blog, defeating the purpose of having analytics in the first place, which is to help you get the information you need to reach your goal.
This is how analytics, if used improperly, can actually do more harm to your blog than good and why you need to be careful not to take them too seriously. Read More
Categories: Blogging Tips
Tags: Analytics, Blogging Pitfalls, google, google analytics, pageviews, Promotion, traffic, visits, wordpress, wordpress.com
by Franky Branckaute on December 4th, 2009
Site speed is a big issue for Google and consequently the search giant has updated and improved the Google Analytics tracking tag for faster loading times. The new tag has multiple advantages:
- Faster tracking code load times for your web pages due to improved browser execution
- Enhanced data collection and accuracy
- Elimination of tracking errors from dependencies when the JavaScript hasn’t fully loaded
With loading times rumoured to be one of the determining factors in search results in 2010 it is highly recommended to update your analytics tracking code
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
The new tag is immediately available to all Analytics users and further explained at Google Code. The structure of the new code can be found here. There is no doubt that most Google Analytics plugins for blogging platforms will be updated over the next days.
Categories: Blog Statistics
Tags: Analytics, google analytics, Statistics
by Dee Barizo on November 8th, 2009
One of the things SEO specialists often talk about is the power of long tail keywords. Long tail keywords are the search terms with 3 or more words that don’t have high search volume. The shorter keywords have higher search volume but in aggregate, the long tail keywords provide the bulk of a site’s search traffic.
For example, you can have a Europe travel site that ranks well for europe travel but the majority of your traffic will come from terms like:
- europe travel deals
- europe travel guide
- europe travel packages
- europe travel books
- cheap europe travel
Read More
Categories: Blogging Tips
Tags: google analytics, keyword research, keywords, long tail keywords, seo, Sunday Morning SEO
by David Peralty on July 22nd, 2009
WordPress.tv is growing like mad lately, especially the “how to” section. They’ve got video explanations of all sorts of stuff from getting started with Google Analytics, to rearranging the post editor to suit your liking, to adding paypal buttons to your blog, and, of course, a pile of other stuff.
Just today they added a video about adding twitter updates to your sidebar, which is an insanely popular thing to do these days. Check it out below, and go to WordPress.tv for more.
Categories: General
Tags: google analytics, how-to, paypal, post editor, twitter, video, wordpress, wordpress.tv