Wordpress SEO and Tracking
Posted on 26 October 2009 by Paul Patrick Dale
Wordpress News > Wordpress SEO and TrackingWordpress-MD
You can easily make your Wordpress-powered website more Google-Friendly by putting in a little extra time and effort and see immediate results. Although there are both plugins and services which can increase your sites search engine optimization, you have to learn how to use (tweak) them effectively to get the most out of them. It can be intimidating when you’re working with things that often times are not very user-friendly, but don’t be deterred, there are some excellent tutorial resources available. I’ve gathered a few of them together here to help you get started. If you take your time and follow through them in order, Google will love your site and you’ll be able to closely track your sites visitor activity.
1. Yoast’s SEO Guide
Joost de Valk over at Yoast.com has a comprehensive article detailing how to configure nearly all Wordpress variables for site SEO. I suggest you start by following his guide and implement everything he suggests. There are quite a few steps to follow through, but it’s worth the extra effort! Here’s a quick look at what you’ll find there.
- The basic technical optimization: simplest stuff, highest rewards
- Template optimization
- Advanced technical optimization: preventing duplicate content
- Altering your blog’s structure for high rankings
- Pages instead of posts
- New wine in an old bottle: use well ranking-posts to rank even better
- Linking to related posts
- Conversion optimization: get those readers to subscribe!
- Comment optimization: get those readers involved
- Off site blog SEO
- Conclusion
2. Google Analytics
If you have completed the steps in Yoast’s guide, it’s time to set things up to see what Google is seeing. To do that you will have to set up a Google Analytics account and configure it to track your site. Google has a complete, well organized help page to get you started. Again, take your time and be patient with yourself if this is your first time configuring SEO and tracking. Here’s a look at what you’ll find there:
-
Getting Started
-
Account administration
-
Tracking central
3. CLI.GS
You are probably familiar with URL-shortening services such as tiny-url. In addition to shortening otherwise long website addresses, there are some services which track the activity of shortened URL’s you have created. Let’s say you have created a great new blog post which you want people to read. If you Twitter about the post with a shortened URL, you can track how many people visit your blog post through twitter. I have found the best service for doing this is cli.gs. It’s very easy to create a free cli.gs account and add new URL’s. Once you get things up and running, you will be able to see complete details on your site visitors. Take a look at cli.gs’s details below:
Cligs: Short URLs with analytics, social media monitoring, and geotargeting
Key Cligs Pages
Some key pages on Cligs:
- Register and sign into Cligs to get the full benefits of the service.
- Contact page if you want to talk.
- Cligs Blog for the latest news and updates.
- Privacy Policy which covers a very important aspect of Cligs: your privacy and the privacy of your visitors.
- Cligs Tools which help you make the most of Cligs.
- Cligs API so you can bring the powerf of Cligs to your applications.
4. CLI.GS + Google Analytics
Congratulations if you have sweated through the first three steps. You’ll be thankful you put in the time and effort Now let’s configure your new Google Analytics site tracking to factor in visitors from your cli.gs. It only requires a couple lines of code. Click the image below for easy instructions, or hit “Show”
Track Short URLs Clicks from Twitter with Google Analytics
Track clicks on short URLs from Twitter with Google Analytics for your own links that is.
Because of the url shortening services, you will see clicks on short urls from Twitter tools that redirect to your website as direct hits. Yeah, you can see those coming from Twitter.com, but most of the people using Twitter never even visit twitter.com. Yoast published an article for how to use it with short url service http://cli.gs but i did what he said in that post and yet it didn’t work for me. Also, you need a server to upload a file and so on, while it can be done in a much easier way. Here’s how to do it using a simple bookmarklet / no extenral php file needed:
1. bookmarklet to use with api (if you want individual statistics for links on http://cli.gs – requires an account on http://cli.gs and then an api key): create a new bookmark with this code in it:
1 | javascript:(function(){%20window.open('http://cli.gs/api/v1/cligs/create?url='+encodeURIComponent(location.href+'?utm_campaign=blog&utm_source=twitter&utm_medium=micro-blog')+'&title='+encodeURIComponent(document.title)+'&key=YOUR_API_KEY'+'&appid=77');%20})(); |
Of course, replace YOUR_API_KEY with … your api key
2. bookmarklet to use without an account: create a new bookmark with this code in it:
1 | javascript:(function(){%20window.open('http://cli.gs/cligs/new?url='+encodeURIComponent(location.href'?utm_campaign=blog&utm_source=twitter&utm_medium=micro-blog')+'&title='+encodeURIComponent(document.title));%20})(); |
When you are on a page you wish to shorten url and track, click the bookmarklet and and there you have it: the short url with GA campaign tracking in it.
Now some explainations on how this tracks clicks to short urls using Google Analytics.
This method of tracking uses Google Analytics’ campaign tracking feature. It will track anyone visiting the site as a result of your tweet, regardless of where they clicked on the URL. It doesn’t matter if it’s in an email client, hosted email app. etc. This is the secret to tracking tweets with GA: adding campaign information to your short url. The campaign information in the URL will bucket the visitor as part of the blog campaign and as someone who was reached by the ‘micro-blogging’ medium. Here’s how the data looks in the All Traffic Sources report:
5. Wordpress Plugins
Here are a list of links to the Wordpress plugins you will need to accomplish all of the above easily without having to touch a line of code.
I hope you’ve found this article useful. Let me know if you have any suggestions to add. Now I’m off to create a cli.gs URL, add it to Google Analytics and see if/when you visit!
article sources:
http://yoast.com/articles/wordpress-seo/
http://www.google.com/support/googleanalytics/?hl=en
http://cli.gs/
http://webupd8.blogspot.com/2009/03/track-clicks-on-short-urls-from-twitter.html






