can anyone tell me here how to put the keywords in the header ina wordpress blog??i have done this in my blogspot blog successfully..but not able to parse it in wordpress..please help
Printable View
can anyone tell me here how to put the keywords in the header ina wordpress blog??i have done this in my blogspot blog successfully..but not able to parse it in wordpress..please help
i didn't know that there are difference in wordpress and in blogger. i have done it in blogger. i will try to use wordpress too.
Adding meta tags to Wordpress blog can be done easly by downloading a SEO PlugIn which can be downloaded from here
http://wordpress.org/extend/plugins/...-one-seo-pack/
you wanna add the keywords in your pages? If so, You need to edit the html pages of the wordpress theme to use your keywords.
You will need to add this line between the head tag.
<Meta Name="Keywords" content="abc, def, so on">
the procedure is same what do did previously like the case in blogspot.there is no difference between in adding meta tag in blogspot and also in wordpress the procedure is the same.Quote:
Originally Posted by byyp
Thank You.
I think there is little bit difference in wordpress and blogg, you need to do the changes in the source code.
do one thing go to you wordpress control panel and press design option then open you theme editor option then click on header.php and there you need you add your keywords and the procedure is as same as bloggers.Quote:
Originally Posted by byyp
Thanks.