I would like to know why "Blog archive" always shows up at my blog? see when I search Google? http://www.google.ca/search?q=Ellen...avclient-ff&ie=UTF-8&rlz=1B3GGGL_enCA265CA273 I'm the first result but my blog url shows this, http://www.blogengage.com/blogger/ellen-page-the-tiny-canadian/ how do i stop the "Blog Archive" from displaying?
You need to change your title code. You must have blog archive written for post pages. heres what i use <title><?php if ( is_home() ) { ?><? bloginfo('name'); ?> - <?php bloginfo('description'); } else { wp_title(''); } ?></title> Code (markup): the above code displays the name of the blog and the description on the home page and on all other pages it displays the name of the page or article. You can make the title tag as simple or as complicated as you want in wordpress. Im sure you have 'Blog Archive' written somewhere in your title code. Check your header.php file and see whats there (pm me if you're having problems with it)
Yes, it's because it's automatically added to the title of your posts, in addition to the above you could install the Wordpress plugin : All-in-one SEO which allows you to edit these features easily and enhances the seo of your site!!
Use all in one seo my good friend or you can do it manually as well if you want to do it all by yourself and learn something in the process. I'm already in blogengage btw.