I am using the latest versions of both wordpress and all in one seo and a theme called module 33.
I am getting funny results from google searches for my domain.
Heres what my header.php file looks like
</title>
<meta name="description" content="<?php bloginfo('description'); ?>" />
<meta name="keywords" content="I was directed to insert my keywords" />
<meta name="copyright" content="2008 <?php bloginfo('name'); ?>" />
This shows up at the top when I "view source" on my page with the "all in one" results further below.
Isn't this wrong?
Should I? / Can I? Just delete those lines from my header.php file?