I have Thematic and All in One SEO installed, and I am getting duplicate meta data.
Default WP meta is resulting in...
<title>NAME OF SITE</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="Site Description Here" />
SEO is returning...
<!-- all in one seo pack 1.4.6.14 [231,282] -->
<meta name="description" content="AIO SEO Description here!" />
<meta name="keywords" content="Keywords,yay" />
<!-- /all in one seo pack -->
To my knowledge it should disable the default WP Title and Description, and use AIO SEO's. Any idea how to fix this?