Page Title repeating

look into header.php of your theme;

<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

when you use a seo plugin, you can control the meta title with the plugin;
change that line to:

<title><?php wp_title(); ?></title>