Posts Tagged ‘SEO tools’

Basic tips about Google Analytics

September 22nd, 2009

In our articles we have discussed a lot about SEM. It is time to talk about tools which shows results in SEO - statistics tools - and at the beginning we think that it is good idea to start with Google Analytics. In this article we want to introduce you some important tips and tricks in Google Analytics(GA).

1) Put the GA Code in the Site Footer

Do this for the simple reason that if the GA code is slow in loading, your site will still resolve. Lots of Joomla GA mambots place the code in the head - avoid this.

2) Double Counting Page Views

If our homepage was host-ed.net/index.php, GA would count two page views: host-ed.net and host-ed.net/index.html. Avoid this by setting index.php as your default page inside Profile Settings >> Main Website Profile Information.

3) Tracking Clicks on Images and Buttons

You can use GA to track how often people click on an image or button. Simply add urchinTracker() to the onClick event of that elementGA will then record a page view for image.jpg.

4) GA Filters Understands Regions

If you want to track how visitors from a certain region are behaving, you can create a custom filter for “Visitor Region” and place “New York” or “California” in the “Filter Pattern” field.

5) Get Around the Four Goal Limit

It is possible to track multiple conversion activities in a single goal. For example, both these pages might be conversion pages:

  • http://www.host-ed.net/blog/rss/google
  • http://www.host-ed.net/blog/rss/rss

GA Goals allow regular expressions so we cover both URLs by using /rss/(google|rss)$. Both URLs match the regular expression and would count toward the goal tally. To drill down into the data and differentiate which URL generated more goals, use the Goal Verification report.

Note: Once you change data in GA it can’t be changed back. Run all changes on a test profile first.

Basic SEO advices for WordPress Blogs

September 15th, 2009

In this article we will introduce you important advices for SEO in your WordPress Blog. All you need to get started.

You should consider WordPress if you are serious about your blog.  You get support and customisation by virtue of plug-ins that offers extra services which help interact with visitors.  You also get a unique site.

No programming needed

With any website it is better to start off on a good footing, you don’t want to start changing software once you get going.  WordPress offers ease of use for those who are not programmers.  As soon as it is installed you can start blogging immediately.  It is established and stable and offers a good variety of themes so you can change the look and feel to suit your tastes.

You are able to administer you own blog as the user management tools are fantastic.  Once you have designed your blog you have the satisfaction of knowing you will never have to tear it apart and start again.

As an SEO tool WordPress is invaluable.  You get linking structures already in place that are so necessary for spiders plus you get coding that contains no validation errors.  You do however need to put in a little extra effort if you want to make your blog more SEO friendly.

SEO principles

•    Firstly you need to ensure that your webpage URL’s reflect the name of your blog post.  Don’t leave them as a post number.   You can either write a rewrite rule into your .htaccess file or you can use the permalinks that come with WordPress.  When asked about your custom structure you simply type “/index.php/%postname%”.
•    Change the order of your page title so that your blog post name appears before either the name or the date of your blog.  Everyone practicing SEO should know that the very first words in your title carry weight.  They are what catch both readers and spider’s attention.   To do this you need to swap the order of your PHP tags so that the wp_title appears before bloginfo.  This is done by editing the header.php file.
•    If you find that your blog entry title has been automatically inserted into a tag or your blog name is in the tag you can edit them in single.php and in header.php.  You have the choice of choosing a format but it is possibly best to swap your blog name for an image.  This way you will be making the most of your header tags.
•    Avoid duplicate content issues by allowing spiders to follow links but not list them on the index.  To do this you need to use “index,nofollow” tags on tag pages, category pages or archive pages.  WordPress offers plugs-ins which makes this a simple process.
•    You need to pay attention to your linking structure.  Your blog needs to be accessible by the fewest clicks possible.  This means you need to remove unnecessary links and pages.  WordPress offers a plug-in called pagination that will help with this.

WordPress as a Blog platform

WordPress is open source.  It offers a high level of security, personalisation and flexibility.  You can customise your site to suit your niche audience with its host of themes, plug-ins and applications.  You need never worry about the dreaded “Your account has been suspended/deleted” message again.