Nevermind I found the issue I had added this to my header, removed it and it works fine.
if ( is_home() ) { ?>
<meta name="description" Confessions of a Planner Addict" />
<?php } else { ?> <meta name="description" content="Your none homepage meta description" />
<?php } ?>
<title>Confessions of a Planner Addict<?php wp_title( ''); ?></title>
<link rel="profile" href="https://gmpg.org/xfn/11">
<?php if(of_get_option('favicon_radio') == 1) : ?>
<link rel="shortcut icon" href="<?php echo of_get_option('favicon_url'); ?>" type="image/x-icon" />
<?php endif; ?>