To understand the seo situation of your wordpress site, you must have google analytic account and the site have to be configured properly in google analytics. There are so many ways of install this in wordpress. The detail is discussed here.
First of all, There must be a google analytics account. To configure it:
- login to your gmail account
- open a new tab and write: http://www.google.com/analytics/
- Click on sign in
- Click on admin and when the page come click on add new site
- Now write the necessary information and get the tracking code on a notepad which to be paste on wp site.

Now, to make your site accessible for the analytics crawlers you may go for a plugin process or custom code insertion process. Both are very easy to setup.

In order to do it with a plugin follow the steps,

1.login to wordpress
2.Go to plugins to add new
3.Now write: Simple Google Analytics and search
4.Install: Very Simple Google Analytics(5 star), and activate
5.Go to Dashboard to settings to your new plugin
6.Write your analytics ID and save.

If you choose to
add google analytics code to wordpress manually or without a plugin, then
1.Go to appearance to editor
2.open footer.php
3.paste the google analytics tracking code just before the closing </body> tag.
4.Save and done.

The first one; i.e setup with plugin is safest according to our view.