PDA

View Full Version : is it title Tag miss placed ???


mytechguru
06-08-2008, 03:16 AM
After installing all in one seo pack 1.4.6.8 plug in to my evolution theme

Title TAG appearing Below of description & keyword :::: in this order

<!-- all in one seo pack 1.4.6.8 [,] -->
<meta name="description" content="xxxxxxxxxxxxx." />
<meta name="keywords" content="xxxxxxxxxxxxxxx" />
<!-- /all in one seo pack -->

After that TITLE tag was appearing

<title> xxxxxxxxxxxxx</title>

"SEO order First TITLE tag then description & keyword ?.

After De-activating the plug in the TITLE tag appeared below only .

sarahG
06-10-2008, 08:50 AM
I don't really think it makes much difference to be honest. Although the reason it's doing that is because the plugin looks for the function wp_head(); to then output its extra information, so this must currently be above your title tags. If you want to swap the order (and to be honest I do this when creating a theme anyway) is move the wp_head() function to just above the closing head tag.