| 0 comments ]

How to add keyword for each blog post. I was doing mind blogging for this question from long time, but was not getting time to pen it down. With my previous post about adding keyword description explained in simple terms, now time to move on further and add keyword for each popular blog post.
This is very simple than I thought. Go to Layout -> edit HTML -> under this
Find

b:if cond='data:blog.url ==
This is The code line you need to use in order to add meta descriptions and keywords for each popular blog post. http://lh3.ggpht.com/andrei.agavriloaiei/SACU2BlScBI/AAAAAAAAALU/hw3Ltu4T2-8/s400/template.jpgConsider that this blog only contains two articles published in February and March, 2008 and that their titles are "My First blog post" and "My second blog post". The permanent links (permalinks) to these two post pages will be: http://___.blogspot.com/2008/02/my-first-blog-post.html
http://__.blogspot.com/2008/03/my-second-blog-post.html

Add these two line in separate code block at url==. The code looks like
b:if cond='data:blog.url == http://___.blogspot.com/2008/02/my-first-blog-post.html
meta content='DESCRIPTION' name='description' and meta content='KEYWORDS' name='keywords'
close the if condition
and for second link it looks like
b:if cond='data:blog.url == http://___.blogspot.com/2008/02/my-second-blog-post.html
meta content='DESCRIPTION' name='description' and meta content='KEYWORDS' name='keywords'
close the if condition
This way you can add keyword description under meta tag for each popular blog post.
check out blogger help page.
But be aware not to flood with keyword density. check out your limit with keyword density checker.

0 comments

Post a Comment

email this
Blog Widget by LinkWithin

Search This Blog

New to Blogging? Check out My Blogging Experiments To help you Earn Three Digits Daily.

Recent Posts