Posts Tagged ‘google analytics’
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