I am new to wordpress. I want to make some changes on the wp blog. I have been told that the meta description and meta keywords on my article directory pages are quite down in the code. I want to bring them up i.e. within first 100 lines of code. Can someone help me that in which files (at what location) should i make changes to bring the meta tags up on the landing page and the various article pages? My article directory is http://articledirectoryland.info
Hi Proxywhereabouts, Thanks for your advice. I have checked in the theme editor, however there are several options like main index template, page template, single post, etc. and i am getting confused as to which to change and what to change there? Also I am using the All in one SEO plugin but still when i check my site for SEO, the tool says the meta tags do not appear up on the page?
Hi, for header template commonly using the wp tag that generate the meta tag : wp_head(). I think you might one to change or modified the wp_head() function to accomplish that.