Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Meta tags, SEO, link rel stuff all out of order (http://forum.bytesforall.com/showthread.php?t=6778)

paulae Apr 19, 2010 07:40 AM

Meta tags, SEO, link rel stuff all out of order
 
Perhaps it doesn't matter, and perhaps this has been answered already (I did a search but didn't find a thread on precisely this): in my header source code, some meta tags appear right up at the top, but others are way down almost at the end of the header section, separated by large areas of SEO code (I'm using All in One SEO Pack) and by very large areas of plugin JS and other plugin stuff. Aside from possibly adding to page-load time, isn't it better from an SEO standpoint to have all the meta tags together at the top?

I've added only two meta tags in the HTML inserts area:
Code:

<meta name="robots" content="follow, all" />
<meta name="distribution" content="global" />

, and these are at the very end of the header area right before the header closing code.

Is there any way to tidy up the header area?

juggledad Apr 19, 2010 08:57 AM

the problem is that the theme puts <meta and then some pluging put their own <meta in, but other processing has happened in between, so unless someone could get wordress to cause all the plugins to display <meta.'s at the same time, I don't think there is a solution to this.

paulae Apr 19, 2010 09:52 AM

I figured it was something like that. Flynn should just volunteer to rewrite the Wordpress code in his spare time!


All times are GMT -6. The time now is 01:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.