I know that using all in one SEO pack we can do SEO to wordpress, but can you tell me how do I add meta tags ,other description about particular post so that It reflects in searches.
You can out like this... <meta content=\'Your keywords here... \' name=\'keywords\'/> <meta content=\'Your description here... \' name=\'description\'/> Just remove the \\ sign
that is for the new blogger template,. here is for the old one: <META NAME="Description" CONTENT="description here."> <META NAME="keywords" CONTENT="keywords here, separated by comma">
Easy, just go to Layout/Template then go to Edit HTML, and then add your meta tags within the head tag.
yeah, I know that method. But is there any html/xml tweak so that we can add tags to each post separately, and some description
hmmmm, in that case, there should be an if/else statement within the header, but you should understand first the language used by blogger to solve that problem. example: <META expr:content='data:blog.pageTitle' name='keywords' />